How to increase page speed at Google insights – Proof

So you all are trying get good page speed on https://developers.google.com/speed/pagespeed/insights/ but do you know the quickest method to achieve it.

1 . Minify CSS and JS

Use https://cssminifier.com/ to get minify CSS and upload it to your server

2. Remove YouTube Embed

We have 6 YouTube videos on our page. We removed all of them and hosted a video on our server and used HTML <video> tag as followed

<video id="myVideo" style="width:100%;height:auto" controls="controls">
	<source src="save-my-deck-ky.mp4" type="video/mp4" />
	Your browser does not support HTML5 video.
</video>

3. Replaced FaceBook Page like EMBED

FaceBook Embed code also slow down your page. You can simply replace it with FaceBook Page image and a link to you FaceBook Page.

4. Multiple redirects

Remove multiple redirects if you have.

Result

Mobile speed score increased from 20 to 78

Desktop speed increased from 40 to 96


Contact us for more tricks to improve page speed

1 Comment

  1. Pingback: How to TEST the speed of your website - Online Certifications

Leave a Reply

Your email address will not be published. Required fields are marked *