The following has to be added after the test for WP version:
// Disable responsive images because the dynamic images don't show as attachments so aren't cached.
add_filter( 'wp_calculate_image_srcset_meta', '__return_null' );
Two years ago, WP 4.4 added a responsive images feature which automatically emits images in several sizes (look for srcset in the HTML). Those images don’t exist in the Media Library and aren’t detected as attachments, so they are not cached. That line of code disables the responsive images.
]]>I found some changes were needed in the plugin. There are several places where get_stylesheet_directory_uri() have to be used instead of get_template_directory_uri(). These changes seem to be needed when using a child theme, but will probably work elsewhere.
There also is a “hSpecific Entry” item near the bottom which I don’t understand.
]]>I have use this plugin… in wordpress 3.9.3… but when I switched off my internet, I could not access my website contents….
please help
It seems not working in 4.0
No cache version load when offline
Hi, thanks for this plugin.
how do I use wordpress 3.9.2?
Thanks
]]>I have use this plugin… it works but only problem…. photo are visible after installing this.. please add photo caching..
]]>Could I modify the cache.manifest myself to just cache the theme?
Yesterday I installed the plugin but my hosting company limited my account because of high CPU usage. There’s lots of file need to cache so CPU usage is high.
If I can just cache the theme to speed up my site it will be good.
Thanks
I’m getting a lot of broken css/js content when I activate this plugin. I am hosting my WordPress on OpenShift.com.
Here is a screenshot of my Chrome inspect window showing the errors: https://i.imgur.com/7iLpi4e.png
I’ve turned off my W3 Total Cache plugin to be sure it wasn’t interfering with things as well.
Do you have any advice for me?
By the way, I’m very excited to see this plugin work, because I’d love to have a WordPress browsing solution when the Internet connection is down.
]]>