Jump to content

Looking for more info on "Page Caching" solution using files


xtian

Recommended Posts

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

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.  :P  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.]

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.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.