salvoaranzulla

Results 11 comments of salvoaranzulla

Hi, Thanks for your reply and clarification. So it's better to run mod_pagespeed in each our 4 front-end with Apache and Memcached. I have another question. When we run mod_pagespeed...

Thanks for your clarification. 1) The standard limit for memcached object is 1 Mb, right? I need to use the large option only if I have images with size >...

Perfect, thanks! >> 3. LoadFromFile is more awesome than that :) It checks on every access if the timestamp is updated. Definitely only use LoadFromFile ona local hard disk or...

@Lofesa I have a question about this lines: _>> To do so, you need to no configure any cache, only the file cache cause if not configured pagespeed don´t workbut...

@Lofesa I have understand right now the reason to put ModPagespeedDefaultSharedMemoryCacheKB 0 For the same reason, do you suggest to me to not use LRUCache, right?

@Lofesa Thanks for your help and your patience. I have written this configuration: `# ---------------------------------------------------------------------- # | Mod PageSpeed Configuration | # ---------------------------------------------------------------------- ModPagespeed on AddOutputFilterByType MOD_PAGESPEED_OUTPUT_FILTER text/html ModPagespeedXHeaderValue "pagespeed"...

@jmarantz Hi Josh, Thanks. So even if I use multi-server (4 servers) with same pagespeed configuration, do you suggest o me to use a local shared-memory cache for each server?...

Hi, Thanks for the clarification. Does Pagespeed generate a metadata for each HTML page? If HTML page changes, does pagespeed regenerate the metadata for the HTML page? I'm asking to...

Thanks. So does pagespeed create metadata only for the resources optimized, not for the HTML page? Il giorno dom 9 feb 2020 alle 20:42 Joshua Marantz ha scritto: > No,...

I have the same problem. I'd like to save cache with $seconds = 0. If I set: var $times = 2; // Only batcache a page after it is accessed...