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

2021-01-19 Thread GitBox
zz9pzza commented on issue #1380: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-763202036 I am hitting this we think. http://mailman.nginx.org/pipermail/nginx/2021-January/060344.html http://mailman.nginx.org/pipermail/nginx/2021-January/060346.ht

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

2021-01-19 Thread GitBox
urifoox commented on issue #1380: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-763207206 @zz9pzza - did you try to apply the patch / recompile? https://github.com/apache/incubator-pagespeed-ngx/pull/1481

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

2021-01-19 Thread GitBox
zz9pzza commented on issue #1380: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-763210325 ``` james_@DESKTOP-OTOBGUP:~$ curl -I https://archiveofourown.org/ HTTP/2 200 server: nginx/1.19.6 x-page-speed: 1.13.35.2-0 ``` We are r

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

2021-01-19 Thread GitBox
oschaaf commented on issue #1380: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-763210833 @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 prope

[GitHub] [incubator-pagespeed-mod] ashishkpal opened a new issue #2055: configure SlowFileLatencyUs to change threshold

2021-01-20 Thread GitBox
ashishkpal opened a new issue #2055: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2055 i am getting the below error on the nginx error log file 2021/01/20 10:32:29 [error] 1305#1305: [ngx_pagespeed 1.13.35.2-0] Slow ReadFile operation on file /var/cache/ngx_pagespee

[GitHub] [incubator-pagespeed-mod] oschaaf commented on issue #2055: configure SlowFileLatencyUs to change threshold

2021-01-20 Thread GitBox
oschaaf commented on issue #2055: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2055#issuecomment-763512642 Sure, but what is your question? :-) This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-pagespeed-mod] ashishkpal commented on issue #2055: configure SlowFileLatencyUs to change threshold

2021-01-20 Thread GitBox
ashishkpal commented on issue #2055: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2055#issuecomment-763528419 mine question is should i worry about this error and if yes then how do i configure SlowFileLatencyUs --

[GitHub] [incubator-pagespeed-mod] oschaaf commented on issue #2055: configure SlowFileLatencyUs to change threshold

2021-01-20 Thread GitBox
oschaaf commented on issue #2055: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2055#issuecomment-763530549 Closing this, you either need to follow up on the implied suggestion of the message, or ensure faster (disk) i/o. Using memcached or larger caches for pagespeed may

[GitHub] [incubator-pagespeed-mod] oschaaf closed issue #2055: configure SlowFileLatencyUs to change threshold

2021-01-20 Thread GitBox
oschaaf closed issue #2055: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2055 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[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; ---

