[GitHub] [incubator-pagespeed-ngx] CHN-STUDENT opened a new issue #1733: Can not build it with nginx 1.20 on CentOS 7.9

2021-05-20 Thread GitBox
CHN-STUDENT opened a new issue #1733: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1733 centos 7.9.2009 gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) nginx 1.20.0 libuuid-devel-2.23.2 ``` ./configure --prefix=/usr/local/nginx --user=www --group=www

[GitHub] [incubator-pagespeed-mod] patrickhulce commented on issue #2068: HTML Width and Height are auto removed

2021-05-20 Thread GitBox
patrickhulce commented on issue #2068: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2068#issuecomment-845533341 Hi there! I think there's some confusion @Lofesa. > because data:uris spec doný have dimensions. Lighthouse doesn't want width/height as part of

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2068: HTML Width and Height are auto removed

2021-05-20 Thread GitBox
Lofesa commented on issue #2068: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2068#issuecomment-845358775 The images are inlined by the filter: `ModPagespeedEnableFilters inline_images` you can disable this filter and then you got "normal" url. Anyway thi

[GitHub] [incubator-pagespeed-mod] mitko-janeski opened a new issue #2068: HTML Width and Height are auto removed

2021-05-20 Thread GitBox
mitko-janeski opened a new issue #2068: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2068 Hello guys I want to report a problem, in my HTML file I have File after pagespeed-mod As you can see width and height attributes are removed and inside

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2067: Image dimensions are erroneously supplied to amp-img>img elements

2021-05-12 Thread GitBox
jmarantz commented on issue #2067: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2067#issuecomment-840091755 The easiest approach may be to disable the insert_image_dimensions

[GitHub] [incubator-pagespeed-mod] Lofesa edited a comment on issue #2067: Image dimensions are erroneously supplied to amp-img>img elements

2021-05-12 Thread GitBox
Lofesa edited a comment on issue #2067: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2067#issuecomment-840017441 Hi @westonruter As far as I know only the filters `resize_images` and `resize_rendered_image_dimensions` can be related to this issue. Pagespeed by

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2067: Image dimensions are erroneously supplied to amp-img>img elements

2021-05-12 Thread GitBox
Lofesa commented on issue #2067: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2067#issuecomment-840017441 Hi @westonruter As far as I know only the filters `resize_images` and `resize_rendered_image_dimensions` can be related to this issue. Pagespeed by default

[GitHub] [incubator-pagespeed-mod] westonruter opened a new issue #2067: Image dimensions are erroneously supplied to amp-img>img elements

2021-05-12 Thread GitBox
westonruter opened a new issue #2067: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2067 A user of the AMP plugin for WordPress [reported an issue](https://wordpress.org/support/topic/featured-image-disappeared-after-update/) with images on an AMP page where the

[GitHub] [incubator-pagespeed-mod] jmarantz edited a comment on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-05-02 Thread GitBox
jmarantz edited a comment on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-830673351 I think that makes sense. PageSpeed doesn't know anything about Brotli right now so if it is configured to cache gzipped content and send it to clients, the

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-05-01 Thread GitBox
jmarantz commented on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-830673351 I think that makes sense. PageSpeed doesn't know anything about Brotli right now so if caches gzipped content and sends it to clients, the Brotli module may not

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-05-01 Thread GitBox
Lofesa commented on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-830665677 Hi @jmarantz When `HttpCacheCompressionLevel` has a non zero as value, the optimized resources are served gziped, no matter if you have brotli module in place. I

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-05-01 Thread GitBox
jmarantz commented on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-830645514 I don't think you should need to flush the pagespeed cache when changing options. A hash of all the options are incorporated into the cache keys. However I

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-05-01 Thread GitBox
Lofesa commented on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-830592421 Yes, maybe a cache issue. If you change `HttpCacheCompressionLevel` to 0 and don´t clean the pagespeed cache, by default this level is set to 9 (if I remember), so

[GitHub] [incubator-pagespeed-mod] Sir-Will commented on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-04-30 Thread GitBox
Sir-Will commented on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-830158403 Hm, I'm no longer able to reproduce the issue with the compression, maybe a cache related issue which cleared out today? Though I'm still facing the issue

