Skip to main content
0 votes
1 answer
28 views

HTTP caching of transitive resources using IF-Modified-Since

Given: index.html main.js data.json The initial requests for these files all return the same Last-Modified header value, but no Cache-Control header. A subsequent request is made... The request to ...
Cheetah's user avatar
  • 14.5k
0 votes
0 answers
24 views

need to cache an access token from oauth url.How do I pass the cached access token to the next invoke policy

I need to cache an access token from oauth endpoint and use the access token to make a call to a backend endpoint. How do I pass the cached access token to the next invoke policy? I am using IBM API ...
Vidya Patil's user avatar
0 votes
0 answers
108 views

Nuxt 3 SSR caching with external API

I have a nuxt3 site, it loads some content for some of the pages from an externally hosted REST API. Basically the API is a management platform that allows editing and creation of events, and packages ...
Alpaus's user avatar
  • 646
0 votes
0 answers
43 views

Getting 304 (Not Modified) after new deploy in Firebase App Hosting

does anyone have understanding what is the caching policy for Firebase App Hosting service ? When I deploy the new version of my web app written in Angular 19 and hit refresh in the browser - my web ...
ievgen's user avatar
  • 1,113
1 vote
1 answer
33 views

Why mod_expires does not work for JS files

It looks like ExpiresByType in .htaccess file doesn't work for js files. PageSpeed Insights: Serve static assets with an efficient cache policy xx resources found …js/jquery.min.js?3.7.1 (**my domain**...
Plamen's user avatar
  • 390
0 votes
1 answer
38 views

How Can I Ensure ASPX Pages Don’t Cache After web.config Updates in ASP.NET Web Forms?

I’m working on a .NET wcf application with ASPX pages. Every time I update the web.config file (such as changing versioning), I want to make sure that none of the pages are cached and are always ...
Sandeep's user avatar
  • 31
0 votes
1 answer
98 views

Why isn't Safari (and iOS) caching my SVGs?

I have set up a server where Flask is running behind Nginx. I plan on using Nginx soon for static resources, however, I was interested in getting caching to work while serving resources from Flask. I ...
star8163264's user avatar
0 votes
1 answer
72 views

Auto refresh Cloudflare cache

I have an API that runs on GCP behind Cloudflare. To optimize response time I want to cache requests responses using Cloudflare cache. When a cached resource becomes stale, the subsequent request has ...
Alexandre Schaffner's user avatar
0 votes
1 answer
69 views

Cache Storage vs IndexDB for short lived data

I need to handle a 500MB file upload where the user may be redirected to a login page and later return to resume the upload. To store the file temporarily, options like IndexedDB or CacheStorage seem ...
Shairil Kansal's user avatar
0 votes
2 answers
69 views

Does Cache-Control: s-maxage=31536000 guarantee no revalidation by intermediaries (CDN, proxies)?

I am trying to optimize the caching of versioned static files (e.g., style.abc123.css) served through a CDN or proxy cache. I am currently using the following HTTP header: Cache-Control: s-maxage=...
famas23's user avatar
  • 2,300
0 votes
1 answer
71 views

ETag update after resource modification

Let's assume I have the following 2 endpoints, which get and update a resource on my server: GET /myResource PUT /myResource We would now like to implement browser caching to minimize the load on our ...
oleg_zh's user avatar
  • 111
0 votes
0 answers
9 views

Apache2 - Cache-Control configured twice

I have tested an Apache2 with testssl and was informed that Cache-Control should be configured twice. I was able to confirm the same in another test. It is an Apache2 2.4 On the one hand, the old ...
loc's user avatar
  • 1
0 votes
1 answer
151 views

How to use the cloudflare worker cache as a fast KV?

I cant seem to get the Cloudflare cache working as described in the Cloudflare documentation https://developers.cloudflare.com/workers/runtime-apis/cache/ I am trying to use Cloudflare worker cache as ...
Marcus 123's user avatar
0 votes
0 answers
39 views

Yii2 Cache-control

i've read the documentation about YII2 Caching So i set on my controller public function behaviors() { return [ 'verbs' => [ 'class' => VerbFilter::class, ...
law_81's user avatar
  • 2,421
0 votes
0 answers
54 views

Old service worker caching previous website

I had an old website built in Gatsby which used gatsby-plugin-offline to cache the page via a service worker. I have created a new site (in NextJS) which is now deployed to the same URL via Netlify. ...
Finnian Langham's user avatar

15 30 50 per page
1
2 3 4 5
97