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

426 user(s) are online (3 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 426


more...

Donat-O-Meter

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

Did you know ?

You can solve problems for users who cannot post or login by disabling the HTTP referrer check (or by users allowing referrer information through the firewall).

Random question

How do I backup and migrate my Xoops website?