CSS-JS-Booster icon indicating copy to clipboard operation
CSS-JS-Booster copied to clipboard

CDN will cache the "temporary file"

Open vvo opened this issue 15 years ago • 0 comments

I'm talking about this : https://github.com/Schepp/CSS-JS-Booster/issues/closed#issue/15

The "lock file" when dealing with a large number of accesses and trying to generate a newly cached file.

The url of the temporary merged file is the same of the final completely-merged-minified file. That means that a CDN will try to cache the temporary file and serve it to all clients.

I hope I'm clear! :)

vvo avatar Jan 04 '11 14:01 vvo