[GitHub] [incubator-pagespeed-ngx] Tiltanus commented on issue #1752: Problem with automatic installer.

2022-07-06 Thread GitBox
Tiltanus commented on issue #1752: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1752#issuecomment-1176039081 @eilandert I saw your psol build for Ubuntu 22, thanks for your work! Please, can you make a tip how to build ngx_pagespeed from git sources for nginx 1.23.0?

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2092: Prioritize Critical CSS strips leading / from asset urls

2022-07-06 Thread GitBox
Lofesa commented on issue #2092: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2092#issuecomment-1175967170 Have you tried to put absolutes url's? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1752: Problem with automatic installer.

2022-07-06 Thread GitBox
eilandert commented on issue #1752: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1752#issuecomment-1175883241 nginx 1.23.0 comes with some api changes, the git repo has been fixed but I do not think the automatic installer is fetching the git repo but a .tar.gz instead,

[GitHub] [incubator-pagespeed-ngx] Tiltanus commented on issue #1752: Problem with automatic installer.

2022-07-06 Thread GitBox
Tiltanus commented on issue #1752: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1752#issuecomment-1175870607 I have the same issue. ngx_pagespeed version 1.13.35.2, nginx version 1.23.0 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-pagespeed-ngx] hunterpl opened a new issue, #1752: Problem with automatic installer.

2022-07-05 Thread GitBox
hunterpl opened a new issue, #1752: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1752 Hello guys, I have a problem with installing latest version of nginx, never had that issue before, all the time shown for me same error, never had the problem.

[GitHub] [incubator-pagespeed-mod] azt3k opened a new issue, #2092: Prioritize Critical CSS strips leading / from asset urls

2022-07-04 Thread GitBox
azt3k opened a new issue, #2092: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2092 I have font face references in my css that look like this after optimisation:

[GitHub] [incubator-pagespeed-ngx] oschaaf closed issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-30 Thread GitBox
oschaaf closed issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0 URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749 -- 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

[GitHub] [incubator-pagespeed-ngx] oschaaf merged pull request #1751: Getpagespeed nginx.1.23.0 fix

2022-06-30 Thread GitBox
oschaaf merged PR #1751: URL: https://github.com/apache/incubator-pagespeed-ngx/pull/1751 -- 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. To unsubscribe, e-mail:

[GitHub] [incubator-pagespeed-ngx] oschaaf commented on pull request #1750: Fixes for NGINX nginx 1.23.0

2022-06-30 Thread GitBox
oschaaf commented on PR #1750: URL: https://github.com/apache/incubator-pagespeed-ngx/pull/1750#issuecomment-1171078472 closing this in favor of https://github.com/apache/incubator-pagespeed-ngx/pull/1751 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-pagespeed-ngx] oschaaf closed pull request #1750: Fixes for NGINX nginx 1.23.0

2022-06-30 Thread GitBox
oschaaf closed pull request #1750: Fixes for NGINX nginx 1.23.0 URL: https://github.com/apache/incubator-pagespeed-ngx/pull/1750 -- 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.

[GitHub] [incubator-pagespeed-ngx] oschaaf commented on pull request #1751: Getpagespeed nginx.1.23.0 fix

2022-06-30 Thread GitBox
oschaaf commented on PR #1751: URL: https://github.com/apache/incubator-pagespeed-ngx/pull/1751#issuecomment-1171077874 awesome  lgtm -- 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

[GitHub] [incubator-pagespeed-ngx] dvershinin opened a new pull request, #1751: Getpagespeed nginx.1.23.0 fix

