Will small random dynamic snippets break caching
Posted
by
Saif Bechan
on Pro Webmasters
See other posts from Pro Webmasters
or by Saif Bechan
Published on 2011-11-12T11:56:25Z
Indexed on
2011/11/12
18:07 UTC
Read the original article
Hit count: 352
cache
I am busy writing a WordPress plugin. Now most users have cache plugins installed, they cache the pages. I know also some webservers as nginx have php caching and whatnot. There are also things like memcached.
Now I have to admit I do not know exactly how they work, if anyone have some good links on how they work I would be glad. Some links where it's explained simple, not to technical.
Now the question. My plugin displays different statistics on posts, they are always different, will this break the caching of the page. To take is a step further, sometimes the statistics of the post needs updating, and there is a small javascript snippet added to the page.
Now will these two action result in the page not caching, or am I ok.
© Pro Webmasters or respective owner