• declanfenton

    (@declanfenton)


    Hi,
    I need to be able to delay the loading time of a website on a browser by just 2 seconds.
    Is it possible to do this?
    Are there any plugins that can do something like this?
    Thanks

Viewing 1 replies (of 1 total)
  • catacaustic

    (@catacaustic)

    I’m sure you have a good idea for this, even though it’s the first time I’ve ever heard anyone that wants their site to delay loading!!

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘I need to be able to delay site loading time on vistiors browser by just 2 secs’ is closed to new replies.