|
|
|
|
|
by mozumder
3586 days ago
|
|
Literally only cache for 1 or 2 seconds at a time. Lots of people use page caching to speed up their website, but that's a mistake, since caching means stale data on dynamic sites. Caching should only be used to solve resource issues, not latency issues. Your entire site should be fast already without caching. This comments page should only take a few milliseconds to generate. If it doesn't, then something's wrong with the database queries. I will never understand how some sites take hundreds of milliseconds to generate a page. |
|