Code timings crash website
-
Hi,
thank you for this awesome plugin. But, I have a problem the I put this code in the functions.php to follow the “timings” in my web.
// Start the ‘foo’ timer:
do_action( ‘qm/start’, ‘foo’ );// Run some code
my_potentially_slow_function();// Stop the ‘foo’ timer:
do_action( ‘qm/stop’, ‘foo’ );The web just crash.
Is it correct the code? In this way I can’t check the performance of my web.
Thank you
Regards
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Code timings crash website’ is closed to new replies.