Lofesa commented on issue #1679: pagespeed with load balancer (nginx) and front-end (apache) URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1679#issuecomment-583788282 @salvoaranzulla Maybe you can use it, as far as the LRUcache is a cache not shared even between the server processes. If you have configured nginx to run, say, 4 processes the you have 4 LRUcache. SharedMemory stores metadata about the optimized resurces, if you configure it in each server, one server don“t know what metadata has created an other server. If you store it in a centraliced repository, aka external cache, these metadata can be shared too.
---------------------------------------------------------------- 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 With regards, Apache Git Services