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

271 user(s) are online (5 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 271


more...

Donat-O-Meter

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

Did you know ?

By careful configuring of user groups, you can simulate multiple site contents with one xoops install.

Random question

How can I find out how my theme style sheet works