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
For repeated requests of the same tile, the browser always requests from the Fastly CDN server, and it always gets the 304 Not Modified response.
It would be quicker if the browser could instead use the local cache and not need to make the request at all. The reason I think it does not do this is because the document "Age" is much greater than the cache-control "max-age". Presumably there would be a method using Fastly config to stop this form happening? When I previously used a different map service, the tiles were always cached locally.
If this problem can be fixed, it would hopefully make the service faster for end users and reduce the hit rate on the your CDN.
Apart from this, your map design and tile service are both excellent. Thanks for very much providing this extremely generous service.
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure the tilesever caching is set-up correctly? It is not using the browser cache as I would expect.
For instance, look at the following request:
Request:
Response:
For repeated requests of the same tile, the browser always requests from the Fastly CDN server, and it always gets the 304 Not Modified response.
It would be quicker if the browser could instead use the local cache and not need to make the request at all. The reason I think it does not do this is because the document "Age" is much greater than the cache-control "max-age". Presumably there would be a method using Fastly config to stop this form happening? When I previously used a different map service, the tiles were always cached locally.
If this problem can be fixed, it would hopefully make the service faster for end users and reduce the hit rate on the your CDN.
Apart from this, your map design and tile service are both excellent. Thanks for very much providing this extremely generous service.
The text was updated successfully, but these errors were encountered: