Parte 3: In crescita & Fare soldi
3.1 Prestazione
Mantenete il vostro sito veloce - sia gli esseri umani e motori di ricerca non piace aspettare
3.1.1 Ridurre al minimo i plugin
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 (per esempio. di backup PLU-gin) are of much less issue. Wherever possible, utilizzare un tema che include la funzionalità, o attua-zione soluzioni senza PLU-gin, per esempio, instead of using the “external links” plugin to apply style your external links, semplicemente implementare questo styling da soli con un po 'di 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, ma non tenere quelle che non si ha realmente bisogno sia.
3.1.2 Rimuovere i plugin inutilizzati
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 Sostituire plugins
Alcuni plugin sono molto grandi e hanno un sacco di funzioni, 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 (see-zione sezione 3.1.1) o prendere in considerazione trovare un plugin alternativo che offre solo le caratteristiche di cui avete bisogno.
3.1.4 Nascondiglio & Minimizza
Word-Press si riferiscono al PHP e 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 file per ciascuna delle tue pagine, reducing the delay caused by your web server processing PHP and accessing the database. Minifying removes redundancy from your CSS and JavaScript. The 2 piombo-ing soluzioni sono W3 Total Cache, che fa sia caching e Minimizzando o una combinazione di WP Super Cache e WP Minify.
[google_adsense]
3.1.5 Compressione
Your hosting will almost certainly be running on either the Microsoft of the Apache web server. Our host uses Apache, che supporta la compressione dei dati invia, 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 modi di dati com-pres-sione con 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 Guida eccel-lente a com-pres-sione che vi consigliamo di leggere.
3.1.5 Tenere script in file
All non content really should be in external files, inline non caricato. This speeds up browser rendering significantly and also makes debugging any page errors easier. JavaScript should be in js files, Styl-zione deve essere in CSS files etc. Even some meta content can go in external files (per esempio vedere le sezioni 1.4.3 e 1.4.17). WordPress è molto bravo a tenere a questo, but if you make modifications try to stick to the system. Some wordpress plugins are better than others at this, quindi se alcuni non sono fino a zero, con-sider-zione trovare un'alternativa.
3.1.6 Usa CSS Sprites
CSS sprites sono un ottimo modo per ridurre il numero di HTTP requests sent back and forth between the readers browser and your web server. Instead of having 30 individual images, che tutti devono essere rich-ted settembre-ar-tamente, 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 e Smash-ing-Ma-gas-ine
3.1.7 comprimere le immagini
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, per esempio. WP Smush.it. Se stai usando PNG (come racco-uomini-ded in-zione sec 2.1.2) then there are several ways to improve efficiency. To maximise PNG Immagini di efficienza possono essere compressi con PNGGauntlet, Come mai questo deve essere fatto dopo 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, ma ancora una volta, 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, caricare le immagini, lasciare wordpress generate le immagini ridimensionate, giù caricati con una FTP programma, loro com-premere con PNG-Gaunt-let, and then reupload and over-write the originals. WP Smush.it ti porterà 90% del modo ed è molto più con-veni-ent. Abbiamo sempre Recompress nostri PNG localmente con PNGGauntlet, ma non si può decidere il fastidio - la scelta è vostra.
3.1.8 Impostare la scadenza di risorse statiche
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 lo facciamo tramite W3 Total Cache.
3.1.9 Utilizzare i collegamenti relativi
Se si inserisce qualsiasi link a qualsiasi altra cosa sul vostro sito sempre utilizzare un percorso relativo, piuttosto che un percorso completo. Ciò consente di risparmiare un po 'di dimensione della pagina, ma più import-antly, che significa che non sarà necessario cambiare loro se mai cambia il nome a dominio.
3.1.10 Rimuovere le vecchie revisioni
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, per esempio. revi-sione con-trollo, 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 Controlla la tua velocità di pagina
Mentre Google Page Speed (see-zione sezione 1.3.2) è un buon punto di partenza, é opportuno utilizzare un un'ampia gamma di strumenti per verificare che hai optim-zato tuo sito completamente.
“Hi James I realise it has been a long while, but I just checked this on windows 11 (build 23H2)…”