Cacheability

설명

Cacheability improves your website loading time by making it a well-behaved 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 an invalid tag page, e.g., either /?s=foo or /tag/bar will always result in the 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 HTTP status upon empty search results or tags.

This improves your SEO ranking.

Warming cache for updated content

Every time you edit a WordPress post, your cache is cleared in many places. The post page is cleared, the homepage is cleared, the category, feeds, etc., etc. You edited just a single post or page, but your cache is cleared in many places!

This is cool because you don’t want stale content on your website. But it’s not cool to make your next visitors face slow pages!

Cacheability automatically warms up the pages which were purged from cache:

  • It warms up purged caches as soon as you edit your content, via cron
  • It warms up both Gzip and Brotli versions of cleared pages

All this allows for more happy visitors that hit your cache, and not slow backend!.

This feature requires Proxy Cache Purge plugin.
Also, ensure WordPress cron is configured correctly.

FAQ

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Cacheability”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Cacheability”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.7

  • Fixed a PHP notice when used together with older versions of Varnish HTTP Purge plugin and WP-Rocket integrations

1.1.6

  • Fixed a PHP fatal error when used together with older versions of Varnish HTTP Purge plugin and WP-Rocket integrations

1.1.3

  • Fixed some PHP warnings

1.1.0

  • Added cache warmup feature for updated content