WebSite X5Help Center

 
Terry  R.
Terry R.
User

Eliminate render blocking  en

Auteur : Terry R.
Visité 1475, Followers 2, Partagé 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.

Posté le
4 RéPONSES - 1 UTILES
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.

Lire plus
Posté le de Andre E
Terry  R.
Terry R.
User
Auteur

Yes please do, anything that might help resolve this.

Thanks

Lire plus
Posté le de 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

Lire plus
Posté le de Klaus G.
Łukasz M.
Łukasz M.
User

+100

Lire plus
Posté le de Łukasz M.