=== Cacheability === Contributors: dvershinin Tags: caching, optimize, performance, pagespeed, core web vitals, seo, speed Requires at least: 4.6 Requires PHP: 7.0 Tested up to: 6.0.1 Stable tag: 1.0.2 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html Donate link: https://www.buymeacoffee.com/dvershinin == Description == 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. == Frequently Asked Questions == = 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.