pySilver commented on issue #634: combine_javascript with multiple aliased domains causes JS exception URL: https://github.com/apache/incubator-pagespeed-mod/issues/634#issuecomment-420991139 @oschaaf afaik there is no way to influence the order of output filters in nginx however I'm sure that sub_filter runs before pagespeed. What sub_filter does is simply changes href links from `<a href="https://original.com/path/to/page">clk</a>` to a `<a href="https://alias.com/x/path/to/page">clk</a>` Is there any hashing of html source involved in pagespeed? Or does it query for html page in background as it does for static resources?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
