You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't gone deeper in the API responses, but looks like most of the images, especially in the gallery issue 302s that are not cached. This introduces about 150-300ms of delay for every image. So even if the browser has those cached, it still has to wait on the 302 to be served and loads "slow". Can you configure Cloudflare to cache your 302's or at least do the URL rewrites on the CDN to avoid serving different URLs that need to send rewrites?
Before browser cached images
After browser cached images
Happy to help trouble shoot further as needed!
Thanks
The text was updated successfully, but these errors were encountered:
Hi Team
I haven't gone deeper in the API responses, but looks like most of the images, especially in the gallery issue 302s that are not cached. This introduces about 150-300ms of delay for every image. So even if the browser has those cached, it still has to wait on the 302 to be served and loads "slow". Can you configure Cloudflare to cache your 302's or at least do the URL rewrites on the CDN to avoid serving different URLs that need to send rewrites?
Before browser cached images
After browser cached images
Happy to help trouble shoot further as needed!
Thanks
The text was updated successfully, but these errors were encountered: