xtian Posted August 4, 2010 Share Posted August 4, 2010 I'm looking for some advise and focus to my search for a PHP caching solution. The trouble is most searches return web application cache problems, and time-expire solutions (for constantly updated sites). What I'm looking for, the cache would never "expire". When the site admin makes a change a new cache file would replace the old version. Help me understand what I'm thinking here so I can ask the right questions. Chris Quote Link to comment https://forums.phpfreaks.com/topic/209830-looking-for-more-info-on-page-caching-solution-using-files/ Share on other sites More sharing options...
petroz Posted August 11, 2010 Share Posted August 11, 2010 Are you using a framework? Quote Link to comment https://forums.phpfreaks.com/topic/209830-looking-for-more-info-on-page-caching-solution-using-files/#findComment-1097916 Share on other sites More sharing options...
xtian Posted August 16, 2010 Author Share Posted August 16, 2010 Nope. This is all custom made from tutorials and code scripties I find under the mattress. X [On a personal note about frameworks... I've never read a tutorial or article really explaining how to make frameworks work for what I wanted, even before I fully understood what I wanted. I'm self taught in PHP and programming in general. When I decided to start learning PHP, I had to make a choice where to start and I went with hand coding.] Quote Link to comment https://forums.phpfreaks.com/topic/209830-looking-for-more-info-on-page-caching-solution-using-files/#findComment-1099956 Share on other sites More sharing options...
petroz Posted August 17, 2010 Share Posted August 17, 2010 Cacheing is usually very simple with the right framework. Most of what I have seen done is basically taking your dynamic pages and writing them to static HTML pages. If your working in a mvc environment, it shouldn't be too hard. But like I said, frameworks make this stuff really really easy. Quote Link to comment https://forums.phpfreaks.com/topic/209830-looking-for-more-info-on-page-caching-solution-using-files/#findComment-1100439 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.