user3198563
user3198563

Reputation: 455

Recently google has changed his page speed algorithm

Recently google has changed page speed or page insights algorithm. Even if you keep your css or js in footer below closing of your tag . It will show block render blocking.

from last one year my page speed was 90 on bothy mobile and desktop. Now from two days it was showing 50 due to render blocking.

   Even In pingdom its showing 93.

Could somebody assist me........On this please

Upvotes: 3

Views: 149

Answers (1)

Misunderstood
Misunderstood

Reputation: 5665

Wicked fast server you got there.

Requests numbers 19-22 and 33 & 34 are css and font files. Rendering is held up by these css and font files. Move the .css and .woff links to the top of the <head>

enter image description here

Upvotes: 1

Related Questions