Translations of this page?:
General
Getting Support
Administration
Design
Wolf Reference
Plugin Development
Core Development
- Design documents
- Working guidelines
- References
Press, Graphics and Translations
Wolf CMS books section
executionTime()
The executionTime() function returns the time in seconds it takes for the page to be rendered. It can be called this way:
<?php echo $this->executionTime(); ?>
When 'DEBUG' is defined as “true” in config.php, this information is also reported in the footer of the admin pages.
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2
