[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2056: Broken javascript loading order

2021-01-21 Thread GitBox


Lofesa commented on issue #2056:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2056#issuecomment-765206359


   Disable the inline_javascript filter or increase the size for javascript be 
inlined or exclude jquery from pagespeed



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




[GitHub] [incubator-pagespeed-mod] applibs opened a new issue #2056: Broken javascript loading order

2021-01-21 Thread GitBox


applibs opened a new issue #2056:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2056


   This version X-Mod-Pagespeed: 1.13.35.2-0 broken order processing 
javascripts.
   Some my files are like:
   
   
   but it will generate:
   
   //
   
   
   Its impossible because defer attribute by specification not work with 
inlined javascript. Soo, when I am using jQuery in my external-script-1.js my 
scripts is broken because "Uncaught ReferenceError: jQuery is not defined". Its 
because pagespeed ignore defer and moved to source code to 

[GitHub] [incubator-pagespeed-ngx] uhlhosting commented on issue #1720: URL is not in cache

2021-01-21 Thread GitBox


uhlhosting commented on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764584964







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




[GitHub] [incubator-pagespeed-ngx] uhlhosting edited a comment on issue #1720: URL is not in cache

2021-01-21 Thread GitBox


uhlhosting edited a comment on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764669858


   @Lofesa not sure why this is now happening it seems somehow pagespeed 
ignored my variables:
   
   # WordPress-specific configurations, change according to your domain and 
installation path
   pagespeed Disallow */*.php*;
   pagespeed Disallow */checkout/*;
   pagespeed Disallow */status/*;
   pagespeed Disallow */opui/*;
   **pagespeed Disallow "*/wp-includes/js/dist/*.js";
   pagespeed Disallow "*/wp-includes/js/tinymce/*.js";
   pagespeed Disallow "*/wp-includes/js/jquery/jquery.js";**
   pagespeed Disallow 
"*/wp-content/plugins/oxygen/component-framework/vendor/*.js";
   pagespeed Disallow "*/wp-content/cache/*.css";
   pagespeed Disallow "*/admin-bar.min.css";
   pagespeed Disallow "*/dashicons.min.css";
   
   I specifically specified not to change those files, when I try to use the 
oxygen builder editor I get this:
   
   ```
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] Script 
https://uhl.site/wp-includes/js/dist/vendor/moment.min.js?ver=2.26.0 didn't 
shrink.
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] ipro: CSS parser increased 
size of CSS file 
https://uhl.site/wp-content/plugins/piotnetforms-pro/assets/css/minify/admin.min.css?ver=1.0.69
 by 57 bytes.
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] ipro: Recompressing image 
`https://uhl.site/wp-includes/js/thickbox/loadingAnimation.gif' (15238 -> 15238 
bytes) doesn't save space; dropped.
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] ipro: Shrinking image 
`https://uhl.site/wp-content/plugins/falang/admin/img/icon-80x80.png' (4379 
bytes) to 
`https://uhl.site/wp-content/plugins/falang/admin/img/xicon-80x80.png.pagespeed.ic.hN2wQBPvsU.png'
 (3805 bytes)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165565] Trying to serve rewritten 
resource in-place: https://stats.uhl.site/js/plausible.js
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 
https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 
https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 
https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/modal.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 

[GitHub] [incubator-pagespeed-ngx] zz9pzza commented on issue #1380: nginx worker 100% cpu usage (spinning on write returning EAGAIN)

2021-01-21 Thread GitBox


zz9pzza commented on issue #1380:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764849749


   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 ) ?



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




