Skip to content
Unverified Commit ed1dcd36 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Set the JSCombiner cache if needed



Found while debugging a customer setup. They had to flush their Redis.
Hence the info was no longer there. Since they also used S3 this meant
requesting the files over and over on template render. Which on S3 is
not cheap.

Now we just write it back if we can't get it from the cache in the first
place. So that the next run has it cached properly again.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent ad3735ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment