Writing a cache manifest file for a WordPress blog (app cache, offline web applications)

I’m in the same boat, and I’m still figuring out what the best “approach” should be.

It is not necessary to cache any of the WordPress core files (/wp-includes, /wp-admin, etc). You will have to cache some files that live in your theme. Stuff like the css, js, and any image resources you use in the UI. I created a little plugin that you can use to manage what files your cache manifest contains through the context of wp-admin. Let me know if you find it to be helpful.

Leave a Comment