Eliminate render blocking
Author: Terry R.
Visited 1783,
Followers 2,
Shared 0
Hi.
every time I do a website audit, every auditer nags me about eliminating render blocking. How do I do this? Are incomedia integrating it into the seo in the software? It is really annoying, If I could do this, my websites ranking would improve dramatically.
Posted on the
This is something Incomedia needs to take care off.
I can set this post as idea if you want to.
Author
Yes please do, anything that might help resolve this.
Thanks
Hallo Terry L.
Das Rendering bestimmter Dateien lässt sich nich eleminieren.
Du kannst es nur nach hinten verschieben.
z.B.
<link rel="preload" href="style/print.css?2019-3-14-0" media="print" />
Diese Zeile muss nicht sofort gerendert werden.
ODER
<script src="files/custom_1.min.js" defer></script>
Diese Script (in meinem Fall), kann auch nach hinten verschoben werden (ist aber immer individuell).
Oder z.B. PlugIns die weiter unten sind später mit "preload" laden.
<link rel="stylesheet" href="pluginAppObj/pluginAppObj_12_62/jssor.slider.css" media="screen, print" />
<link rel="stylesheet" href="pluginAppObj/pluginAppObj_12_49/jssor.slider.css" media="screen, print" />
<link rel="preload" href="pluginAppObj/pluginAppObj_12_53/jssor.slider.css" media="screen, print" />
<link rel="preload" href="pluginAppObj/pluginAppObj_12_224/jssor.slider.css" media="screen, print" />
<link rel="preload" href="pluginAppObj/pluginAppObj_12_226/jssor.slider.css" media="screen, print" />
<link rel="preload" href="pluginAppObj/pluginAppObj_12_235/jssor.slider.css" media="screen, print" />
<link rel="preload" href="pluginAppObj/pluginAppObj_12_239/jssor.slider.css" media="screen, print" />
<link rel="stylesheet" href="pluginAppObj/pluginAppObj_12_241/jssor.slider.css" media="screen, print" />
<link rel="stylesheet" href="pluginAppObj/pluginAppObj_12_237/jssor.slider.css" media="screen, print" />
<link rel="stylesheet" href="pluginAppObj/pluginAppObj_12_233/jssor.slider.css" media="screen, print" />
<link rel="stylesheet" href="css/stylesheet-mattausch.css" media="screen, print" />
<link rel="stylesheet" href="pcss/referenzen.css?2019-3-14-0-637185073443623623" media="screen,print" />
Da hat INCO keinen einfluss darauf.
Funktioniert soweit aber ist alles immer individuell.
Gruß
MCMACMASTER
Hallo Terry L.
The rendering of certain files cannot be eliminated.
You can only move it backwards.
e.g.
<link rel = "preload" href = "style / print.css? 2019-3-14-0" media = "print" />
This line does not need to be rendered immediately.
OR
<script src = "files / custom_1.min.js" defer> </script>
This script (in my case) can also be moved backwards (but is always individual).
Or e.g. Load the plug-ins below with "preload" later.
<link rel = "stylesheet" href = "pluginAppObj / pluginAppObj_12_62 / jssor.slider.css" media = "screen, print" />
<link rel = "stylesheet" href = "pluginAppObj / pluginAppObj_12_49 / jssor.slider.css" media = "screen, print" />
<link rel = "preload" href = "pluginAppObj / pluginAppObj_12_53 / jssor.slider.css" media = "screen, print" />
<link rel = "preload" href = "pluginAppObj / pluginAppObj_12_224 / jssor.slider.css" media = "screen, print" />
<link rel = "preload" href = "pluginAppObj / pluginAppObj_12_226 / jssor.slider.css" media = "screen, print" />
<link rel = "preload" href = "pluginAppObj / pluginAppObj_12_235 / jssor.slider.css" media = "screen, print" />
<link rel = "preload" href = "pluginAppObj / pluginAppObj_12_239 / jssor.slider.css" media = "screen, print" />
<link rel = "stylesheet" href = "pluginAppObj / pluginAppObj_12_241 / jssor.slider.css" media = "screen, print" />
<link rel = "stylesheet" href = "pluginAppObj / pluginAppObj_12_237 / jssor.slider.css" media = "screen, print" />
<link rel = "stylesheet" href = "pluginAppObj / pluginAppObj_12_233 / jssor.slider.css" media = "screen, print" />
<link rel = "stylesheet" href = "css / stylesheet-matausch.css" media = "screen, print" />
<link rel = "stylesheet" href = "pcss / referenzen.css? 2019-3-14-0-637185073443623623" media = "screen, print" />
INCO has no influence on that.
So far, everything works individually.
greeting
MCMACMASTER
+100