Andrew Borg

Results 19 comments of Andrew Borg

Any help please? Do you think this ill be addressed?

Hi, first of all thank you for your reply :) The redirects.inc are just for some old urls to 301 them to new pages, they don't do anything with pagespeed....

OK, so what i have done till now is re-build nginx with the cache purge module and set up the communication between it and the pagespeed nginx. Changed the Forbid...

Hi, So you think redis is a better option than Memcached? I should not bother with Memcached? 2MB should be more than enough per object, that does not worry me,...

So, i checked the debug message on the 404 with redis as the cache and this is what it says: The image was not inlined because it has too many...

Ok, so I have an interesting update @Lofesa . I pushed the new setup to production and got 404s on pagespeed images immediatly. Let me explain the setup of the...

Further update, seems that adding these does nothing to prevent PageSpeed from re-writing the urls ``` pagespeed DisableFilters extend_cache; pagespeed DisableFilters extend_cache_images; ```

Hi @Lofesa - yes you are right, in fact if i refresh the page a few times, sometimes the missing images show and other times they do not, depends on...

Thanks @Lofesa From that thread what i took away was to set: `pagespeed DefaultSharedMemoryCacheKB 0;` And to set (we have a few different domains the website is served on but...

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,...