Improving Site Performance… Migliorare le prestazioni del sito…
I have significantly improved our site performance in the last month. Ho migliorato in maniera significativa le prestazioni del nostro sito negli ultimi mesi. I did all the site optimization steps by the book, found a lot of new things and fine-tuned existing ideas. Ho fatto tutti i passi di ottimizzazione del sito da parte del libro, trovato un sacco di cose nuove e perfezionate le idee già esistenti. There are a couple of good ideas I am yet to implement like using Lighttpd server instead of Apache 2. Ci sono un paio di buone idee sono ancora ad attuare lighttpd utilizzando come server invece di Apache 2.
I am writing a detailed article on all the site optimization steps we have taken, what worked and what didn’t and why. Sto scrivendo un dettagliato articolo sul sito tutte le fasi di ottimizzazione che abbiamo preso, che cosa ha funzionato e cosa non e perché. You would be surprised with the results. Si sarebbe sorpreso dei risultati. It should be ready in 2-3 weeks after I complete this phase of optimizations with master-master replication of MySQL databases & Lighttpd.I have a server in-waiting which we will soon use to replicate our sites. Essa dovrebbe essere pronta nel giro di 2-3 settimane dopo aver completato questa fase di ottimizzazione con master-master replica di basi di dati di MySQL & Lighttpd.I hanno un server in attesa che presto utilizzare per riprodurre i nostri siti.
In the end the ability to measure the improvements and persistence paid off. Alla fine la capacità di misurare i miglioramenti e la persistenza ha dato i suoi frutti. As you had read so far into the article I will offer two hints: Come lei ha letto finora in questo articolo mi offrono due suggerimenti:
1. Watch your MySQL. Guarda il tuo MySQL. It is most likely where the bottleneck is, specially for WordPress sites. E 'più probabile in cui il collo di bottiglia è, specialmente per i siti di WordPress.
2. Use ajaxMyTop to watch MySQL during heavy load period. AjaxMyTop utilizzare per guardare MySQL nel corso di carico pesante periodo. You can also use the MySQL’s slow query log, but I found using mtop to be the best idea. Potete anche usare MySQL delle query lente del log, ma ho trovato usando mtop di essere il migliore idea.
Filed under Elencato sotto Database Banca dati , Database Replication Replica di database , Enterprise Software Enterprise Software , Headline News Headline News , How To Come , Linux , MySQL , Open Source Software Software open source , Pro Blogging Pro Blogging , RDBMS , Web , Web 2.0 2,0 web , Web Hosting Web Hosting , Web Services Servizi Web , WordPress | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | questo articolo |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |




September 26th, 2007 at 1:45 am 26 settembre 2007 a 1:45 am
lighttpd should be a breeze for you since you don’t use “pretty permalink” (urls without “index.php”) lighttpd dovrebbe essere un gioco da ragazzi per voi, poiché non si usa "piuttosto Permalink" (URL senza "index.php")
It sucks if you want to use real clean permalinks, because there is no such things as “if file does not exist, redirect” as the generic rewrite rule in WP .htaccess It sucks se si desidera utilizzare reale pulita permalink, perché non vi è alcuna cose come "se il file non esiste, redirect", come la generica regola di riscrittura in WP. Htaccess
September 27th, 2007 at 9:54 pm 27 settembre 2007 a 9:54 pm
I do use pretty permalinks for most of my blogs, except the early ones like simple thoughts. Fare uso piuttosto permalink per la maggior parte del mio blog, ad eccezione dei primi, come il semplice pensiero.
How did you solve it? Come è venuto a risolverlo?