How to optimize my blog Js and CSS?

Recently Google introduced new tool check mobile-friendliness. I am not developer. So, I don’t know how to optimize my blog JS and CSS. To increase blog loading speed this is necessary. Help me friends

Mobile-friendliness mean responsive website. If user open your site in different media the layout is perfectly fit on that device like tab, iphone, notepad. I can only discus your problem “increase blog loading speed” until I get to see your site.

Welcome to the forums, @PraveenkumarElango.

Generally, the first step would be to try and minimise the number of requests to the server, by combining your CSS into as few documents as possible, and doing the same for your JS. Also ensure you are using compression, if your server supports it.

Have you tried using https://developers.google.com/speed/pagespeed/insights/ to get more detailed information and recommendations?

1 Like

Cloudflare is the perfect solution.

Perhaps you could give some more details. @PraveenkumarElango says he’s not a developer, so you’ll need to explain clearly what you’re advising.

3 Likes

As an SEO I hope that next google algorithm will closly related to mobile friendlyness. I think, i want to hire developer to fix this problem. thanks alot friends.

Cloudflase is an online service that can help take away the work of minifying your site CSS, HTML and javascript away from you. You can create an account with them and they will give you a code to place on your website root directory or inside your code and that’s all. It works out of the box. Here is a link: http;//www.cloudflare.com . You can visit and check things out.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.