Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Notes:

  • In a clustered environment, the statistics shown in the Performance Dashboard are only for the node/instance/server on which the Performance Dashboard is running, not the whole environment.
  • See also Monitoring Dashboard.
  • The Administrative Pages are also useful for closely examining the performance of processes and events within XperienCentral.

...

Page response time performance for pages returned from the cache as well as pages generated by the Page Generator is measured in the following way:

 

 



Indicator

Value

Largest page response timemillisecondsLess than or equal to 1000Between 1000 and 49995000+
Average response timemilliseconds0-99101-499500+

 

 



Large Response Times for Individual Pages

...

Query execution time is measured in the following way:

 


Indicator

Value

Slowest Queriesmilliseconds500Between 500 and 20002000+

...


Query execution time that exceeds 500 milliseconds may indicate a performance issue. The list of the slowest queries contains both internal XperienCentral queries as well as queries that have been developed especially for your web site. If a query that you have developed is especially slow compared to other queries or is consistently slow, you might want to examine it carefully to see whether it is possible to restructure it for greater efficiency.

...

Average query response time is measured in the following way: 


Indicator

Value

Average query execution timemilliseconds0-500501-19992000+

 


If the average query execution time is higher than 501 milliseconds, it could indicate a fundamental problem with the performance of the database that XperienCentral is using. If other applications are using the same database as XperienCentral, this can cause the average query execution time to increase. If you consistently experience high average query execution times, you should investigate how the database you are using for XperienCentral is configured and whether it is functioning correctly/optimally.

...

The average cache ratio is measured in the following way:

 


Indicator

Value

Average cache ratiopercent10+between 1 and 9less than 1

...


A cache ratio that is less than 10 indicates that XperienCentral is having to generate a large number of pages instead of retrieving them from the cache. This can be because:

...

The XperienCentral debug options are useful during the website development phase but should not be enabled on a live website because they can slow down performance. The possible statuses of the debug option in the dashboard are: 


Indicator

Debug optionsAll debug options are disabled.

One or more debug options is enabled.

 


To enable/disable the XperienCentral debug options that affect performance, navigate to the Setup Tool. On the General tab, navigate to "development_settings". Clear the checkbox for enable_debug_messages. In a production environment, the setting enable_view_resolve_cache should be selected.

...

The level at which you log messages has a direct effect on system performance. Each time a system event is logged, a small performance hit occurs. Logging messages of type SEVERE affects the system the least whereas logging at the INFO level can cause the system to slow down due to the sheer volume of messages that are written to the log. The effect that the logging level has on XperienCentral performance is indicated as follows.

 

 



Indicator

Log levelSEVEREWARNINGINFO

...


To change the log level, follow these steps:

...