Joshua Marantz

Results 254 comments of Joshua Marantz

I don't remember why is not handled by default, but you can enable its use with a directive as described in https://www.modpagespeed.com/doc/domains#url-valued-attributes. On Wed, Dec 23, 2020 at 6:27 AM...

That does not look like anything I have seen pagespeed do before. Is it possible there is another module loaded into nginx or an upstream origin that is doing some...

Also please share your config if possible. On Thu, Mar 28, 2019, 8:54 AM Joshua Marantz wrote: > That does not look like anything I have seen pagespeed do before....

Hi... It doesn't make sense to configure both OptimizeForBandwidth and CoreFilters. You can only set RewriteLevel to one of those. I think you just want OptimizeForBandwidth.

The scope of 'ModifyCachingHeaders' is HTML; it is not intended to affect resources. Are you saying it _does_ affect resources? That is certainly not the intent. You don't need the...

Oh that should not happen ... assigning. I think this must be nginx-specific.

Are all the directory permissions set up so your nginx child processes can read/write your file-cache? E.g. is the file-cache directory owned by the same username that is running the...

I think manually messing with !clean!time! is really trying to solve a symptom of something else. I have another wild guess though: are you out of space in your /dev/shm...

@dvershinin and @Project0 : are you getting the message repeatedly? Or is it just coming out once? If it's coming out just once I think that's not a problem, and...

I don't think it will be multiplied by the number of workers because the first one that runs will write that file. It also should not happen once for each...