You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's the StaticAssetPrefix [1] option, which takes an absolute path.
I did attempt to specify a full domain in this option instead of just that. The option allows doing so and it will be used in the html output correctly, but it looks like mapping the resulting incoming requests fails.
The MapRewriteDomain option does not apply to pagespeed's static assets.
Scripts written into the html by PSOL for (for example) defer_javascript and lazyload_images cannot be rewritten to be served via a CDN.
From https://groups.google.com/d/msgid/mod-pagespeed-discuss/fd26cdb8-f4bc-4629-96cd-dd604b5b1649%40googlegroups.com:
I did attempt to specify a full domain in this option instead of just that. The option allows doing so and it will be used in the html output correctly, but it looks like mapping the resulting incoming requests fails.