The “easy” way is to add this line in your wp-config.php
file, above the line that says /* That's all, stop editing! Happy blogging. */
.
sleep( 2 );
That will tell the server to “sleep” for two seconds before continuing with it’s normal processing.
]]>