2022-06-30 Thread GitBox
dvershinin opened a new pull request, #1751: URL: https://github.com/apache/incubator-pagespeed-ngx/pull/1751 This pull request adds changes from #1750 and adds the necessary conditionals to support building against both stable and mainline NGINX branches. -- This is an automated

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-30 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1170999534 Is there anyway to enable serialization and compression when using pagespeed and redis? In two days has filled my redis instance I have set redis for

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1170548947 > Thanks for the heads up, i've added that directive to the list. > > Would you mind if i send you an email with the htpasswd credentials to my pagespeed

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1170538808 > what about this? > > needs to be added at pagespeed as well? > > ``` > location ~* \.(eot|otf|ttf|woff|woff2)$ { >add_header

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1170213494 what about this? needs to be added at pagespeed as well? location ~* \.(eot|otf|ttf|woff|woff2)$ { add_header

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1170035189 Thanks for the heads up, i've added that directive to the list. Would you mind if i send you an email with the htpasswd credentials to my pagespeed console

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169978609 Well . php stuff is not loaded by LoadFromFile And Pragma header I think is in the default headers pagespeed set. But in the statics files, think you

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169887277 This is what i typically have inside a server block for a particular domain location ~ \.php$ { includefastcgi_params;

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169883226 @danidorado > I had this directive set up inside the http block at nginx.conf file > pagespeed LoadFromFileCacheTtlMs 3153600; That's ok. I mentioned

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169715900 @Lofesa I had this directive set up inside the http block at nginx.conf file pagespeed LoadFromFileCacheTtlMs 3153600; if i'm not wrong

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169626297 @danidorado Normally I use some like `pagespeed Domain http*://*.surfcampmaldives.com;` This covers both versions, http and https and all subdomains

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-28 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169249549 This tree guys do the job. https://surfcampmaldives.com/ pagespeed MapOriginDomain localhost https://cdn.surfcampmaldives.com; pagespeed Domain

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-28 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169247636 It doesnt work, i already had that directive set up i'm trying with this: pagespeed MapOriginDomain localhost https://cdn.surfcampmaldives.com;

[GitHub] [incubator-pagespeed-ngx] jmarantz commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-28 Thread GitBox
jmarantz commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169241798 You can try to authorize that domain with: ``` pagespeed Domain https://cdn.surfcampmaldives.com; ``` This will result in the browser attempting to

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-28 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169238004 https://cdn.surfcampmaldives.com/wp-content/themes/uncode/library/js/init.js?ver=2122898389' id='uncode-init-js'> Any idea why it's not optimizing

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-28 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1168892281 @jmarantz Is a know trick when you have user -> 443 -> Proxy -> 80 -> Backend w/o pagespeed RespectXForwardedProto on; pagespeed respond with the

[GitHub] [incubator-pagespeed-ngx] jmarantz commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-28 Thread GitBox
jmarantz commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1168719936 Nice! I should remember that for the next time this comes up :) -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-28 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1168707271 Found it! I knew it was related to the way the SSL works Adding this line unleashes pagespeed features pagespeed RespectXForwardedProto on; --

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-28 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1168695501 --   |   | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-pagespeed-ngx] jmarantz commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-28 Thread GitBox
jmarantz commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1168689342 Is it possible that when the HTML is rewritten, ngx_pagespeeed sees the URL of that page as something other than https://shopdiggers.com? Maybe

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-28 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1168503753 It's compiled but i can't make js and css minification, probably images also. I'm getting this info message for almost all resources [Mon, 27 Jun 2022

