Jump to content

Caching Web Pages in PHP


SuperMario290

Recommended Posts

Okay, I'm not a noob to php, or really any web development language, but I have a question for a client that I am working for. Here's what he asked: Is there a better way to cache web pages in PHP other than "Gather HTML either in a string or store it in the buffer -> write to file."?

 

All I've known about caching is storing it in a string or buffer than writing to a file, so I was kind of stumped. If anyone can help me out on this, it would be greatly appreciated!  ;D

Link to comment
https://forums.phpfreaks.com/topic/141397-caching-web-pages-in-php/
Share on other sites

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.