Otto van der Schaaf

Results 220 comments of Otto van der Schaaf

> I think is the code for deleting image dims when inlined, but I´m unsure. Yes, I think that is the relevant line, but I'm note sure if unconditionally deleting...

That's awesome. FYI we have been drafting a new mod_pagespeed release over at http://people.apache.org/~oschaaf/mod_pagespeed/1.14.36.1-rc2/ That is equivalent to what is on mod_pagespeed's master right now with a few changes from...

lgtm, but let's see if @nberlee has any remarks

Closing this in an effort to clean up stale pull requests (but feel free to re-open if you want to pick this up again).

I suspect the SSI module may also be a required element to reproduce this. As a quick workaround, increasing the send buffer size for the pipe used to communicate between...

@urifoox so what makes this hard to fix is that I can't reproduce it myself. If my hunch is correct, bumping the buffer size of the pipe used to communicate...

@jmarantz It wouldn’t get a beauty price, but perhaps round robin assignment of base fetches over a configurable number of pipes instead of a single one would be sufficient (and...

@zz9pzza seems relevant to this issue, sure. Apparently the tweak to bump the buffer sizes associated to the pipe didn't help in your case, so it sounds like a proper...

> Would just raising the number in https://github.com/apache/incubator-pagespeed-ngx/blob/master/src/ngx_event_connection.cc#L64 help ( not as a solution for everyone just to make it less likely ) ? Well, it's worth trying, and the...

Just fixed the online example, that was a config error on the server side.