CSS-JS-Booster
CSS-JS-Booster copied to clipboard
CDN will cache the "temporary file"
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! :)