WebSite X5Help Center

 
Terry  R.
Terry R.
User

Eliminate render blocking  en

Author: Terry R.
Visited 1496, 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
4 ANSWERS - 1 USEFUL
Andre E
Andre E
Moderator

This is something Incomedia needs to take care off.

I can set this post  as idea if you want to.

Read more
Posted on the from Andre E
Terry  R.
Terry R.
User
Author

Yes please do, anything that might help resolve this.

Thanks

Read more
Posted on the from Terry R.
Klaus G.
Klaus G.
User

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

Read more
Posted on the from Klaus G.
Łukasz M.
Łukasz M.
User

+100

Read more
Posted on the from Łukasz M.