[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
This file contains classes for report_performance
Copyright: | 2013 Rajesh Taneja |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 284 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 1 time |
Includes or requires: | 0 files |
report_performance_issue:: (0 methods):
report_performance:: (8 methods):
get_issue_list()
doc_link()
add_issue_to_table()
report_performance_check_themedesignermode()
report_performance_check_cachejs()
report_performance_check_debugmsg()
report_performance_check_automatic_backup()
report_performance_check_enablestats()
Class: report_performance - X-Ref
This contains functions to get list of issues and there results.get_issue_list() X-Ref |
Return list of performance check function list. return: array list of performance issues. |
doc_link($issue, $name) X-Ref |
Returns document link for performance issue param: string $issue string describing issue param: string $name name of issue return: string issue link pointing to docs page. |
add_issue_to_table(&$table, $issueresult, $detailed = false) X-Ref |
Helper function to add issue details to table. param: html_table $table table in which issue details should be added param: report_performance_issues $issueresult issue result to be added param: bool $detail true if issue if displayed in detail. |
report_performance_check_themedesignermode() X-Ref |
Verifies if theme designer mode is enabled. return: report_performance_issue result of themedesigner issue. |
report_performance_check_cachejs() X-Ref |
Checks if javascript is cached. return: report_performance_issue result of cachejs issue. |
report_performance_check_debugmsg() X-Ref |
Checks debug config. return: report_performance_issue result of debugmsg issue. |
report_performance_check_automatic_backup() X-Ref |
Checks automatic backup config. return: report_performance_issue result of automatic backup issue. |
report_performance_check_enablestats() X-Ref |
Checks if stats are enabled. |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |