andrewbrg edited a comment on issue #1686: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1686#issuecomment-623158601
I have a sneaking suspicion that it might have been my redis config to skrew it all up. The redis config was set with allkeys-lru - https://redis.io/topics/lru-cache Thinking about it, could it be that as the redis DB became full, it evicted some data which PageSpeed thought still existed in the DB, thus rendering links on images with 404? @jmarantz Not using either outline_javascript or outline_styles. I'd like to have a single cache because it seems so much more efficient to do so. Anyways, not sure if it's the case that the allkeys-lru caused the issue or not, however there is the fact that the issue only came up when the DB was maxed out. Further information, we have two sites which used to share the same redis cache and on the other site there were 404s too, i noticed them today and moved that site onto the new setup with memcached. Only time will tell if this is the case or not, but it could take months before it re-surfaces, naturally. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org