Results 369 comments of Lofesa

Hi @lanki567 I think you have to rebuild it. RPM are build as Release branch and you need a Debug branch. If you see the docs for rebuild pagespeed you...

I don´t know if there is. But as stated in apache infra maybe the solution take too much time so maybe pagespeed module must change their deps to the github...

@oschaaf As stated in this [doc](https://blogs.apache.org/infra/entry/subversion-to-git-service-git) we should use the github url. "....There will no longer be a git.apache.org URL for git mirrors, to lessen the confusion with gitbox.apache.org. Projects...

Hi @ObserverMichael Maybe not related but you have this; `pagespeed Disallow wildcard_spec;` in optimize.conf. In nginx config files how these files are included? I see that optimize.conf includes filters.conf, but...

I will say that wilcard_spec is literal in the config file, they must be a regex expresion like * or /name*....

Hi @ObserverMichael Can you post the configuration page of the admin? https://www.modpagespeed.com/doc/admin

Hi @tr3pan I don´t know how to manage deb pakages but mod-pagespeed have chaged from where are donloaded. Latest versions: https://dist.apache.org/repos/dist/release/incubator/pagespeed/1.14.36.1/x64/

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

You have deleted the comment, but: For disable inline_javascript: ModPagespeedDisableFilters inline_javascript ModPagespeedForbidFilters inline_javascript For increase/decrease the size of files inlined: ModPagespeedJsInlineMaxBytes bytes For exclude jquery: ModPagespeedDisallow *jquery.js* (a wildcar spec,...