Performance Tuning PHP |
|
2024-11-24 |
|
|
24 |
|
|
I'd like to use caching, but my content is completely dynamic and cannot be time delayed.
LIES! LIES! LIES!
Even the most dynamic pages, often have static elements generated by PHP. Partial caching
can accelerate the page generation by caching the static portions of otherwise dynamic pages.