OK. For option 2, have a look at the URLs of your “ultra mobile friendly” pages. Do they share an element between /
signs? Perhaps, for example, they both have /photo/
in the URL.
If they do share such an element, type that into the box at Zen Cache -> URI Exclusion Patterns
. Then hit Save All Changes
at the bottom of the page.
If they don’t share an element, copy and paste the URL for each page into that box, but leave out the https://
and domain name in each case. So, if one of your pages was at https://www.mysite.com/photo/bluesky
, you’d just paste in /photo/bluesky
As for further tips, there are three other things you could consider. One is “auto-caching.” Normally, a page is cached only when someone goes to it for the first time. This means that the first person gets a slow page load. But, if you use a plugin that generates an xml sitemap and the right caching plugin, you can have pages auto-cached, so that they will load faster for everyone.
Secondly, if you have logged-in users, they won’t normally see cached pages at all. You need a special caching plugin to make that feasible without causing other problems.
Thirdly, you can create compressed (or minified) html. That means taking out all the spaces from relevant code, which means it can be processed faster.
All three options are available with the Pro version of Zen Cache.