[GitHub] [incubator-pagespeed-mod] Lofesa edited a comment on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-04-30 Thread GitBox
Lofesa edited a comment on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-829950357 Hi Sound strange. PageSpeed has nothing to do with the brotli module or even gzip. Only if `HttpCacheCompressionLevel` is enabled it stores the

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-04-30 Thread GitBox
Lofesa commented on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-829950357 Hi Sound strange. PageSpeed has nothing to do with the brotli module or even gzip. Only if `HttpCacheCompressionLevel` is enabled it stores the optimized

[GitHub] [incubator-pagespeed-mod] Sir-Will commented on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-04-30 Thread GitBox
Sir-Will commented on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-829872645 I'm using the recommended settings: ``` brotli on; brotli_comp_level 6; brotli_static on; brotli_types application/atom+xml application/javascript

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-04-29 Thread GitBox
Lofesa commented on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-829562196 Hi Brotli is out of the pagespeed scope, it is enterely nginx config. What mime types have you enabled i the nginx brotli config (brotli_types directive)? --

[GitHub] [incubator-pagespeed-mod] Sir-Will commented on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

2021-04-29 Thread GitBox
Sir-Will commented on issue #1148: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-829377271 > While we wait for native support ( thanks in advance to everyone involved in this effort), I've just

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

2021-04-26 Thread GitBox
benjaminadk commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-827040741 So I finally got a 404 on the main CSS file today. One week since the last time it happened. I purged the cache and all is well. -- This is an automated

[GitHub] [incubator-pagespeed-mod] gustavo-roganti commented on issue #2066: CSS Minification - custom properties with value 0 followed by a unit is rewritten to 0 without a unit.

2021-04-26 Thread GitBox
gustavo-roganti commented on issue #2066: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2066#issuecomment-826836896 I'm sorry but I am not able to try in a newer version. I'm using a pre-made docker image (bitnami wordpress) with version 1.13.35.2-0 in it. I know too

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2066: CSS Minification - custom properties with value 0 followed by a unit is rewritten to 0 without a unit.

2021-04-26 Thread GitBox
Lofesa commented on issue #2066: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2066#issuecomment-826725648 Have you tried the latest version 1.14.36.1 or latest-beta? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-pagespeed-mod] gustavo-roganti opened a new issue #2066: CSS Minification - custom properties with value 0 followed by a unit is rewritten to 0 without a unit.

2021-04-25 Thread GitBox
gustavo-roganti opened a new issue #2066: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2066 Linked to https://github.com/apache/incubator-pagespeed-mod/issues/1538 A css custom property (see

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

2021-04-19 Thread GitBox
benjaminadk commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-822366459 yes. i put a Disallow on a couple css files for plugins. -- 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 #1729: Changed IP then CSS files 404

2021-04-19 Thread GitBox
Lofesa commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-822293153 I have tested it now, and don´t have any more 404 error. But some css files are "out of radar" for pagespeed module. You may compare the http headers of css files

[GitHub] [incubator-pagespeed-mod] oschaaf closed issue #2065: Page speed is slow

2021-04-19 Thread GitBox
oschaaf closed issue #2065: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2065 -- 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

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

2021-04-19 Thread GitBox
benjaminadk commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-822198450 @Lofesa, thanks for bringing these issues to my attention. I inherited this whole project and have no idea who wrote the code or set it all up. These issues

[GitHub] [incubator-pagespeed-mod] travelinggreek opened a new issue #2065: Page speed is slow

2021-04-18 Thread GitBox
travelinggreek opened a new issue #2065: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2065 -- 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

[GitHub] [incubator-pagespeed-ngx] edatastyle opened a new issue #1732: Getting error

2021-04-16 Thread GitBox
edatastyle opened a new issue #1732: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1732 Hi i am trying to install the page speed module on nginx 1.18.0 and ubuntu 20.04 , after done everything i am getting an error below `About to configure nginx with:

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

2021-04-11 Thread GitBox
jmarantz commented on issue #1679: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1679#issuecomment-817367780 From a functionality perspective, it is fine to have PageSpeed running on multiple servers with isolated caches. You will wind up storing each resource and

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2063: help my page is not working

2021-04-11 Thread GitBox
Lofesa commented on issue #2063: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2063#issuecomment-817301166 Are you using pagespeed module? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2064: Website lagging

