SchweppesAle Posted September 27, 2010 Share Posted September 27, 2010 Hi, just started experimenting with file caching after reading this article: http://www.rooftopsolutions.nl/blog/107 Aside from when dealing with data which changes frequently, I was wondering if it's ever inappropriate to cache your queries. For example, I have a page with a ridiculous number of queries, some of them have a resulting set which is not nearly as large as others. Page performance increased, just not to the level I had been expecting and I wondering if having Apache read each of these files for data is in fact faster than running a number of queries with only some data being cached. Quote Link to comment https://forums.phpfreaks.com/topic/214549-file-caching/ Share on other sites More sharing options...
SchweppesAle Posted September 28, 2010 Author Share Posted September 28, 2010 bump? Quote Link to comment https://forums.phpfreaks.com/topic/214549-file-caching/#findComment-1116576 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.