{"id":15748394,"url":"https://github.com/dvershinin/cacheability","last_synced_at":"2026-02-18T07:12:46.238Z","repository":{"id":253616642,"uuid":"844030098","full_name":"dvershinin/cacheability","owner":"dvershinin","description":"WordPress Cacheability plugin","archived":false,"fork":false,"pushed_at":"2026-02-16T05:45:18.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2026-02-16T13:21:56.332Z","etag":null,"topics":["caching","optimize","pagespeed","performance","purge","seo","speed","varnish","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/cacheability/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dvershinin.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-18T06:50:26.000Z","updated_at":"2026-02-16T05:45:22.000Z","dependencies_parsed_at":"2024-08-18T08:25:03.575Z","dependency_job_id":"82070ed1-8671-4b0c-8927-6b5016f1a44e","html_url":"https://github.com/dvershinin/cacheability","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"0b60bbc95705e930bec7cc1a5415f2f5041ef9a0"},"previous_names":["dvershinin/cacheability"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/dvershinin/cacheability","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvershinin%2Fcacheability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvershinin%2Fcacheability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvershinin%2Fcacheability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvershinin%2Fcacheability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvershinin","download_url":"https://codeload.github.com/dvershinin/cacheability/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvershinin%2Fcacheability/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29571949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T06:19:27.422Z","status":"ssl_error","status_checked_at":"2026-02-18T06:18:44.348Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["caching","optimize","pagespeed","performance","purge","seo","speed","varnish","wordpress","wordpress-plugin"],"created_at":"2024-10-04T05:41:41.252Z","updated_at":"2026-02-18T07:12:46.233Z","avatar_url":"https://github.com/dvershinin.png","language":"PHP","funding_links":["https://www.buymeacoffee.com/dvershinin"],"categories":[],"sub_categories":[],"readme":"=== Cacheability ===\n\nContributors: dvershinin\nTags: cache, seo, 404, performance, varnish, nginx, cdn\nRequires at least: 5.0\nRequires PHP: 7.0\nTested up to: 6.9\nStable tag: 2.0.1\nLicense: GPLv2\nLicense URI: https://www.gnu.org/licenses/gpl-2.0.html\nDonate link: https://www.buymeacoffee.com/dvershinin\n\nHTTP optimization for WordPress. Fixes soft 404 errors and adds smart cache headers.\n\n== Description ==\n\nCacheability makes your WordPress site a better HTTP citizen, improving SEO and cache efficiency.\n\n= Free Features =\n\n**Soft 404 Fix**\n\nWordPress returns HTTP 200 for empty search results, invalid tag pages, and empty category archives. Google marks these as \"soft 404\" errors in Search Console, hurting your SEO.\n\nCacheability fixes this by returning proper 404 status codes when:\n\n* Search results are empty (`/?s=nonexistent`)\n* Tag archives are empty (`/tag/nonexistent/`)\n* Category archives are empty\n* Author archives are empty\n\n**Smart Cache-Control Headers**\n\nAutomatically adds `s-maxage` headers so Varnish, NGINX, and CDNs can cache your pages efficiently without affecting browser caching behavior.\n\n* Search/404 pages: 1 hour cache\n* All other pages: 1 year cache (your purge plugin handles invalidation)\n\n= Cacheability Pro =\n\nUpgrade to [Cacheability Pro](https://www.getpagespeed.com/web-apps/cacheability-pro) for advanced features:\n\n* **Cache Warming** — Automatically warm pages after purging so visitors never hit cold cache\n* **Conditional GET (304)** — Return 304 Not Modified for unchanged content, saving bandwidth\n* **ESI Support** — Cache pages with dynamic nonces (comments, login forms)\n* **Rate-Limit Safe** — Smart request queuing to avoid 429 errors\n* **Sitemap Warming** — Warm all pages from sitemap after full purge\n* **WP-CLI Commands** — `wp cacheability warm` and more\n* **Priority Support** — Get help when you need it\n\n[Get Cacheability Pro →](https://www.getpagespeed.com/web-apps/cacheability-pro)\n\n== Installation ==\n\n1. Upload to `/wp-content/plugins/cacheability/`\n2. Activate the plugin through the 'Plugins' menu\n3. That's it! No configuration needed.\n\nThe plugin works automatically. You can view the settings page under Settings → Cacheability.\n\n== Frequently Asked Questions ==\n\n= Is it compatible with caching plugins? =\n\nYes! Cacheability works alongside any caching solution including WP Super Cache, W3 Total Cache, WP Rocket, Varnish, NGINX FastCGI cache, and CDNs like Cloudflare.\n\n= Does it slow down my site? =\n\nNo. Cacheability adds minimal overhead — it just sets proper HTTP headers and status codes.\n\n= What's the difference between free and Pro? =\n\nThe free version fixes soft 404s and adds cache headers. Pro adds cache warming (automatically re-caches pages after purging), conditional GET responses (304), and ESI support for dynamic content.\n\n= Do I need Varnish HTTP Purge plugin? =\n\nFor the free version, no. For Cacheability Pro's cache warming feature, we recommend [Varnish HTTP Purge](https://wordpress.org/plugins/varnish-http-purge/) or similar purge plugin.\n\n== Screenshots ==\n\n1. Settings page with Pro feature comparison\n\n== Changelog ==\n\n= 2.0.1 =\n* Fixed duplicate Cache-Control headers when another plugin sets headers via PHP header() function\n\n= 2.0.0 =\n* Major update: Streamlined free version\n* Cache warming, conditional GET, and ESI moved to Cacheability Pro\n* Added settings page with Pro feature overview\n* Improved soft 404 detection (now includes category and author archives)\n* Code modernization and cleanup\n\n= 1.1.7 =\n* Fixed a PHP notice when used together with older versions of Varnish HTTP Purge plugin and WP-Rocket integrations\n\n= 1.1.6 =\n* Fixed a PHP fatal error when used together with older versions of Varnish HTTP Purge plugin and WP-Rocket integrations\n\n= 1.1.3 =\n* Fixed some PHP warnings\n\n= 1.1.0 =\n* Added cache warmup feature for updated content\n\n= 1.0.0 =\n* Initial release\n\n== Upgrade Notice ==\n\n= 2.0.0 =\nCache warming, conditional GET (304), and ESI features are now part of Cacheability Pro. The free version continues to provide soft 404 fixes and cache headers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvershinin%2Fcacheability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvershinin%2Fcacheability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvershinin%2Fcacheability/lists"}