Teil 3: Wachsend & Geld verdienen
3.1 Performance
Halten Sie Ihre Website schnell - sowohl Menschen als auch Suchmaschinen nicht gerne warten
3.1.1 minimiert Plugins
Throughout this article we’ve recommended lots of plugins. They’re all valuable and can add to your site. However, don’t go over the top. Each and every plugin that changes your site appearance adds processing and transfer overheads. Plugins that are for management use only (z.B. Backup-plu-Gins) are of much less issue. Wherever possible, verwenden Sie ein Thema, das die Funktionalität beinhaltet, oder Um-ment-Lösungen ohne plu-Gins, beispielsweise, instead of using the “external links” plugin to apply style your external links, einfach implementieren diese Styling selbst mit ein bisschen CSS and an image or 2. Try to keep a sensible balance — don’t remove valuable plugins just to keep the number of plugins low, aber nicht diejenigen, die Sie nicht wirklich brauchen, halten entweder.
3.1.2 Ungenutzten Plugins entfernen
This is simple — if you’re not using a plugin then don’t waste hosting space on them. Unless you think you might want to reactivate a plugin in the future don’t just deactivate, but delete. Removing unneeded plugins also keeps your wordpress management page less cluttered.
3.1.3 Ersetzen Plugins
Einige Plugins sind sehr groß und haben eine Menge von Funktionen, but you might only use one feature of such a huge plugin. Consider manually adding the code for that feature and ditching the overhead of the whole plugin (siehe Abschnitt 3.1.1) or consider finding an alternative plugin which offers just the features that you need.
3.1.4 Cache-Speicher & Minifizieren
Wort-Press basiert auf PHP und MySQL, and both of these require significant processing whenever a page is accessed. Since neither users nor search engines like waiting for pages to load you should reduce load times by utilising various caching and efficiency plugins. Caching generates static HTML Dateien für jede Ihrer Seiten, reducing the delay caused by your web server processing PHP and accessing the database. Minifying removes redundancy from your CSS and JavaScript. The 2 führenden Lösungen sind W3 Total Cache, was tut beides Caching-und Verkleinerungs oder eine Kombination von WP Super Cache und WP Minify.
[google_adsense]
3.1.5 Kompression
Your hosting will almost certainly be running on either the Microsoft of the Apache web server. Our host uses Apache, die Kompression von Daten sendet er unterstützt, if you choose to enable it. The Microsoft web server also supports compression which can simply be turned on or off. All modern web browsers support compression. There are 2 Möglichkeiten der com-pres-sion Daten mit Apache, and you may only want to compress certain files. Here at DIYMH we compress all our text based files using apache’s mod_deflate. This reduces our front page load size from approx 100k to approx 20k! Depending on your web host you may only be able to enable some types of compression. BetterExplained have an hervorragende Leitfaden für com-pres-sion which we recommend you read.
3.1.5 Halten Sie Skripts in Dateien
All non content really should be in external files, nicht geladen Inline-. This speeds up browser rendering significantly and also makes debugging any page errors easier. JavaScript should be in js files, Styl-ing sollte in CSS files etc. Even some meta content can go in external files (siehe zum Beispiel Abschnitten 1.4.3 und 1.4.17). WordPress is very good at keeping to this, but if you make modifications try to stick to the system. Some wordpress plugins are better than others at this, also, wenn einige nicht bis zu kratzen, con-Sider Fund-ten eine alternative.
3.1.6 Benutzen CSS Sprites
CSS Sprites sind eine hervorragende Möglichkeit, die Anzahl der zu reduzieren HTTP requests sent back and forth between the readers browser and your web server. Instead of having 30 individual images, die alle zu reques-ten September-ar-bar sein, you can reduce the number of requests to the server by having all of images in a single file. Use CSS to insert the correct part of the image each time you want to use it. Another benefit is that 1 large image file is often smaller than several small images combined. There is more information at CSSTricks, W3Schools und Smash-ing-Ma-Gas-ine
3.1.7 Komprimiert Bilder
By default lots of images can be losslessly compressed better than wordpress does by default. This will save on image transfer times. There are plugins that will do this for you, z.B. WP Smush.it. Wenn Sie mit PNGs (in Ab-schnitt als Emp-men-ded 2.1.2) then there are several ways to improve efficiency. To maximise PNG Effizienz Bilder können mit PNGGauntlet komprimiert werden, je-doch dies muss getan werden, nach upload. If the image doesn’t contain many shades or colours then save it as a 256-colour image — this will reduce the file-size significantly, aber wieder, this efficiency should be sought after upload. The reason for not compressing or reducing the colour depth of images before upload is that the PHP resize function will not create good quality resized images if they are already compressed. So, laden Sie Ihre Bilder, lassen Wordpress erzeugt die Größe geändert, Bilder, Down laden Sie sie mit einem FTP Programm, mit PNG-Gaunt-let-com drücken sie, and then reupload and over-write the originals. WP Smush.it erhalten Sie 90% dem Weg und ist viel mehr con-veni-ent. Wir unsere PNGs komprimieren immer lokal mit PNGGauntlet, but you may not want the hassle — the choice is yours.
3.1.8 Auslauf- der statischen Ressourcen
Browsers cache all the content that they load. To avoid images and other static resources being reloaded on every page load you can specify an expiry time which instructs the browser to use its cached copy until the expiry date passes, when it will fetch a fresh copy. Anything that doesn’t change very often should have an expiry set. At DIYMH Wir tun dies über W3 Total Cache.
3.1.9 Verwenden Sie relative Links
Wenn Sie keine Links zu irgendetwas anderes auf Ihrer Website einfügen benutze immer einen relativen Pfad, statt einer vollständigen Pfad. Das spart ein klein wenig von der Seitengröße, aber mehr Import-antly, es heißt, Sie müssen nicht, sie zu ändern, wenn Sie jemals Ihren Domain-Namen ändern.
3.1.10 Entfernen Sie alte Revisionen
By default wordpress retains a copy of all previous revisions of every article on your site. This is overkill in our view. The easiest way to manage this is to use a plugin, z.B. Revision Steuer, which will automatically cull older revisions based on your settings. This will keep your database size down and the speed of your site will benefit.
3.1.11 Überprüfen Sie Ihre Seite Geschwindigkeit
Während Google-Seite Geschwindigkeit (siehe Abschnitt 1.3.2) ist ein guter Anfang, empfehlen wir mit einem breite Palette von Werkzeugen um zu überprüfen, haben Sie optim-zeichnet Ihre Website vollständig.
“Hi James I realise it has been a long while, but I just checked this on windows 11 (build 23H2)…”