Open VarunBatraIT opened 9 years ago
For the time being I have disabled the compression of images and I am relying on available opensource libraries to compress. I did this because of multiple urls for same image (virtually same one compressed and other uncompressed)
Could you try enabling fallback_rewrite_css_urls
? https://developers.google.com/speed/pagespeed/module/filter-css-rewrite
Sometimes PageSpeed has trouble parsing complex media queries, but in these cases we can still identify url(...)
if fallback_rewrite_css_urls
is on.
Hey Jef Thanks for your response. I did what you suggested, it is still not working. I will keep this filter enable until you see or till your next comment. File is application.css You can search for 'writing' Two of them are included one under media query other otherwise.
Pagespeed Configuration
Original CSS
Current Output
Rewrite didn't happen for .parallax-bg-2
Expected Output
Both of above files are same. Thus one should expect
Other Details