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

213 user(s) are online (1 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 213


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

You can call other templates inside templates

Random question

How do I stop background images repeating or scrolling?