[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-27 Thread GitBox
eilandert commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1168029872 ok, no sleep! fixed some things. Packages here: http://edge.deb.myguard.nl:/pool/main/n/nginx/

[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-27 Thread GitBox
eilandert commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1167881999 Thanks @oschaaf , it compiles. However, my build fails thanks to openresty unpatched modules (with the same problem), so I have no packages at all to test.

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-27 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1167132866 @oschaaf. I'm happy to give it a try on my servers, let me know how i can proceed -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-27 Thread GitBox
oschaaf commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1167015184 @eilandert & @Lofesa -- https://github.com/apache/incubator-pagespeed-ngx/pull/1750 has an (untested) draft that aims to resolve this. It's still a draft, because

[GitHub] [incubator-pagespeed-ngx] oschaaf opened a new pull request, #1750: [DRAFT] Fixes for NGINX nginx 1.23.0

2022-06-27 Thread GitBox
oschaaf opened a new pull request, #1750: URL: https://github.com/apache/incubator-pagespeed-ngx/pull/1750 As of nginx 1.23 the cache control headers are re-implemented as al linked list. This reworks our code that manipulates this header to work with that. Still a draft: this

[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-26 Thread GitBox
eilandert commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1166679017 @dvershinin, care to do a pull request for headers.patch? ;-) -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-23 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1164308050 I hope this issue push an effort of developing a stable version again as the module for nginx has been in RC1 for years. The issue with the "double

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-23 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1164265156 @oschaaf Can take alook here? -- 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

[GitHub] [incubator-pagespeed-ngx] shigechika commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-23 Thread GitBox
shigechika commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1164144963 I found "r->headers_out.cache_control.elts" in diff of nginx-1.22.0/src/http/modules/ngx_http_headers_filter_module.c and

[GitHub] [incubator-pagespeed-ngx] janjoosse commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-23 Thread GitBox
janjoosse commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1164095016 I have the same issue -- 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

[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-22 Thread GitBox
eilandert commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1163631854 Changes with nginx 1.23.021 Jun 2022 *) Change in internal API: now header lines are represented as linked

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-22 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1163482943 I have the same issue -- 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

[GitHub] [incubator-pagespeed-ngx] luispabon commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-22 Thread GitBox
luispabon commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1162856051 Facing the same issue. This project is abandonded though isnt' it? No commits for 2 years now -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-pagespeed-ngx] tomazurro commented on issue #1740: Failing to build as dynamic module

2022-06-19 Thread GitBox
tomazurro commented on issue #1740: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1740#issuecomment-1159662047 the build error in your case is caused by the undefined references, which in turn are caused by an outdated build environment. I had the very same error with

[GitHub] [incubator-pagespeed-ngx] icebluey opened a new issue, #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-18 Thread GitBox
icebluey opened a new issue, #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749 Nginx version: nginx 861f076eab72 ``` gcc -c -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS

[GitHub] [incubator-pagespeed-ngx] knyzorg commented on issue #1715: Add gtag.js with Insert Google Analytics

2022-05-29 Thread GitBox
knyzorg commented on issue #1715: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1715#issuecomment-1140492687 [Google Analytics 4 is our next-generation measurement solution, and it's replacing Universal Analytics. On July 1, 2023, standard Universal Analytics properties

[GitHub] [incubator-pagespeed-ngx] lavacano commented on issue #1743: Building on newer glibc (eg. Ubuntu 21.10 and above)

2022-05-27 Thread GitBox
lavacano commented on issue #1743: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1743#issuecomment-1139788057 > Hello @nemihome, try the latest master, recursive. git clone --recursive https://github.com/apache/incubator-pagespeed-mod.git > > additionally, I uploaded

[GitHub] [incubator-pagespeed-ngx] sajjadjafaribojd commented on issue #1748: Parsing JS and CSS error

2022-05-19 Thread GitBox
sajjadjafaribojd commented on issue #1748: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1748#issuecomment-1131479697 I am using version 1.13.35.2-stable Nginx version : 1.20.1 OS version: ubuntu 20.04.4 TLS I used the `pagespeed RewriteLevel PassThrough;`

[GitHub] [incubator-pagespeed-mod] epelc commented on issue #1971: rewrite_css filter minifies CSS Custom Properties

2022-05-18 Thread GitBox
epelc commented on issue #1971: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1971#issuecomment-1130587942 @jmarantz oh I installed latest stable today. Ended up just working around by renaming all our css variables to be lowercase instead. ie `--myVariable` is now

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #1971: rewrite_css filter minifies CSS Custom Properties

2022-05-18 Thread GitBox
jmarantz commented on issue #1971: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1971#issuecomment-1130578758 actually 1.14 is available. Not sure if that bug is fixed. Can you just disallow the specific CSS file causing problems? -- This is an automated message

[GitHub] [incubator-pagespeed-mod] epelc commented on issue #1971: rewrite_css filter minifies CSS Custom Properties

2022-05-18 Thread GitBox
epelc commented on issue #1971: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1971#issuecomment-1130550858 Also just ran into this! Took a while to figure out but was basically breaking our entire page and there were no error messages or anything to go off of. Also

[GitHub] [incubator-pagespeed-ngx] jmarantz commented on issue #1748: Parsing JS and CSS error

2022-05-18 Thread GitBox
jmarantz commented on issue #1748: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1748#issuecomment-1129957520 I assume you've tried also `pagespeed off;`? Your configuration has it doing basically nothing anyway, especially to CSS and JS, which makes me think the config is

[GitHub] [incubator-pagespeed-ngx] sajjadjafaribojd commented on issue #1748: Parsing JS and CSS error

2022-05-18 Thread GitBox
sajjadjafaribojd commented on issue #1748: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1748#issuecomment-1129916755 I also disabled all compression-related configurations All modules are also disabled. There are no additional configurations. -- This is an

[GitHub] [incubator-pagespeed-ngx] sajjadjafaribojd opened a new issue, #1748: Parsing JS and CSS error

2022-05-18 Thread GitBox
sajjadjafaribojd opened a new issue, #1748: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1748 I'm getting this in JS and CSS console: SyntaxError: illegal character And when I open up the offending file, it displays this: ôے

[GitHub] [incubator-pagespeed-ngx] leonardocxavier commented on issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library.

2022-05-09 Thread GitBox
leonardocxavier commented on issue #1533: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1533#issuecomment-1121603275 not work on debian 11 -- 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

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2088: Changing filenames with webp: does it impact images SEO?

2022-05-07 Thread GitBox
Lofesa commented on issue #2088: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2088#issuecomment-1120258859 Pagespeed serve rewrited images whit a link rel canonical header, so if google do their work, these images don't be indexed but the canonical. Anyway, images url

[GitHub] [incubator-pagespeed-mod] oschaaf closed issue #2091: sdsdsd

2022-05-03 Thread GitBox
oschaaf closed issue #2091: sdsdsd URL: https://github.com/apache/incubator-pagespeed-mod/issues/2091 -- 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. To unsubscribe, e-mail:

[GitHub] [incubator-pagespeed-ngx] vndroid commented on issue #1740: Failing to build as dynamic module

2022-04-21 Thread GitBox
vndroid commented on issue #1740: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1740#issuecomment-1104794873 > With some fiddling this produces an nginx binary for me: > > ``` > #!/bin/bash

[GitHub] [incubator-pagespeed-ngx] knyzorg commented on issue #1743: Building on newer glibc (eg. Ubuntu 21.10 and above)

2022-04-18 Thread GitBox
knyzorg commented on issue #1743: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1743#issuecomment-1101711276 My way of resolving this was to patch Pagespeed, compile it on the working version of glibc, and package the result as a debian package. I have automated the

[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1743: Building on newer glibc (eg. Ubuntu 21.10 and above)

2022-04-18 Thread GitBox
eilandert commented on issue #1743: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1743#issuecomment-1101698266 Hi, Thanks for your feedback. I have an ubuntu ppa on https://launchpad.net/~eilander/+archive/ubuntu/nginx which may be more suitable for your needs. On

[GitHub] [incubator-pagespeed-ngx] pablo-silveira commented on issue #1747: Failed to install nginx pagespeed module due SSL expired Certificate

2022-04-18 Thread GitBox
pablo-silveira commented on issue #1747: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1747#issuecomment-1101358892 Thank you all! -- 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

[GitHub] [incubator-pagespeed-ngx] nemihome commented on issue #1743: Building on newer glibc (eg. Ubuntu 21.10 and above)

2022-04-17 Thread GitBox
nemihome commented on issue #1743: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1743#issuecomment-1100845213 Hello @eilandert, thank you. I tried your repository. Well Nginx is working with pagespeed but that changes half of the ubuntu 22.04 software to non

[GitHub] [incubator-pagespeed-mod] oschaaf commented on issue #2090: Failed to install nginx pagespeed module due SSL expired Certificate

2022-04-15 Thread GitBox
oschaaf commented on issue #2090: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2090#issuecomment-1100016261 Should be fixed! -- 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

[GitHub] [incubator-pagespeed-mod] oschaaf closed issue #2090: Failed to install nginx pagespeed module due SSL expired Certificate

2022-04-15 Thread GitBox
oschaaf closed issue #2090: Failed to install nginx pagespeed module due SSL expired Certificate URL: https://github.com/apache/incubator-pagespeed-mod/issues/2090 -- 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-ngx] oschaaf commented on issue #1747: Failed to install nginx pagespeed module due SSL expired Certificate

2022-04-15 Thread GitBox
oschaaf commented on issue #1747: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1747#issuecomment-1100015855 Should be fixed! -- 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

[GitHub] [incubator-pagespeed-ngx] oschaaf closed issue #1747: Failed to install nginx pagespeed module due SSL expired Certificate

2022-04-15 Thread GitBox
oschaaf closed issue #1747: Failed to install nginx pagespeed module due SSL expired Certificate URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1747 -- 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-ngx] Lofesa commented on issue #1747: Failed to install nginx pagespeed module due SSL expired Certificate

2022-04-15 Thread GitBox
Lofesa commented on issue #1747: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1747#issuecomment-1099987562 Hi @pablo-silveira Noticed the same yesterday and send a message to @oschaaf and tell me maybe today the certificate will be updated. -- This is an

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2089: High TTFB with PageSpeed

2022-04-15 Thread GitBox
Lofesa commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1099985385 hi @Ungov77 Take account that your filesystem cache was near of 40GB, if I remember +30 (Yes, I´m Longinos in the goolge group email list) -- This is an

[GitHub] [incubator-pagespeed-mod] Ungov77 commented on issue #2089: High TTFB with PageSpeed

2022-04-14 Thread GitBox
Ungov77 commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1099694906 Hi, The config file aas in /etc/sysconfig/memcached What size should we increase it to? We have 64gb of ram on this server I increased it from 64 to

[GitHub] [incubator-pagespeed-ngx] pablo-silveira opened a new issue, #1747: Failed to build nginx pagespeed module due SSL expired Certificate

2022-04-14 Thread GitBox
pablo-silveira opened a new issue, #1747: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1747 I noticed that the certificate SSL of https://ngxpagespeed.com/ expired on April 13th. So I receiving an error when executing `bash <(curl -k -f -L -sS

[GitHub] [incubator-pagespeed-mod] pablo-silveira opened a new issue, #2090: Failed to build nginx pagespeed module due SSL expired Certificate

2022-04-14 Thread GitBox
pablo-silveira opened a new issue, #2090: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2090 I noticed that the certificate SSL of https://ngxpagespeed.com expired on April 13th. So I receiving an error when executing `bash <(curl -k -f -L -sS

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2089: High TTFB with PageSpeed

2022-04-14 Thread GitBox
Lofesa commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1099401496 Hi @Ungov77 @jmarantz Take a look on this: https://www.keinegotterkeinemeister.de/pagespeed_admin/cache#physical_cache See evictions and current

[GitHub] [incubator-pagespeed-mod] Ungov77 commented on issue #2089: High TTFB with PageSpeed

2022-04-13 Thread GitBox
Ungov77 commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1098556400 Hi, Makes sense. I didn't understand how it was faster with Memcached failing lol I don't think the rewrite deadline is being overwritten. I have not

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2089: High TTFB with PageSpeed

2022-04-13 Thread GitBox
jmarantz commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1098084824 It's possible the reason that TTFB was good for a while is that the memcached code is good at failing-fast if it looks like memcached is not working. I can

[GitHub] [incubator-pagespeed-mod] Ungov77 commented on issue #2089: High TTFB with PageSpeed

2022-04-12 Thread GitBox
Ungov77 commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1097268729 I see this error in /mod_pagespeed_statistics?cache#physical_cache `Error getting memcached server status for localhost:11211` I temporarily re-enabled

[GitHub] [incubator-pagespeed-mod] Ungov77 commented on issue #2089: High TTFB with PageSpeed

2022-04-12 Thread GitBox
Ungov77 commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1097249240 I tried CTRL+F5 many many times but I didn't see any webp images in the code. As soon as I turn off Memcached, I see webp images after 2 refreshes. We let Memcached

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2089: High TTFB with PageSpeed

2022-04-12 Thread GitBox
jmarantz commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1097233197 My first suspicion is that they just haven't been (re)converted into webp *yet*. By switching to memcached you effectively are flushing your cache. As you may

[GitHub] [incubator-pagespeed-mod] Ungov77 commented on issue #2089: High TTFB with PageSpeed

2022-04-12 Thread GitBox
Ungov77 commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1097225781 Thanks, we disabled defer_javascript and some other filters However today we noticed that images are not getting converted to webp anymore after switching to

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2089: High TTFB with PageSpeed

2022-04-12 Thread GitBox
jmarantz commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1096667259 One more thing -- you probably should control access to /pagespeed_admin and /mod_pagespeed_statistics with allow/deny directives per

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2089: High TTFB with PageSpeed

2022-04-12 Thread GitBox
jmarantz commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1096614478 The shared-memory metadata cache does not get populated with images. It just gets populated with metadata mapping the original image name and context into

[GitHub] [incubator-pagespeed-mod] Ungov77 commented on issue #2089: High TTFB with PageSpeed

2022-04-11 Thread GitBox
Ungov77 commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1095951580 There could be an IO issue because according to the Plesk guide, the first test I ran should get a speed of 142 MB/s but I got only 183 **kB**/s Memcached is

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2089: High TTFB with PageSpeed

2022-04-11 Thread GitBox
jmarantz commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1095856844 I was suspicious there may be spinning-disk latency but as you have an SSD I'm not sure. Nevertheless it might be worth trying redis/memcached, as we never really

[GitHub] [incubator-pagespeed-mod] Ungov77 commented on issue #2089: High TTFB with PageSpeed

2022-04-11 Thread GitBox
Ungov77 commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1095809062 Hi, thanks for the reply The server is a dedicated server in OVH Datacenter in Beauharnois, Quebec, Canada Intel(R) Xeon(R) CPU D-1541 @ 2.10GHz (16

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2089: High TTFB with PageSpeed

2022-04-11 Thread GitBox
jmarantz commented on issue #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1095540226 Thanks for the data including the config; it's very helpful. It does look like the performance is pretty good even from the US, despite the TTFB. I assume

[GitHub] [incubator-pagespeed-mod] Ungov77 opened a new issue, #2089: High TTFB with PageSpeed

2022-04-11 Thread GitBox
Ungov77 opened a new issue, #2089: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089 Hi, TTFB is much higher when PageSpeed is enabled and I don't understand why 264ms TTFB with PageSpeed=off

[GitHub] [incubator-pagespeed-mod] Ungov77 commented on issue #1293: Pagespeed increases Time To First Byte

2022-04-10 Thread GitBox
Ungov77 commented on issue #1293: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1293#issuecomment-1094557764 Same problem here 264ms TTFB with PageSpeed=off https://speedvitals.com/report/www.keinegotterkeinemeister.de/eEuqEG/ 1100ms TTFB with PageSpeed ON

[GitHub] [incubator-pagespeed-mod] eilandert commented on issue #2083: Using automated install for Nginx 1.21.3 - Nginx does not start after successfull build and install - Ubuntu Impish

2022-04-09 Thread GitBox
eilandert commented on issue #2083: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2083#issuecomment-1094110543 see https://github.com/apache/incubator-pagespeed-ngx/issues/1743 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1743: Building on newer glibc (eg. Ubuntu 21.10 and above)

2022-04-09 Thread GitBox
eilandert commented on issue #1743: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1743#issuecomment-1094110008 Hello @nemihome, try the latest master, recursive. git clone --recursive https://github.com/apache/incubator-pagespeed-mod.git additionally, I uploaded

[GitHub] [incubator-pagespeed-ngx] nemihome commented on issue #1743: Building on newer glibc (eg. Ubuntu 21.10 and above)

2022-04-09 Thread GitBox
nemihome commented on issue #1743: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1743#issuecomment-1094046200 Hello eilandert, I don't see this files in folder structure which you have mentioned - I do have

[GitHub] [incubator-pagespeed-mod] nemihome commented on issue #2083: Using automated install for Nginx 1.21.3 - Nginx does not start after successfull build and install - Ubuntu Impish

2022-04-09 Thread GitBox
nemihome commented on issue #2083: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2083#issuecomment-1094042551 Same with 22.04 LTS. I have removed pagespeed now from Nginx due to missing maitenance -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-pagespeed-mod] webtek-dev opened a new issue, #2088: Changing filenames with webp: does it impact images SEO?

2022-04-08 Thread GitBox
webtek-dev opened a new issue, #2088: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2088 I have a website where images are very important and we get a lot of traffic from google images. When enabling webp images, Mod Pagespeed will constantly change the filenames of the

[GitHub] [incubator-pagespeed-ngx] Rming closed issue #1276: bad http status code 404 work with openresty

2022-04-06 Thread GitBox
Rming closed issue #1276: bad http status code 404 work with openresty URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1276 -- 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

[GitHub] [incubator-pagespeed-mod] benyaminl commented on issue #1936: Log filling up with Errors: Failed to mkdir /var/cache/mod_pagespeed/ flush

2022-04-05 Thread GitBox
benyaminl commented on issue #1936: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1936#issuecomment-1088569097 It basically the same. Just sometimes when on RHEL the alert are raising for some reason. The team should specifically write context for this I think.

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #1936: Log filling up with Errors: Failed to mkdir /var/cache/mod_pagespeed/ flush

2022-04-05 Thread GitBox
Lofesa commented on issue #1936: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1936#issuecomment-1088546254 Hi There is an rpm pakage, maybe you wish to take a look on it

[GitHub] [incubator-pagespeed-mod] bbeckford commented on issue #1936: Log filling up with Errors: Failed to mkdir /var/cache/mod_pagespeed/ flush

2022-04-05 Thread GitBox
bbeckford commented on issue #1936: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1936#issuecomment-1088537898 @Lofesa Thanks for the suggestion, just tried that and no change I'm afraid ☹️ -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #1936: Log filling up with Errors: Failed to mkdir /var/cache/mod_pagespeed/ flush

2022-04-05 Thread GitBox
Lofesa commented on issue #1936: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1936#issuecomment-1088500697 Hi Have tried this: https://www.modpagespeed.com/doc/faq#selinux_permissions -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-pagespeed-mod] bbeckford commented on issue #1936: Log filling up with Errors: Failed to mkdir /var/cache/mod_pagespeed/ flush

2022-04-05 Thread GitBox
bbeckford commented on issue #1936: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1936#issuecomment-1088492818 Thanks for responding, think I'm just going to remove pagespeed for now then 路‍♂️ -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-pagespeed-mod] benyaminl commented on issue #1936: Log filling up with Errors: Failed to mkdir /var/cache/mod_pagespeed/ flush

2022-04-05 Thread GitBox
benyaminl commented on issue #1936: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1936#issuecomment-1088491414 > Did anyone ever solve this issue? Think I'm going to have to ditch Pagespeed altogether on one server as I can't disable SELinux (even when I tested it turning

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