Frage

Ich versuche, die Ladezeit meiner Website zu optimieren, da es zu lang war, und es ist immer noch nur für die JQuery-UI-CSS-Bilder,

Wenn Sie eine Minute haben, können Sie sich bitte Dieser Pingdom-Test ?

Unter den Dateien Nummer 60 und 75 gibt es nur wenige Bilder von der JQuery CSS-Datei (nur den Pfad umbenannt).Sie dauern bis zu 3 Sekunden, um eine Verbindung herzustellen, und dann scheinen sie schnell zu laden.

das CSS-Stück mit diesem Zusammenhang: generasacodicetagpre.

und der Pfad dieser CSS-Datei lautet: /CSS/ui.css

und der Bildpfad ist: /CSS/images/*.png

Wenn dies nicht um Pfade geht, bin ich hier völlig verloren, jeder Hinweis?

War es hilfreich?

Lösung

The other thing to think about is that your browser uses caching. So, when you run a test like this it will look like JQuery UI images are horribly slow. But to the user (with a proper browser caching setup in place) the "penalty" will only happen once. So, in reality it's not an entirely fair test.

I'd worry more about your 40kb background image and less-than-perfectly-optimized CSS. Try this website on your css document to drop 13% of it's overhead (on the main site css) Also, you could benefit by combining the CSS documents together, which will lower HTTP overhead. Again, thanks to the concept of browser caching this would be a one-time only improvement for a properly setup browser.

Compared to many sites out there, this one loads quite quick. Unless your site is going out to 20+million daily, or you're paying by the kb for bandwidth, the setup is more than adequate.

Andere Tipps

I am not seeing that long of a delay. It looks like they take less than a second to load.

enter image description here

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top