Brutal slow loading

Questions about how to install and problems installing - please read the documentation first!
frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Brutal slow loading

Post by frase » Thu Oct 12, 2017 3:06 pm

Schlagt mich - aber die Seite läuft schnell und normal.
Trotzdem header.gif fehlt.
Nach dem Aufruf ist die Seite sofort da.
History gelöscht, Browser neu gestartet - immer noch superschnell.

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Brutal slow loading

Post by Tata » Thu Oct 12, 2017 3:12 pm

Hm, die 404.php is da

Code: Select all

<?
// TENTO SUBOR MOZETE LUBOVOLNE MENIT A MAZAT  
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://www.www-hosting.sk/export/getsite.php?domena=$SERVER_NAME&type=404");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$output = curl_exec($ch);
echo $output;
?>
Wo soll ich nun den Fehler suchen?
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Brutal slow loading

Post by frase » Thu Oct 12, 2017 3:18 pm

Zunächst solltest du die fehlenden Bilder hochladen oder richtig verlinken.
(Konsole)
cmb wrote:Ich denke, da stimmt was mit der Konfiguration des Load-Balancers nicht.
Wenn dann alles in Ordnung ist, solltest du schauen, ob am Load-Balancer etwas zu machen ist (wahrscheinlich nur über den Provider).

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Brutal slow loading

Post by frase » Thu Oct 12, 2017 3:27 pm

Erste Maßnahme:
<!DOCTYPE html>

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Brutal slow loading

Post by frase » Thu Oct 12, 2017 3:34 pm

Im Quelltext erscheint:

Code: Select all

<!-- BlueBoard.cz Pocitadlo 
<span id="bbpocitadlo-span-oued8fcm7x670tbomhpf51aeucor22"><a id="bbpocitadlo-oued8fcm7x670tbomhpf51aeucor22" href="http://miniaplikace.blueboard.cz"></a></span>
<script type="text/javascript" src="http://miniaplikace.blueboard.cz/counter_1.php?jid=oued8fcm7x670tbomhpf51aeucor22"></script>
<!-- BlueBoard.cz Pocitadlo KONEC -->
Da fehlt ein "-->" oder es ist ein <!--" zu viel.

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Brutal slow loading

Post by Tata » Thu Oct 12, 2017 4:30 pm

frase wrote:Im Quelltext erscheint:

Code: Select all

<!-- BlueBoard.cz Pocitadlo 
<span id="bbpocitadlo-span-oued8fcm7x670tbomhpf51aeucor22"><a id="bbpocitadlo-oued8fcm7x670tbomhpf51aeucor22" href="http://miniaplikace.blueboard.cz"></a></span>
<script type="text/javascript" src="http://miniaplikace.blueboard.cz/counter_1.php?jid=oued8fcm7x670tbomhpf51aeucor22"></script>
<!-- BlueBoard.cz Pocitadlo KONEC -->
Da fehlt ein "-->" oder es ist ein <!--" zu viel.
Ich habe es ganz rausgenommen. DOCTYPE habe ich übersehen. Ist auch schon da. Ich habe keine fehlende Bilder gefunden. DOch ist es noch immer langsam. Wenn es endlich stoppt das Loading, geht alles ganz gut.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Brutal slow loading

Post by Tata » Thu Oct 12, 2017 4:53 pm

Es werde 2 Hintergrundbilder geladen:
page.jpg (24kB) und body2.jpg(57kB). Beide dauren 131238ms. Das verstehe ich nicht. Und jede Seite macht die selbe Verzögerung.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Brutal slow loading

Post by frase » Thu Oct 12, 2017 5:32 pm

Komisch,
bei mir laufen beide erwähnten Seiten immer noch schnell und gut.
Kann es sein, dass Besucher aus dem Osten (Deutschlands) bevorzugt werden?
(Das war ein Spaß!)

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Brutal slow loading

Post by cmb » Thu Oct 12, 2017 5:35 pm

Tata wrote:Es werde 2 Hintergrundbilder geladen:
page.jpg (24kB) und body2.jpg(57kB). Beide dauren 131238ms. Das verstehe ich nicht. Und jede Seite macht die selbe Verzögerung.
Diese beiden Bilder werden bei mir (mittlerweile) zügig geladen. Allerdings brauchen header.gif und arrow.gif 1,3 Minuten, bis ein 404 Not found gemeldet wird. Hatte ich eigentlich schon erwähnt, dass es mir so aussieht, als ob mit dem Load-Balancing was nicht stimmt. :) Also am besten beim Provider nachfragen.
Christoph M. Becker – Plugins for CMSimple_XH

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Brutal slow loading

Post by Tata » Thu Oct 12, 2017 5:39 pm

Lamafrage: Was is das Load-Balancing? Winach soll ich den Provider fragen?
Heute konnte ich ins Controlpannel nich einloggen (der Webseite Inhaber war nich im Büro, so konnte hat kein Name/Pswd). Ich versuche morgen PHP von 5.3 auf 7.0.8 setzen.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Post Reply