This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//add this in your theme's functions.php to time all the hooks | |
// Here's a test to make sure it's working | |
//add_action( 'wp_footer', function() { sleep( 2 ); } ); | |
class WhatIsSoSlow { |