As discussed on official discord, response times may have been increased on libraries like picocss and others.
Previously: 30-50ms
Now: 120-150ms
Relevant headers seen are:
cache-control: no-transform, public, s-maxage=30672000, max-age=30672000, immutable
cf-cache-status: BYPASS
cf-cdnjs-via: cfworker/r2
cf-ray: redacted-BOM
cross-origin-resource-policy: cross-origin
server-timing: cfExtPri
strict-transport-security: max-age=15780000
timing-allow-origin: *
vary: Accept-Encoding
x-cdnjs-cache: HIT
x-content-type-options: nosniff
I'm not certain this is an issue with cdnjs itself. Previously, requests were being served from the MAA, whereas they are now being served from BOM. This could very well be related to my ISP or routing changes.
(For context, BOM is closer to my location than MAA)
However, since internal changes to cdnjs were mentioned on Discord, I was asked to open this issue for tracking purposes. Thank you.
As discussed on official discord, response times may have been increased on libraries like picocss and others.
Previously: 30-50ms
Now: 120-150ms
Relevant headers seen are:
I'm not certain this is an issue with cdnjs itself. Previously, requests were being served from the
MAA, whereas they are now being served fromBOM. This could very well be related to my ISP or routing changes.(For context,
BOMis closer to my location thanMAA)However, since internal changes to cdnjs were mentioned on Discord, I was asked to open this issue for tracking purposes. Thank you.