2021-04-11 Thread GitBox
Lofesa commented on issue #2064: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2064#issuecomment-817301073 And this issue is because you use pagespeed module? Or you are asking about google bots don´t crawl your site? or maybe Ligthouse is lowering your scores? -- This

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

2021-04-11 Thread GitBox
Lofesa commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-817279963 1.- `pagespeed FetchHttps enable` need ``` pagespeed SslCertDirectory directory; pagespeed SslCertFile file; ``` See

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

2021-04-11 Thread GitBox
Lofesa commented on issue #1679: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1679#issuecomment-817274563 Yes. Any pagespeed installation with more than 1 server, for better performance, need a shared cache. You may implement a sigle cache for each server, file based,

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

2021-04-10 Thread GitBox
benjaminadk commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-817253413 The issue persists. When I purge the cache everything runs fine for a couple days, then I start to get 404s again on some CSS files. If it happens to hit the

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

2021-04-08 Thread GitBox
anime209 commented on issue #1679: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1679#issuecomment-815912688 @Lofesa Sir, does it required share cache like memcached or redis to work properly, i have 4 backend server and using memcached cloud on redislabs which is

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

2021-04-08 Thread GitBox
Lofesa commented on issue #1679: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1679#issuecomment-815780572 Hi As a start point maybe you can read this: https://www.modpagespeed.com/doc/downstream-caching.html -- This is an automated message from the Apache Git

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

2021-04-07 Thread GitBox
anime209 commented on issue #1679: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1679#issuecomment-815097862 Hi, i'm using nginx as load balancer with caching, where should i install pagespeed on? If i put pagespeed on nginx does it have to optimize on every request or

[GitHub] [incubator-pagespeed-mod] kriskrklnd opened a new issue #2064: Website lagging

2021-04-07 Thread GitBox
kriskrklnd opened a new issue #2064: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2064 My website has come to a slow crawl all of a sudden -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-pagespeed-mod] mxplantae opened a new issue #2063: help my page is not working

2021-04-05 Thread GitBox
mxplantae opened a new issue #2063: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2063 performance very low mxplantae.com what can i do im not a devp or know anything of tecno please keep it easy -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-pagespeed-ngx] ozdemirburak commented on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak commented on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812932832 Thanks, @Lofesa. Your answers are really helpful for anyone facing this issue. For my case, I think

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
Lofesa commented on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812930867 I don´t know all the image filter that uses beacon, but for sure resize_rendered_image_dimensions is one of these image filters, but other filters, css related,

[GitHub] [incubator-pagespeed-ngx] ozdemirburak edited a comment on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak edited a comment on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812910238 Thanks for your reply @Lofesa. > Where have you set this directive? I included my pagespeed configuration within a server block. I

[GitHub] [incubator-pagespeed-ngx] ozdemirburak edited a comment on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak edited a comment on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812910238 Thanks for your reply @Lofesa. > Where have you set this directive? I included my pagespeed configuration within a server block. I

[GitHub] [incubator-pagespeed-ngx] ozdemirburak edited a comment on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak edited a comment on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812910238 Thanks for your reply @Lofesa. > Where have you set this directive? I included my pagespeed configuration within a server block. I

[GitHub] [incubator-pagespeed-ngx] ozdemirburak commented on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak commented on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812910238 Thanks for your reply @Lofesa. > Where have you set this directive? I included my pagespeed configuration under a server block. I tried that

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
Lofesa commented on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812908327 > location ~ "^/ngx_pagespeed_beacon$" { deny all; } Where have you set this directive? This don´t prevent the POST request, but returns a 403 forbiden code

[GitHub] [incubator-pagespeed-ngx] ozdemirburak commented on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak commented on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812892800 I tried both configurations, but none of them works for nginx. @oschaaf, I'd be grateful if you can provide a better solution for nginx. ```nginx

[GitHub] [incubator-pagespeed-ngx] tenghuanhe commented on issue #1032: ./configure: error: C compiler cc is not found

2021-03-29 Thread GitBox
tenghuanhe commented on issue #1032: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1032#issuecomment-809901882 > I also face this problem, however, it comes to be I need to use 'sudo' to have the power to access 'usr/bin/cc' saved my day -- This is an automated

