designedfree4u Posted October 21, 2009 Share Posted October 21, 2009 How do I load database content last. Right now I'm getting images from a database and they are loading first, which takes a while. How would I load this content last in my web page? Thanks, Quote Link to comment https://forums.phpfreaks.com/topic/178526-how-do-i-load-database-content-last/ Share on other sites More sharing options...
dreamwest Posted October 22, 2009 Share Posted October 22, 2009 Personally i would never store images in a database - store them in your filesystem, then you can compress and cache them. Then use ob_flush(); etc to boost your loading times Quote Link to comment https://forums.phpfreaks.com/topic/178526-how-do-i-load-database-content-last/#findComment-941715 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.