Jump to content

caching application?


n8w

Recommended Posts

Hey .. Is there an application or something that allows me to cache parts of a page and not others?

 

It would be ideal if I could put tags in the page where I want to begin and end caching .. something like:

 

 

web page content web page content web page content web page content web page content web page content

 

<!--  cache everthing between these tags -->

<? cache_page("start") ?>

result from database query that doesn't change very often ... etc

<? cache_page("end") ?>

 

another call to the database but I don't want this part cached ..

web page content web page content web page content web page content web page content web page content

Link to comment
https://forums.phpfreaks.com/topic/47791-caching-application/
Share on other sites

Caching is a pretty broad topic (which I unfortunately don't know enough about to give you a really good answer). 

 

I highly suggest this book though:

 

http://www.amazon.com/Advanced-PHP-Programming-George-Schlossnagle/dp/0672325616

 

It devotes a whole section on caching and application performance.  It's worth the price of the book just for that section alone. 

 

Link to comment
https://forums.phpfreaks.com/topic/47791-caching-application/#findComment-233480
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.