I am creating a database driven web application and it is difficult for me to find a way to cache articles.
I was thinking that I was just doing cfquery to iterate over all the article ids to give me the path to the page (e.g. /? Page = article & article_id = # id #), but from what I know about html5 caching is what if all changes in the manifest file are downloaded all over and over again.
If updateready continues to fire, does this slow down the page significantly?
source share