Small correctness/robustness items for the page cache, bundled:
Skip caching responses shorter than 255 bytes (some legacy clients mishandle tiny pages; also avoids caching near-empty error output)
Add a wp_recache_override_donotcachepage filter as an escape hatch around the DONOTCACHEPAGE constant (some plugins define it unconditionally)
Append an HTML comment footprint (cached timestamp) to cached pages for debuggability
Cache search result pages (?s=) while keeping other query strings bypassed
Small correctness/robustness items for the page cache, bundled:
- Skip caching responses shorter than 255 bytes (some legacy clients mishandle tiny pages; also avoids caching near-empty error output)
- Add a wp_recache_override_donotcachepage filter as an escape hatch around the DONOTCACHEPAGE constant (some plugins define it unconditionally)
- Append an HTML comment footprint (cached timestamp) to cached pages for debuggability
- Cache search result pages (?s=) while keeping other query strings bypassed
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Small correctness/robustness items for the page cache, bundled: