Beskrivning
Cacheability improves your website loading time by making it a well-behaving HTTP citizen.
Plugin Features
Conditional HTTP GET
Cacheability adds conditional HTTP GET feature for WordPress posts. A repeat request to a post which wasn’t modified, will result in a 304 HTTP response. It quickly tells the browser: ”nothing new here” without sending the whole post all over again. This saves the bandwidth and increases performance on both ends.
Fixes soft 404 errors
WordPress emits soft 404s on empty search results or a invalid tag page, e.g. either /?s=foo
or /tag/bar
will always result in a HTTP 200 status code, irrespective of whether any entries were displayed there. Soft 404s are bad for you! Cacheability eliminates them by setting the proper 404 status upon empty search results or tags.
This improves your SEO ranking.
Vanliga frågor
-
Is it compatible with Full Page Cache plugins?
-
Yes, absolutely. Moreover, Cacheability adds the correct HTTP semantics making browsers and any external caches like Varnish to more efficiently cache your website’s content.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”Cacheability” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Cacheability” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.