4

I have optimized the below links css code. But it still give message for optimize css delivery.

http://fonts.googleapis.com/css?family=Droid+Sans%7CUbuntu+Condensed&ver=3.6
http://www.sampleurl.com/wp-content/themes/radius/style.css
http://www.sampleurl.com/wp-content/plugins/contact-form-manager/css/xyz_cfm_shortcode_style.css
http://www.sampleurl.com/wp-content/plugins/wp-tooltip/js/tipTip.css
http://www.sampleurl.com/wp-content/plugins/wp-tooltip/wp-tooltip.css
http://www.sampleurl.com/wp-content/plugins/bft-pro/css/main.css
http://www.sampleurl.com/wp-includes/js/thickbox/thickbox.css
http://www.sampleurl.com/wp-content/plugins/weptile-image-slider-widget/css/weptile-image-slider-widget.css
http://www.sampleurl.com/wp-content/plugins/weptile-image-slider-widget/nivo-slider/nivo-slider.css
http://www.sampleurl.com/wp-content/plugins/wp-socializer/public/css/wp-socializer-buttons-css.css
http://www.sampleurl.com/wp-content/themes/radius/lib/css/960.css

2 Answers 2

2

This is because you are requesting 10 files.

Combining these files into one will grant you higher score with PageSpeed and Y!Slow.

Merging your CSS files reduce the number of HTTP requests made by the browser. This is particularly important in old browsers, that were limited to two connections per domain.

This practice aims to reduces the number of round-trip times.

Few useful resources

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks Ahmed. Actually I am using different-2 plugins. Each plugin contains their own css file. each plugins has their code page and they call their own css. Are there any other way to resolve these issue.
You can try a plugin that will combine those CSS files like wordpress.org/plugins/combine-css
0

Don't use Google Page Insights as your only test, it can be very odd sometimes, even missing things that its own Google Page Speed module is doing.

I like to keep gtmetrix around as a much more honest and thorough test.

According to them, you score 92% on "Minify CSS," and 97% on all other CSS checks. Learn more at 15 Ways To Reduce Load Time Of WordPress Website

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.