. /** * Lang strings * * @package report_performance * @copyright 2013 Rajesh Taneja * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['check_backup'] = 'Automated backup'; $string['check_backup_comment_disable'] = 'Performance may be affected during the backup process. If enabled, backups should be scheduled for off-peak times.'; $string['check_backup_comment_enable'] = 'Performance may be affected during the backup process. Backups should be scheduled for off-peak times.'; $string['check_backup_details'] = 'Enabling automated backup will automatically create archives of all the courses on the server at the time you specified.

During this process, it will consume more server resources and may affect performance.

'; $string['check_cachejs_comment_disable'] = 'If enabled, page loading performance is improved.'; $string['check_cachejs_comment_enable'] = 'If disabled, page might load slow.'; $string['check_cachejs_details'] = 'Javascript caching and compression greatly improves page loading performance. It is strongly recommended for production sites.'; $string['check_debugmsg_comment_nodeveloper'] = 'If set to DEVELOPER, performance may be affected slightly.'; $string['check_debugmsg_comment_developer'] = 'If set other then DEVELOPER, performance may be improved slightly.'; $string['check_debugmsg_details'] = 'There is rarely any advantage in going to Developer level, unless you are a developer, in which case it is strongly recommended.

Once you have got the error message, and copied and pasted it somewhere. HIGHLY RECOMMENDED to turn Debug back to NONE. Debug messages can give clues to a hacker as to the setup of your site and may affect performance.

'; $string['check_enablestats_comment_disable'] = 'Performance may be affected by statistics processing. If enabled, statistics settings should be set with caution.'; $string['check_enablestats_comment_enable'] = 'Performance may be affected by statistics processing. Statistics settings should be set with caution.'; $string['check_enablestats_details'] = 'Enabling this will process the logs in cronjob and gather some statistics. Depending on the amount of traffic on your site, this can take awhile.

During this process, it will consume more server resources and may affect performance.

'; $string['check_themedesignermode_comment_enable'] = 'If disabled, images and style sheets are cached, resulting in significant performance improvements.'; $string['check_themedesignermode_comment_disable'] = 'If enabled, images and style sheets will not be cached, resulting in significant performance degradation.'; $string['check_themedesignermode_details'] = 'This is often the cause of slow Moodle sites.

On average it might take at least twice the amount of CPU to run a Moodle site with theme designer mode enabled.

'; $string['comments'] = 'Comments'; $string['edit'] = 'Edit'; $string['enabled'] = 'Enabled'; $string['disabled'] = 'Disabled'; $string['issue'] = 'Issue'; $string['morehelp'] = 'more help'; $string['performance:view'] = 'View performance report'; $string['performancereportdesc'] = 'This report lists issues which may affect performance of the site {$a}'; $string['pluginname'] = 'Performance overview'; $string['value'] = 'Value';