[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1154: POSITION_AUX=true broken in nginx 1.9.11+

2021-01-21 Thread GitBox


oschaaf commented on issue #1154:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-764917092







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




[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1380: nginx worker 100% cpu usage (spinning on write returning EAGAIN)

2021-01-21 Thread GitBox


oschaaf commented on issue #1380:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764916163


   > 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 chance is probably trivial, but I wouldn't 
bet on it :(
   
   



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




[GitHub] [incubator-pagespeed-ngx] oschaaf edited a comment on issue #1154: POSITION_AUX=true broken in nginx 1.9.11+

2021-01-21 Thread GitBox


oschaaf edited a comment on issue #1154:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-765012045







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




[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1720: URL is not in cache

2021-01-21 Thread GitBox


Lofesa commented on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764834069


   These are just regex expresions:
   pagespeed Disallow "/wp-includes/js/dist/.js"; Thsi don´t macht this
   https://uhl.site/wp-includes/js/dist/vendor/moment.min.js?ver=2.26
   
   Maybe pagespeed Disallow "/wp-includes/js/dist/**\*.js\***"; this matcht.



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




[GitHub] [incubator-pagespeed-ngx] vphantom commented on issue #1154: POSITION_AUX=true broken in nginx 1.9.11+

2021-01-21 Thread GitBox


vphantom commented on issue #1154:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-764856757







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




[GitHub] [incubator-pagespeed-ngx] oschaaf edited a comment on issue #1380: nginx worker 100% cpu usage (spinning on write returning EAGAIN)

2021-01-21 Thread GitBox


oschaaf edited a comment on issue #1380:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764916163


   > 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 change is probably trivial, but I wouldn't 
bet on it :(
   
   



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




[GitHub] [incubator-pagespeed-ngx] Lofesa edited a comment on issue #1720: URL is not in cache

2021-01-21 Thread GitBox


Lofesa edited a comment on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764834069


   These are just regex expressions:
   This `pagespeed Disallow "/wp-includes/js/dist/.js";`  don´t macht this
   `https://uhl.site/wp-includes/js/dist/vendor/moment.min.js?ver=2.26`
   
   Maybe `pagespeed Disallow "/wp-includes/js/dist/*.js*";` this matcht.



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




[GitHub] [incubator-pagespeed-ngx] oschaaf edited a comment on issue #1154: POSITION_AUX=true broken in nginx 1.9.11+

2021-01-21 Thread GitBox


oschaaf edited a comment on issue #1154:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-765012045


   That's one way to solve the problem :-) Now if you could configure 
thenreverse proxy to cache .pagespeed. resources, you might actually get 
something else out of it too, and minimize the incurred overhead. (note caching 
the html is tempting, but harder to set up correctly, but just the 
`.pagespeed.` resources should be hassle-free).



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




[GitHub] [incubator-pagespeed-ngx] oschaaf edited a comment on issue #1154: POSITION_AUX=true broken in nginx 1.9.11+

2021-01-21 Thread GitBox


oschaaf edited a comment on issue #1154:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-765012045


   That's one way to solve the problem :-) Now if you could configure 
thenreverse proxy to cache .pagespeed. resources, you might actually get 
something else out of it too, and minimize the incurred overhead. (note caching 
the html is tempting, but harder to set up correctly, but just the .pagespeed. 
resources should be hassle-free).



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




[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1154: POSITION_AUX=true broken in nginx 1.9.11+

2021-01-21 Thread GitBox


oschaaf commented on issue #1154:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-765012045


   That's one way to solve the problem :-) Now if you could configure reverse 
proxy to cache .pagespeed. resources, you might actually get something else out 
of it too, and minimize the incurred overhead. (note caching the html is 
tempting, but harder to set up correctly, but just the .pagespeed. resources 
should be hassle-free).



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




[GitHub] [incubator-pagespeed-ngx] vphantom commented on issue #1154: POSITION_AUX=true broken in nginx 1.9.11+

2021-01-21 Thread GitBox


vphantom commented on issue #1154:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-764962790


   I tested it with plain image URLs when pagespeed is on. My work-around for 
now (which turned out to work quite well) is to have Nginx proxy into itself to 
a private port on the paths I want PageSpeed involved, so I can massage the 
headers before they go out.  The inside server enables PageSpeed and the 
outside one doesn't.



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




[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1154: POSITION_AUX=true broken in nginx 1.9.11+

2021-01-21 Thread GitBox


oschaaf commented on issue #1154:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-764917092


   > Does nobody else in production need to set any header in Nginx?
   
   That does seem unlikely to me. Does this happen only with `.pagespeed.` 
rewritten urls?



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




[GitHub] [incubator-pagespeed-ngx] oschaaf edited a comment on issue #1380: nginx worker 100% cpu usage (spinning on write returning EAGAIN)

2021-01-21 Thread GitBox


oschaaf edited a comment on issue #1380:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764916163


   > 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 change is probably trivial, but I wouldn't 
bet on it :(
   
   



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




[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1380: nginx worker 100% cpu usage (spinning on write returning EAGAIN)

2021-01-21 Thread GitBox


oschaaf commented on issue #1380:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764916163


   > 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 chance is probably trivial, but I wouldn't 
bet on it :(
   
   



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




[GitHub] [incubator-pagespeed-ngx] vphantom commented on issue #1154: POSITION_AUX=true broken in nginx 1.9.11+

2021-01-21 Thread GitBox


vphantom commented on issue #1154:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-764856757


   I just dug a little deeper and actually ngx_pagespeed is removing all our 
custom headers from our responses, both those set with `add_header` and 
`more_set_headers`.  This means when PageSpeed is enabled we lose STS, 
Referrer-Policy, X-XSS-Protection, Allow and even the Set-Cookie emitted by 
ngx_http_userid.  We also lose ETag and Cache-Control (which were overwritten 
anyway) with `ModifyCacheHeaders off`. I can't believe we hadn't noticed that 
before today… 
   
   Does nobody else in production need to set any header in Nginx?



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




[GitHub] [incubator-pagespeed-ngx] zz9pzza commented on issue #1380: nginx worker 100% cpu usage (spinning on write returning EAGAIN)

2021-01-21 Thread GitBox


zz9pzza commented on issue #1380:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764849749


   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 ) ?



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




[GitHub] [incubator-pagespeed-ngx] Lofesa edited a comment on issue #1720: URL is not in cache

2021-01-21 Thread GitBox


Lofesa edited a comment on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764834069


   These are just regex expressions:
   This `pagespeed Disallow "/wp-includes/js/dist/.js";`  don´t macht this
   `https://uhl.site/wp-includes/js/dist/vendor/moment.min.js?ver=2.26`
   
   Maybe `pagespeed Disallow "/wp-includes/js/dist/*.js*";` this matcht.



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




[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1720: URL is not in cache

2021-01-21 Thread GitBox


Lofesa commented on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764834069


   These are just regex expresions:
   pagespeed Disallow "/wp-includes/js/dist/.js"; Thsi don´t macht this
   https://uhl.site/wp-includes/js/dist/vendor/moment.min.js?ver=2.26
   
   Maybe pagespeed Disallow "/wp-includes/js/dist/**\*.js\***"; this matcht.



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




[GitHub] [incubator-pagespeed-ngx] uhlhosting edited a comment on issue #1720: URL is not in cache

2021-01-21 Thread GitBox


uhlhosting edited a comment on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764669858


   @Lofesa not sure why this is now happening it seems somehow pagespeed 
ignored my variables:
   
   # WordPress-specific configurations, change according to your domain and 
installation path
   pagespeed Disallow */*.php*;
   pagespeed Disallow */checkout/*;
   pagespeed Disallow */status/*;
   pagespeed Disallow */opui/*;
   **pagespeed Disallow "*/wp-includes/js/dist/*.js";
   pagespeed Disallow "*/wp-includes/js/tinymce/*.js";
   pagespeed Disallow "*/wp-includes/js/jquery/jquery.js";**
   pagespeed Disallow 
"*/wp-content/plugins/oxygen/component-framework/vendor/*.js";
   pagespeed Disallow "*/wp-content/cache/*.css";
   pagespeed Disallow "*/admin-bar.min.css";
   pagespeed Disallow "*/dashicons.min.css";
   
   I specifically specified not to change those files, when I try to use the 
oxygen builder editor I get this:
   
   ```
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] Script 
https://uhl.site/wp-includes/js/dist/vendor/moment.min.js?ver=2.26.0 didn't 
shrink.
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] ipro: CSS parser increased 
size of CSS file 
https://uhl.site/wp-content/plugins/piotnetforms-pro/assets/css/minify/admin.min.css?ver=1.0.69
 by 57 bytes.
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] ipro: Recompressing image 
`https://uhl.site/wp-includes/js/thickbox/loadingAnimation.gif' (15238 -> 15238 
bytes) doesn't save space; dropped.
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] ipro: Shrinking image 
`https://uhl.site/wp-content/plugins/falang/admin/img/icon-80x80.png' (4379 
bytes) to 
`https://uhl.site/wp-content/plugins/falang/admin/img/xicon-80x80.png.pagespeed.ic.hN2wQBPvsU.png'
 (3805 bytes)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165565] Trying to serve rewritten 
resource in-place: https://stats.uhl.site/js/plausible.js
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 
https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 
https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 
https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/modal.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 

[GitHub] [incubator-pagespeed-ngx] uhlhosting commented on issue #1720: URL is not in cache

2021-01-21 Thread GitBox


uhlhosting commented on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764669858


   @Lofesa not sure why this is now happening it seems somehow pagespeed 
ignored my variables:
   
   # WordPress-specific configurations, change according to your domain and 
installation path
   pagespeed Disallow */*.php*;
   pagespeed Disallow */checkout/*;
   pagespeed Disallow */status/*;
   pagespeed Disallow */opui/*;
   **pagespeed Disallow "*/wp-includes/js/dist/*.js";
   pagespeed Disallow "*/wp-includes/js/tinymce/*.js";
   pagespeed Disallow "*/wp-includes/js/jquery/jquery.js";**
   pagespeed Disallow 
"*/wp-content/plugins/oxygen/component-framework/vendor/*.js";
   pagespeed Disallow "*/wp-content/cache/*.css";
   pagespeed Disallow "*/admin-bar.min.css";
   pagespeed Disallow "*/dashicons.min.css";
   
   I specifically specified not to change those files, when I try to use the 
oxygen builder editor I get this:
   
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] Script 
https://uhl.site/wp-includes/js/dist/vendor/moment.min.js?ver=2.26.0 didn't 
shrink.
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] ipro: CSS parser increased 
size of CSS file 
https://uhl.site/wp-content/plugins/piotnetforms-pro/assets/css/minify/admin.min.css?ver=1.0.69
 by 57 bytes.
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] ipro: Recompressing image 
`https://uhl.site/wp-includes/js/thickbox/loadingAnimation.gif' (15238 -> 15238 
bytes) doesn't save space; dropped.
   [Thu, 21 Jan 2021 14:11:17 GMT] [Info] [2165570] ipro: Shrinking image 
`https://uhl.site/wp-content/plugins/falang/admin/img/icon-80x80.png' (4379 
bytes) to 
`https://uhl.site/wp-content/plugins/falang/admin/img/xicon-80x80.png.pagespeed.ic.hN2wQBPvsU.png'
 (3805 bytes)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165565] Trying to serve rewritten 
resource in-place: https://stats.uhl.site/js/plausible.js
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 
https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 
https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/image-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 
https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Info] [2165570] HTTPCache 
key=https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/gallery-active.svg
 fragment=uhl.site: remembering recent failure for 299 seconds.
   [Thu, 21 Jan 2021 14:11:18 GMT] [Error] [2165570] 
[https://uhl.site/wp-content/plugins/oxygen/component-framework/toolbar/UI/oxygen-icons/add-icons/modal.svg:0]
 serf_context_run error status=111 (Connection refused)
   [Thu, 21 Jan 2021 14:11:18 GMT] [Warning] [2165570] Fetch failed to start: 

[GitHub] [incubator-pagespeed-ngx] uhlhosting commented on issue #1720: URL is not in cache

2021-01-21 Thread GitBox


uhlhosting commented on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764584964


   No that line is in another file thats called in nginx.conf.
   
   In nginx conf i have normal gzip on; and brotli on;



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