SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

How do I show page load time and DB queries?
Place the following code in your current theme.html file in the position you want the data to show.
<{php}>
echo 
round(($GLOBALS['xoopsLogger']->dumpTime()), 3)." Seconds | ".count($GLOBALS['xoopsLogger']->queries)." Queries";
<{/
php}>
Brash has also constructed a smarty plugin that accomplishes a similar output. Page timer & MySql counter


The comments are owned by the author. We aren't responsible for their content.
user

 Page Load Time in theme !!


not working in latest xoops 2.4.4

refer this topic
https://xoops.org/modules/newbb/viewtopic.php?start=0&topic_id=71757&viewmode=flat&order=ASC&type=&mode=0

 


Login

Who's Online

167 user(s) are online (4 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 167


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Apr 30
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Did you know ?

The basic structure of a XOOPS theme is similar to that of any other static website template. The primary difference is the addition of Smarty variables that interact with XOOPS to output your dynamic content.

Random question

How do I find a module?