11Tami Posted April 16, 2007 Share Posted April 16, 2007 Hello, is there a way to get around the browser continually acting like they are loading when using sleep()? It says the page is still loading but it really isn't because we are causing a delay for some data on purpose with php. So it is for an intentional reason that we cause it. Many of us like using sleep(). Anyway to do it without the browsers showing the page is still loading? There must be a way, so many programmers for intense programming use sleep(), I can't imagine they have to deal with the browsers loading prompts whenever they do. Please let me know if you have the answer from real research of your own on this, not just to tell me no as a guess, thanks. Link to comment https://forums.phpfreaks.com/topic/47212-sleep-and-browser-load/ Share on other sites More sharing options...
mjlogan Posted April 16, 2007 Share Posted April 16, 2007 The last time I was using sleep() I realised that I was using a some terribly inefficient code, rewrote the whole thing, it performed a lot better and no pause was required. Link to comment https://forums.phpfreaks.com/topic/47212-sleep-and-browser-load/#findComment-230261 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.