andz Posted October 14, 2009 Share Posted October 14, 2009 I have a page that loads up using cache and took about 1 to 2 minutes before it loads to the page. Is there a way that while the cache is being pulled out and then disappear once the cache is loaded? Thank you. Link to comment https://forums.phpfreaks.com/topic/177667-load-animated-image-while-cache-is-serve/ Share on other sites More sharing options...
ILMV Posted October 14, 2009 Share Posted October 14, 2009 What cache are you referring to? It sounds like you mean you have a page where he data (JS, Images etc) are stored in the browsers cache, if this is the case PHP is of no use, as it is a server side scripting language. Link to comment https://forums.phpfreaks.com/topic/177667-load-animated-image-while-cache-is-serve/#findComment-936797 Share on other sites More sharing options...
andz Posted October 14, 2009 Author Share Posted October 14, 2009 The data to be displayed are loaded from a cache file ad took about 1 to 2 minutes. My idea is this, instead of showing a white page to the user while the page loads, i'll put an animated image int it until the cache is served on the page. Link to comment https://forums.phpfreaks.com/topic/177667-load-animated-image-while-cache-is-serve/#findComment-936799 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.