[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 do

[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

[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?ve

[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/mome

[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

[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`

[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 everyon

[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

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

[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

[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,

[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

[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

[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/mome

[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

[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 t

[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?ve

[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 lo

[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 everyon

[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] [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

[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

[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

[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: //

[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

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

2021-01-22 Thread GitBox
applibs commented on issue #2056: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2056#issuecomment-765240672 And how? # DisableFilters inline_javascript # pagespeed DisableFilters inline_javascript I got error 500 with any of this exmple. --

[GitHub] [incubator-pagespeed-mod] applibs edited a comment on issue #2056: Broken javascript loading order

2021-01-22 Thread GitBox
applibs edited a comment on issue #2056: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2056#issuecomment-765240672 And how? ``` # DisableFilters inline_javascript # pagespeed DisableFilters inline_javascript ``` I got error 500 with any of this

[GitHub] [incubator-pagespeed-mod] applibs removed a comment on issue #2056: Broken javascript loading order

2021-01-22 Thread GitBox
applibs removed a comment on issue #2056: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2056#issuecomment-765240672 And how? ``` # DisableFilters inline_javascript # pagespeed DisableFilters inline_javascript ``` I got error 500 with any of thi

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

2021-01-22 Thread GitBox
Lofesa commented on issue #2056: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2056#issuecomment-765274057 You have deleted the comment, but: For disable inline_javascript: ModPagespeedDisableFilters inline_javascript ModPagespeedForbidFilters inline_javascript

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

2021-01-24 Thread GitBox
uhlhosting commented on issue #1720: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766492829 @Lofesa I am also testing CSP with pagespeed and it seems that there is some external ongoing connection to www.pagespeed-mod.com ! ? Any idea what would pagespee

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

2021-01-24 Thread GitBox
Lofesa commented on issue #1720: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766614357 I have tested https://uhl.site in chrome browser and in webpagetest and can´t see any outgoing connection to www.pagespeed-com.com, only uhl.site and stats.uhl.site

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

2021-01-25 Thread GitBox
uhlhosting commented on issue #1720: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766888678 @Lofesa I believe this is the way Pagespeed inlines the css if its in header... This is purely done by pagespeed. Maybe it can be more investigated and a bug rais

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

2021-01-25 Thread GitBox
Lofesa commented on issue #1720: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766984205 1.- You have this html code: ``` https://uhl.site/"; />

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

2021-01-25 Thread GitBox
uhlhosting commented on issue #1720: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766492829 This is an automated message from the Apache Git Service. To respond to the message, please log on

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

2021-01-25 Thread GitBox
Lofesa commented on issue #1720: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766614357 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-pagespeed-mod] kriskhunthong opened a new issue #2057: หน้าเว็บไซต์ ไม่ผ่านการประเมิน Core Web Vitals

2021-01-27 Thread GitBox
kriskhunthong opened a new issue #2057: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2057 สวัสดีครับ ก่อนอื่นต้องบอกว่า มือใหม่มากๆ อยากรบกวนผู้มีประสบการณ์แนะนำ หรือ แก้ไข หน้าเว็บไซต์[ ]( https://medhubnews.com/ ) ซึ่งมีปัญหา หน้าเว็บไซต์ ไม่ผ่านการประเมิน Core Web

[GitHub] [incubator-pagespeed-mod] jk2625 opened a new issue #2058: ModPagespeed Slow TTFB w/ Brotli Compression enabled on pages with more HTML

2021-01-30 Thread GitBox
jk2625 opened a new issue #2058: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2058 We're seeing issues (across multiple websites with different content) with ModPagespeed v1.13.35.2-0 on Apache/2.4.6 causing significant TTFB delays (~600-700ms in total) on websites with so

[GitHub] [incubator-pagespeed-mod] oschaaf commented on issue #2058: ModPagespeed Slow TTFB w/ Brotli Compression enabled on pages with more HTML

2021-01-30 Thread GitBox
oschaaf commented on issue #2058: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2058#issuecomment-770261883 I don't have it on top of mind, but I think it is worth investigating the `FlushHtml` options and directives around that. The buffering by PageSpeed may hurt a littl

[GitHub] [incubator-pagespeed-mod] jk2625 commented on issue #2058: ModPagespeed Slow TTFB w/ Brotli Compression enabled on pages with more HTML

2021-01-30 Thread GitBox
jk2625 commented on issue #2058: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2058#issuecomment-770275125 Turns out tinkering with the compression level helped a whole lot. Totally blew past me this morning. Oddly enough, any brotli compression level below 10 had v

[GitHub] [incubator-pagespeed-mod] oschaaf commented on issue #2058: ModPagespeed Slow TTFB w/ Brotli Compression enabled on pages with more HTML

2021-01-30 Thread GitBox
oschaaf commented on issue #2058: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2058#issuecomment-770285949 Great, no problem. Closing this issue. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-pagespeed-mod] oschaaf closed issue #2058: ModPagespeed Slow TTFB w/ Brotli Compression enabled on pages with more HTML

2021-01-30 Thread GitBox
oschaaf closed issue #2058: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2058 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-pagespeed-mod] kriskhunthong opened a new issue #2059: ในช่วงระยะเวลาการรวบรวม 28 วันที่ผ่านมาประสบการณ์โดยรวมของเพจทั้งหมดที่ให้บริการจากจุดเริ่มต้นนี้ไม่ผ่านการประเมินCore Web Vi

2021-01-30 Thread GitBox
kriskhunthong opened a new issue #2059: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2059 ในช่วงระยะเวลาการรวบรวม 28 วันที่ผ่านมาประสบการณ์โดยรวมของเพจทั้งหมดที่ให้บริการจากจุดเริ่มต้นนี้ไม่ผ่านการประเมินCore Web Vitals หากต้องการดูคำแนะนำที่ปรับให้เหมาะกับแต่ละหน้าให้วิเค

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

2021-01-31 Thread GitBox
zz9pzza commented on issue #1380: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-770401379 I bumped the number from ``` 61c61 < fcntl(pipe_write_fd_, F_SETPIPE_SZ, 1024*1024 /* minimal amount of bytes */); --- > fcntl(pipe_write_

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

2021-01-31 Thread GitBox
zz9pzza edited a comment on issue #1380: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-770401379 I bumped the number from ``` 61c61 < fcntl(pipe_write_fd_, F_SETPIPE_SZ, 1024*1024 /* minimal amount of bytes */); --- > fcntl(pipe

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2059: 28 วันที่ผ่านมาประสบการณ์โดยรวมของเพจทั้งหมดที่ให้บริการจากจุดเริ่มต้นนี้ไม่ผ่านการประเมิน Core Web Vitals

2021-01-31 Thread GitBox
Lofesa commented on issue #2059: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2059#issuecomment-770427240 You can post this on core web vitals (Ligthouse) here https://github.com/GoogleChrome/Lighthouse/issues -

[GitHub] [incubator-pagespeed-ngx] bantilan commented on issue #1717: Could not complete the build

2021-02-03 Thread GitBox
bantilan commented on issue #1717: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-772481502 Got the same error on Ubuntu 20.10 (groovy): ``` -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie -ldl -lpthread -lpthread -lcrypt /r

[GitHub] [incubator-pagespeed-ngx] bantilan edited a comment on issue #1717: Could not complete the build

2021-02-03 Thread GitBox
bantilan edited a comment on issue #1717: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-772481502 Got the same error on Ubuntu 20.10 (groovy), GCC 10.2.0: ``` -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie -ldl -lpthread -l

[GitHub] [incubator-pagespeed-ngx] eric-mathison opened a new issue #1726: What is the latest build release for nginx?

2021-02-04 Thread GitBox
eric-mathison opened a new issue #1726: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1726 According to the Release notes, the version should be 1.14.36.1. But when getting the URL: ``` https://github.com/apache/incubator-pagespeed-ngx/archive/v1.14.36.1.tar.gz ```

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1726: What is the latest build release for nginx?

2021-02-05 Thread GitBox
Lofesa commented on issue #1726: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1726#issuecomment-773859432 Hace you searchhed for this same issue? Read #1656 This is an automated message from the Apache Gi

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1726: What is the latest build release for nginx?

2021-02-05 Thread GitBox
Lofesa commented on issue #1726: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1726#issuecomment-773859432 Hace you searchhed for this same issue? Read #1656 This is an automated message from the Apache Gi

[GitHub] [incubator-pagespeed-ngx] Lofesa edited a comment on issue #1726: What is the latest build release for nginx?

2021-02-05 Thread GitBox
Lofesa edited a comment on issue #1726: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1726#issuecomment-773859432 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-pagespeed-ngx] wafedsf5 opened a new issue #1728: Nginx - Pagespeed & Static Content Issue

2021-02-08 Thread GitBox
wafedsf5 opened a new issue #1728: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1728 Good night programmers, I've been having a problem with pagespeed for some time now, which led me to disable it in the past, but at the moment I really wanted to solve the problem and star

[GitHub] [incubator-pagespeed-ngx] wafedsf5 commented on issue #1728: Nginx - Pagespeed & Static Content Issue

2021-02-09 Thread GitBox
wafedsf5 commented on issue #1728: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1728#issuecomment-775875870 I found out that pagespeed is not working on HTTPS:// (only on HTTP://), I'm using Nginx as a reverse proxy and I have no idea how to make pagespeed work with HTTPS

[GitHub] [incubator-pagespeed-ngx] wafedsf5 removed a comment on issue #1728: Nginx - Pagespeed & Static Content Issue

2021-02-09 Thread GitBox
wafedsf5 removed a comment on issue #1728: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1728#issuecomment-775875870 I found out that pagespeed is not working on HTTPS:// (only on HTTP://), I'm using Nginx as a reverse proxy and I have no idea how to make pagespeed work wi

[GitHub] [incubator-pagespeed-ngx] wafedsf5 commented on issue #1728: Nginx - Pagespeed & Static Content Issue

2021-02-09 Thread GitBox
wafedsf5 commented on issue #1728: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1728#issuecomment-775901434 The issue was fixed, this issue seems like using proxy protocol on HTTPS:// level, to fix this issue just needed to add `proxy_set_header Accept-Encoding "gzip";`

[GitHub] [incubator-pagespeed-ngx] wafedsf5 closed issue #1728: Nginx - Pagespeed & Static Content Issue

2021-02-09 Thread GitBox
wafedsf5 closed issue #1728: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1728 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-pagespeed-ngx] benjaminadk opened a new issue #1729: Changed IP then CSS files 404

2021-02-15 Thread GitBox
benjaminadk opened a new issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729 I had to rebuild a server and changed IPs but same domain. When I fire up new server everything works except 404 for all pagespeed CSS files. Other file types appear to be workin

[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1729: Changed IP then CSS files 404

2021-02-15 Thread GitBox
oschaaf commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779336742 Maybe the dns resolution is being cached for the domain on the server. The module would then attempt to fetch from the old server. -

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1729: Changed IP then CSS files 404

2021-02-15 Thread GitBox
Lofesa commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779405993 | I did not set this up initially, and this is my intro to pagespeed. Any ideas of what I am missing here? Before this, you do nothing with css files? Ca

[GitHub] [incubator-pagespeed-ngx] Lofesa edited a comment on issue #1729: Changed IP then CSS files 404

2021-02-15 Thread GitBox
Lofesa edited a comment on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779405993 | I did not set this up initially, and this is my intro to pagespeed. Any ideas of what I am missing here? Before this, you do nothing with css files?

[GitHub] [incubator-pagespeed-ngx] benjaminadk commented on issue #1729: Changed IP then CSS files 404

2021-02-16 Thread GitBox
benjaminadk commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779779905 It seemed to be working for a while tonight. CSS files were all being delivered. All I did was purge the cache a few times. Then I was switching between Google u

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1729: Changed IP then CSS files 404

2021-02-16 Thread GitBox
Lofesa commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779804889 When you cleared the cache, css files are served rewrited by pagespeed or are the original css files? My bet is that some thing has changed and pagespeed is una

[GitHub] [incubator-pagespeed-ngx] michacassola opened a new issue #1730: "Latest" label on very old release

2021-02-20 Thread GitBox
michacassola opened a new issue #1730: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1730 Hi, please move the latest label to the actual latest stable release. This is an automated message from the Apache Git

[GitHub] [incubator-pagespeed-ngx] palviggi-flagbit opened a new issue #1731: Long option --builddir doesn't work

2021-02-22 Thread GitBox
palviggi-flagbit opened a new issue #1731: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1731 The long version of -b is broken, before using it, it checks for `buildir` (with a missing d), so it says unrecognized option. https://github.com/apache/incubator-pagespeed-

[GitHub] [incubator-pagespeed-mod] kinglozzer commented on issue #1237: Headers removed when the response body is empty

2021-02-22 Thread GitBox
kinglozzer commented on issue #1237: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1237#issuecomment-783407078 This still appears to be an issue on Apache 2.4.29 / Pagespeed 1.13.35.2-0. I’ll try to find time to test 1.14.36.1 soon

[GitHub] [incubator-pagespeed-ngx] benjaminadk commented on issue #1729: Changed IP then CSS files 404

2021-02-23 Thread GitBox
benjaminadk commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-784135494 I am back trying to get our server up again. [This is a gist with the output from `?PageSpeedFilters=+debug` ](https://gist.github.com/benjaminadk/205e5fa

[GitHub] [incubator-pagespeed-ngx] benjaminadk edited a comment on issue #1729: Changed IP then CSS files 404

2021-02-23 Thread GitBox
benjaminadk edited a comment on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-784135494 I am back trying to get our server up again. [This is a gist with the output from `?PageSpeedFilters=+debug` ](https://gist.github.com/benjaminadk/

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1729: Changed IP then CSS files 404

2021-02-23 Thread GitBox
Lofesa commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-784167785 > [This is a gist with the output from `?PageSpeedFilters=+debug` ](https://gist.github.com/benjaminadk/205e5fae50cfe54ea9ad2af73f3c8268) > No, this gist co

[GitHub] [incubator-pagespeed-mod] Poseidonas commented on issue #2038: Safari 14 will support webp

2021-02-24 Thread GitBox
Poseidonas commented on issue #2038: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-784977780 > Hello, > > It seems like Safari 14 will support webp. > > The Safari 14 Beta release note : > > https://developer.apple.com/documentation/sa

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2038: Safari 14 will support webp

2021-02-24 Thread GitBox
Lofesa commented on issue #2038: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-784993379 Well... you can configure pagespeed to serve webp to all clients or not. `pagespeed ServeRewrittenWebpUrlsToAnyAgent off;` that is the default. When this para

[GitHub] [incubator-pagespeed-mod] jmarantz closed issue #2038: Safari 14 will support webp

2021-02-24 Thread GitBox
jmarantz closed issue #2038: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2038: Safari 14 will support webp

2021-02-24 Thread GitBox
jmarantz commented on issue #2038: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-785067841 I'm trying to understand this thread. I think, as Lofessa said, that if Safari can read webp, and sends Accept:image/webp in its request header, then PageSpeed will

[GitHub] [incubator-pagespeed-mod] JialuZhang commented on issue #1291: Apache2: /mod_pagespeed_beacon returns 404

2021-02-24 Thread GitBox
JialuZhang commented on issue #1291: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1291#issuecomment-785151687 @GuillaumeRossolini In your posted configuration, the line: "RewriteEngine Off" is a misconfiguration (all three of "RewriteEngine Off" are misconfiguratio

[GitHub] [incubator-pagespeed-mod] JialuZhang commented on issue #1745: How to access admin console?

2021-02-24 Thread GitBox
JialuZhang commented on issue #1745: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1745#issuecomment-785259932 @timeassistant In your posted configuration, the line: "RewriteEngine Off" is a misconfiguration (all three of "RewriteEngine Off" are misconfiguration), a

[GitHub] [incubator-pagespeed-mod] JialuZhang edited a comment on issue #1745: How to access admin console?

2021-02-24 Thread GitBox
JialuZhang edited a comment on issue #1745: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1745#issuecomment-785259932 @timeassistant In your posted configuration, the line: "RewriteEngine Off" is a misconfiguration, and adding it to your system will not change any s

[GitHub] [incubator-pagespeed-mod] JialuZhang commented on issue #1981: Images Not Showed

2021-02-24 Thread GitBox
JialuZhang commented on issue #1981: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1981#issuecomment-785262821 @LuigiMdg In your posted configuration, the line: "RewriteEngine Off" is a misconfiguration, and adding it to your system will not change any system behav

[GitHub] [incubator-pagespeed-mod] JialuZhang commented on issue #676: Summary of mod_rewrite and mod_pagespeed interactions

2021-02-24 Thread GitBox
JialuZhang commented on issue #676: URL: https://github.com/apache/incubator-pagespeed-mod/issues/676#issuecomment-785271610 @GoogleCodeExporter Thanks for the work around. However, in your posted configuration, the line: "RewriteEngine Off" is a misconfiguration, and adding it to

[GitHub] [incubator-pagespeed-ngx] JialuZhang commented on issue #1679: pagespeed with load balancer (nginx) and front-end (apache)

2021-02-24 Thread GitBox
JialuZhang commented on issue #1679: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1679#issuecomment-785382925 @salvoaranzulla In your posted configuration, ``` RewriteEngine Off SetHandler pagespeed_global_admin AuthType Basic Auth

[GitHub] [incubator-pagespeed-mod] eilandert opened a new issue #2060: cloning went wrong

2021-02-27 Thread GitBox
eilandert opened a new issue #2060: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2060 Hello, git clone -b latest-stable --depth=1 -c advice.detachedHead=false --recursive https://github.com/apache/incubator-pagespeed-mod.git Cloning into 'third_party/apr/src'.

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2060: cloning went wrong

2021-02-27 Thread GitBox
Lofesa commented on issue #2060: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2060#issuecomment-787110906 Seems that hash in the apr repository has changed. I can see the 1.6.2 version of apr as https://github.com/apache/apr/tree/53d0de8f5ae536a6b3be9ff7e3d9db7fbbdb7dba

[GitHub] [incubator-pagespeed-mod] eilandert commented on issue #2060: cloning went wrong

2021-02-27 Thread GitBox
eilandert commented on issue #2060: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2060#issuecomment-787116757 Thanks, I think it was a github glitch or something. I came back after couple of hours and it mysteriously worked. ---

[GitHub] [incubator-pagespeed-mod] oschaaf closed issue #2060: cloning went wrong

2021-02-28 Thread GitBox
oschaaf closed issue #2060: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2060 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-pagespeed-ngx] Preen commented on issue #1213: Supporting pagespeed on ARM devices?

2021-03-01 Thread GitBox
Preen commented on issue #1213: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1213#issuecomment-787913317 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-pagespeed-ngx] Dade88 commented on issue #1213: Supporting pagespeed on ARM devices?

2021-03-01 Thread GitBox
Dade88 commented on issue #1213: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1213#issuecomment-787923676 Totally needed on new AWS servers. This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-pagespeed-ngx] Preen commented on issue #1213: Supporting pagespeed on ARM devices?

2021-03-01 Thread GitBox
Preen commented on issue #1213: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1213#issuecomment-787932229 yeah thats the case for me... dang This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-pagespeed-ngx] am1github commented on issue #1717: Could not complete the build

2021-03-04 Thread GitBox
am1github commented on issue #1717: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-790852585 Same on Gentoo Linux 5.4.97; GCC 9.3.0 ``` -L/usr/lib64 -L/usr/lib64 -Wl,-E -ldl -lpthread -lpthread -lcrypt -L/usr/lib64 -lluajit-5.1 -lm -ldl -lpam /op

[GitHub] [incubator-pagespeed-ngx] JeanVEGA commented on issue #1581: FreeBSD

2021-03-04 Thread GitBox
JeanVEGA commented on issue #1581: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1581#issuecomment-791134688 You can find details about work required to support FreeBSD in #308 and current tracking #1073. I do not know of a good alternative, that runs direly in your

[GitHub] [incubator-pagespeed-ngx] JeanVEGA edited a comment on issue #1581: FreeBSD

2021-03-04 Thread GitBox
JeanVEGA edited a comment on issue #1581: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1581#issuecomment-791134688 You can find details about work required to support FreeBSD in #308 and current tracking #apache/incubator-pagespeed-mod#1073. I do not know of a good

[GitHub] [incubator-pagespeed-ngx] JeanVEGA edited a comment on issue #1581: FreeBSD

2021-03-04 Thread GitBox
JeanVEGA edited a comment on issue #1581: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1581#issuecomment-791134688 You can find details about work required to support FreeBSD in #308 and current tracking apache/incubator-pagespeed-mod#1073. I do not know of a good a

[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1581: FreeBSD

2021-03-05 Thread GitBox
oschaaf commented on issue #1581: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1581#issuecomment-791435347 There was this FreeBSD port by @mmokhi for mod_pagespeed, I'm not sure if it has been updated, but if so it could provide a potential alternative.

<    1   2   3   4   5   6   7   8   9   10   >