[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1730: "Latest" label on very old release

2021-03-29 Thread GitBox
oschaaf commented on issue #1730: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1730#issuecomment-809206234 > Isn't all that is needed now is simply [tagging another release](https://github.com/apache/incubator-pagespeed-ngx/releases) "v1.14.**36**.1"? Checking

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2062: does not find images and css periodically

2021-03-29 Thread GitBox
Lofesa commented on issue #2062: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2062#issuecomment-809190216 At 1st glance, the https config need to configure certs, see it here: https://www.modpagespeed.com/doc/https_support#configuring_ssl_certificates Have you

[GitHub] [incubator-pagespeed-ngx] dvershinin edited a comment on issue #1730: "Latest" label on very old release

2021-03-29 Thread GitBox
dvershinin edited a comment on issue #1730: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1730#issuecomment-809073133 Isn't all that is needed now is simply [tagging another release](https://github.com/apache/incubator-pagespeed-ngx/releases) "v1.14.**36**.1"? -- This

[GitHub] [incubator-pagespeed-mod] susl16c opened a new issue #2062: does not find images and css periodically

2021-03-29 Thread GitBox
susl16c opened a new issue #2062: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2062 pagespeed on; pagespeed FileCachePath /var/cache/pagespeed; pagespeed HttpCacheCompressionLevel 0; pagespeed EnableFilters insert_dns_prefetch; # pagespeed RewriteLevel

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

2021-03-29 Thread GitBox
oschaaf commented on issue #2057: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2057#issuecomment-809110896 As with the other issue, it is probably best to as around over at https://github.com/GoogleChrome/Lighthouse/issues -- This is an automated message from the

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

2021-03-29 Thread GitBox
oschaaf closed issue #2057: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2057 -- 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

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

2021-03-29 Thread GitBox
oschaaf closed issue #2059: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2059 -- 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

[GitHub] [incubator-pagespeed-ngx] dvershinin commented on issue #1730: "Latest" label on very old release

2021-03-28 Thread GitBox
dvershinin commented on issue #1730: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1730#issuecomment-809073133 Isn't all that is needed now is simply [tagging another release](https://github.com/apache/incubator-pagespeed-ngx/releases) "v1.14.33.1" (without "RC1" in it)?

[GitHub] [incubator-pagespeed-ngx] oschaaf closed issue #1683: Does this module not support Windows compilation? In vs 2015 or msys2

2021-03-28 Thread GitBox
oschaaf closed issue #1683: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1683 -- 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

[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1714: IPRO PNG to webP lossy

2021-03-28 Thread GitBox
oschaaf commented on issue #1714: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1714#issuecomment-808966312 Kind of late to the party here, but on a hunch I think that to fix this a tweak in

[GitHub] [incubator-pagespeed-ngx] oschaaf closed issue #1723: What is correspondin PSOL for v1.14.33.1-RC1

2021-03-28 Thread GitBox
oschaaf closed issue #1723: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1723 -- 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

[GitHub] [incubator-pagespeed-ngx] oschaaf closed issue #1673: Google is showing wrong FCP time.

2021-03-28 Thread GitBox
oschaaf closed issue #1673: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1673 -- 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

[GitHub] [incubator-pagespeed-ngx] oschaaf closed issue #1694: document good origin HTTP header settings / nginx config / etags / nginx pagespeed output headers

2021-03-28 Thread GitBox
oschaaf closed issue #1694: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1694 -- 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

[GitHub] [incubator-pagespeed-ngx] oschaaf closed issue #1722: git.apache.org times out when cloning

2021-03-28 Thread GitBox
oschaaf closed issue #1722: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1722 -- 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

[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1689: RPM-GPG-KEY-cern throw error 404 Not Found

2021-03-28 Thread GitBox
oschaaf commented on issue #1689: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1689#issuecomment-808963693 I think this is no longer an issue, closing this. Feel free to re-open if I'm wrong about that though. -- This is an automated message from the Apache Git

[GitHub] [incubator-pagespeed-ngx] oschaaf closed issue #1689: RPM-GPG-KEY-cern throw error 404 Not Found

2021-03-28 Thread GitBox
oschaaf closed issue #1689: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1689 -- 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

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

2021-03-28 Thread GitBox
oschaaf closed issue #1726: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1726 -- 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

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

2021-03-28 Thread GitBox
oschaaf commented on issue #1726: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1726#issuecomment-808963368 Closing as a duplicate of https://github.com/apache/incubator-pagespeed-ngx/issues/1730 -- This is an automated message from the Apache Git Service. To respond to

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

2021-03-28 Thread GitBox
oschaaf commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-808963235 > I still haven't figured this out...granted I just now put the new IP live for the first time since my last post. I seems to randomly produce 404 errors for CSS

[GitHub] [incubator-pagespeed-ngx] oschaaf edited a comment on issue #1730: "Latest" label on very old release

2021-03-28 Thread GitBox
oschaaf edited a comment on issue #1730: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1730#issuecomment-808962187 Yeah here it is: https://dist.apache.org/repos/dist/release/incubator/pagespeed/1.14.36.1/x64/ I should note that there's no 32 bit variant, as I ran into

[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1730: "Latest" label on very old release

2021-03-28 Thread GitBox
oschaaf commented on issue #1730: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1730#issuecomment-808962187 Yeah here it is: https://dist.apache.org/repos/dist/release/incubator/pagespeed/1.14.36.1/x64/ I should note that there's no 32 bit variant, as I ran into a bit

[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1730: "Latest" label on very old release

2021-03-28 Thread GitBox
oschaaf commented on issue #1730: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1730#issuecomment-808961306 Well.. I think we could do better and re-tag to 1.14; however up to now there hasn't been a proper location to host the psol binary we need to link against. I think

[GitHub] [incubator-pagespeed-ngx] dvershinin commented on issue #1730: "Latest" label on very old release

2021-03-28 Thread GitBox
dvershinin commented on issue #1730: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1730#issuecomment-808959811 @michacassola if you just want to get the latest stable version source, you can use [lastversion](https://lastversion.getpagespeed.com/): ```bash

[GitHub] [incubator-pagespeed-ngx] dvershinin commented on issue #1687: Install mod page speed on centOS8

2021-03-28 Thread GitBox
dvershinin commented on issue #1687: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1687#issuecomment-808958440 CentOS = Community *Enterprise* Operating System. By compiling on it, you're giving up SELinux, packages, and overall security. Or, in other words, you take

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

2021-03-27 Thread GitBox
benjaminadk commented on issue #1729: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-808752747 I still haven't figured this out...granted I just now put the new IP live for the first time since my last post. I seems to randomly produce 404 errors for CSS

[GitHub] [incubator-pagespeed-mod] pauldorman commented on issue #876: Content Security Policy support.

2021-03-24 Thread GitBox
pauldorman commented on issue #876: URL: https://github.com/apache/incubator-pagespeed-mod/issues/876#issuecomment-806342525 Seven years, folks. Just sayin' We cannot use the add_instrumentation filter because of this. I think Pagespeed is amazing, and I'm really surprised that

[GitHub] [incubator-pagespeed-mod] JialuZhang commented on issue #597: Can't access to the stats pages other than from localhost

2021-03-23 Thread GitBox
JialuZhang commented on issue #597: URL: https://github.com/apache/incubator-pagespeed-mod/issues/597#issuecomment-804819582 > begin --- > > RewriteEngine Off > > end the line "RewriteEngine Off“ is a silent misconfiguration.

[GitHub] [incubator-pagespeed-mod] oschaaf merged pull request #2061: Update Envoy to 031f75d (Mar 14th 2021)

2021-03-19 Thread GitBox
oschaaf merged pull request #2061: URL: https://github.com/apache/incubator-pagespeed-mod/pull/2061 -- 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

[GitHub] [incubator-pagespeed-mod] oschaaf opened a new pull request #2061: Update Envoy to 031f75d (Mar 14th 2021)

2021-03-17 Thread GitBox
oschaaf opened a new pull request #2061: URL: https://github.com/apache/incubator-pagespeed-mod/pull/2061 Sync the Envoy dep to a recent version & some small cleanup This is an automated message from the Apache Git Service.

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

2021-03-05 Thread GitBox
JeanVEGA commented on issue #1581: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1581#issuecomment-791882908 Unfortunately the https://github.com/mmokhi/mod_pagespeed is out of sync with [www/mod_pagespeed Port](https://www.freshports.org/www/mod_pagespeed/). Moreover,

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

2021-03-05 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] 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.

[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

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

[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

[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

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

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

[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

[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

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

[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

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

[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

[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

[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

<    3   4   5   6   7   8   9   10   11   12   >