incubator-pagespeed-mod
incubator-pagespeed-mod copied to clipboard
Apache module for rewriting web pages to reduce latency and bandwidth.
При включенном модуле отдает пустую страницу. https://vseojkt.ru/assets/templates/theme/theme_files/test2/html/index.html В коде там все в порядке, но на сервере она пустая. Я начал ее сокращать до минимума: https://vseojkt.ru/assets/templates/theme/theme_files/test2/html/index1.html И если убрать строчку То...
When I try to localize facebook, twitter, pinterest.com scripts and style sheets, pagespeed giving me following error. This site uses letsencrypt SSL and I already use Jetpack CDN. > "pagespeed"...
Hi. I have enabled prioritize_critical_css, but as per Pagespeed Insight following css loading render blocking. Anyway to defer this css? > https://www.drcrhub.com/wp-content/plugins/social-widget/A.style.css.pagespeed.cf.VwCAC9pbRMdnBl8Sr6K4.css > https://www.drcrhub.com/wp-content/themes/focus-pro/A.style.css.pagespeed.cf.PQud-w4WWumUcKt9tXIT.css
Hi. As per the pagespeed insight, my WordPress site images aren't lazy loading even if i enabled it. Apart from that, i can't see any webP convert. This is Ubuntu...
Hi, I keep having the following warning message in Apache log for every few minutes RateController: drop deferred fetch of https://[IP]/images/01.jpg on shutdown I enable mod_speedpage for one of my...
What happens when there is already minified js and CSS, does the module ignore them based on their name "min.js" "min.css" or does it try to reminify them, thus wasting...
Libpng was ported to build with bazel in https://github.com/apache/incubator-pagespeed-mod/pull/1920. Revisit that when we want to link against the system offered libpng version.
We are building re2 using its own BUILD file. But benchmark cc_library is not visible that why it showing an issue. Pagespeed needs benchmark library for mod_pagespeed_speed_test
For brotli we had to add a global `-copt` to get the build to succeed: https://github.com/apache/incubator-pagespeed-mod/pull/1910/files#diff-f55b2f358053ad76fb5ac3f776f78ef8R72 We should back that out once we figure out if we can suppress that...
During building third party libraries, need to check different flags and copts used in build script - To investigate if we need/want these options? ` copts = [ "-w", "-Dverbose=-1",...