Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64370


Ignore:
Timestamp:
12/06/2025 01:46:58 AM (8 months ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64370 – Description

    initial v1  
    1010>
    1111> according to [https://webtechsurvey.com/response-header/x-cache-status this random survey] `x-cache-status` is expected to only contain `hit`, though [https://webtechsurvey.com/response-header/x-cache for x-cache] there is an insignificant but measureable count of requests containing `HIT, MISS`
     12
     13Also, [https://wordpress.slack.com/archives/C02KGN5K076/p1764973573339019 in Slack]:
     14
     15> the only thing that really caught my eye is that we’re needly allocating to do case-insensitive compare instead of calling `stripos()`