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. 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? Link to comment https://forums.phpfreaks.com/topic/214549-file-caching/#findComment-1116576 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.