Getting WordPress Super Cache to Run on a Windows (IIS or Apache) Server Come arrivare WordPress Super cache per funzionare su Windows (IIS o Apache) Server
If you’re a regular reader, you probably know by now that we just love performance and can’t get enough of server performance-improving software/code… Especially when it comes to WordPress. Se sei un normale lettore, probabilmente sapete da ora che abbiamo appena amore prestazioni e non si possono ottenere abbastanza di prestazioni del server-il miglioramento del software / codice… Soprattutto quando si tratta di WordPress.
Donncha has recently released ha recentemente rilasciato a great plugin for WordPress, called "WordPress Super Cache." un grande plugin per WordPress, chiamata "Super WordPress Cache". It builds on the original WP-Cache plugin Si basa sul originale WP-Cache plug in by Ricardo Granada - except that it fixes all the bugs in the original implementation and has been written in enough pure PHP that it’ll also run on Windows servers - both IIS and Apache for that matter! di Ricardo Granada - tranne per il fatto che tutte le correzioni di bug nella versione originale di attuazione ed è stato scritto in PHP abbastanza puro che sarà anche funzionare su server Windows - sia IIS e Apache per questo! <cue applause> <cue applause>
At the moment (as of version 0.3.1) it needs a bit of work to make it run, but not much. Al momento (dalla versione 0.3.1) ha bisogno di un po 'di lavoro a farlo girare, ma non di molto. So here goes - 10 easy steps to get cached content on your IIS or Apache server under Windows: Qui va così - 10 semplici passi per ottenere il contenuto di cache di IIS o Apache server sotto Windows:
- Download Donncha’s plugin Donncha scaricare il plug in here qui .
- Extract it so you have a
/wp-content/plugins/wp-super-cache/directory with all the files (like wp-cache.php) in there. Estrarre in modo di avere un/ wp-content/plugins/wp-super-cache /directory con tutti i file (come wp-cache.php) in là. - Copy Copia
/wp-content/plugins/wp-super-cache/wp-cache-phase1.phpto/awp-content/plugins/wp-super-cache/wp-cache-phase1.php
/wp-content/advanced-cache.php/ wp-content/advanced-cache.php - Open up
/wp-content/plugins/wp-super-cache/wp-cache.phpand locate this: Aprire/ wp-content/plugins/wp-super-cache/wp-cache.phpe individuare questa:function wp_cache_check_link() { global $wp_cache_link, $wp_cache_file; wp_cache_check_link funzione () (global $ wp_cache_link, $ wp_cache_file; - Replace that with Che a sostituire
function wp_cache_check_link() { global $wp_cache_link, $wp_cache_file; if ( file_exists($wp_cache_link) ) return true; else { echo "<code>advanced-cache.php</code> does not exist<br />"; echo "Create it by copying <code>$wp_cache_file</code> to <code>$wp_cache_link</code> on your server<br />"; return false; } wp_cache_check_link funzione () (global $ wp_cache_link, $ wp_cache_file; if (file_exists ($ wp_cache_link)) return true; else (echo "<code> avanzata cache.php-</ code> non esiste <br />"; echo " Crearlo copiando <code> $ wp_cache_file </ code> per <code> $ wp_cache_link </ code> sul tuo server <br /> "; return false;) - Log into your dashboard and enable WP Super Cache in the Plugins page. Accedi al tuo cruscotto e consentire WP Super Cache nel Plugins pagina.
- Go to the WP Super Cache options page and enable caching. Vai al contenuto della cache WP Super pagina delle opzioni e consentire la memorizzazione nella cache.
- Open
/wp-content/wp-cache-config.phpand look for"WPCACHEHOME"and correct Aperti/ wp-content/wp-cache-config.phpe cercare"WPCACHEHOME"e corretta
a) Add an opening quotation mark before "C:\" a), aggiungere l apertura virgolette prima di "C: \"
b) Replace all "\" with "\\" or "/" b) Sostituire tutti i "\" con "\ \" o "/" - Create your rewrite rules like it says in readme.txt. Crea il tuo riscrivere regole, come si dice nel readme.txt. If your using Apache on Windows, use mod_rewrite. Se il tuo utilizzando Apache su Windows, utilizzare mod_rewrite. If you’re using IIS, you’ll need to use the 3rd party (non-free, but quite good) Se si utilizza IIS, sarà necessario utilizzare il 3 ° parte (non-free, ma molto buono) ISAPI_Rewrite 3.0 ISAPI_Rewrite 3,0
- If you have mod_gzip, mod_deflate, or IIS dynamic content caching enabled, make sure you don’t enable Super Cache gzip because it’s already being done on the server level (which is better, anyway! :)) Se si dispone di mod_gzip, mod_deflate, o IIS contenuto dinamico il caching abilitato, assicurati di non consentire Super Cache gzip perché è già stato fatto sul livello del server (che è meglio, comunque!:))
Don’t forget to install either our Non dimenticare di installare sia il nostro XCache or eAccelerator plugins XCache o collegamenti eAccelerator to speed up the stuff that WordPress Super Cache doesn’t cache, such as logged-in users’ visits and comment processing, etc. as well as visits by people who have commented (see below). per accelerare la roba che WordPress Super Cache cache non, come ad esempio effettuato l'accesso-in gli utenti 'visite e commento di trasformazione, ecc, nonché visite di persone che hanno commentato (vedi sotto).
Known Issues Problemi noti
- WordPress Super Cache doesn’t cache the blog homepage. WordPress Super Cache cache non la home page del blog. We’ve contacted the author (Donncha) and expect to get this fixed soon - it is not specific to Windows hosts. Abbiamo contattato l'autore (Donncha) e si aspettano di ottenere risolvere al più presto - che non è specifico a Windows host.
- The non-Super Cache code (basically, caching for users who have commented) does not work for posts. La non-Super Cache codice (sostanzialmente, la memorizzazione nella cache per gli utenti che hanno commentato) non per i posti di lavoro. This is a known bug in the WP-Cache code that WordPress Super Cache is using as a second caching layer, and there is no way around it at the moment. Si tratta di un bug noto della WP-Cache codice che WordPress Super Cache utilizza come cache di secondo livello, e non c'è modo intorno ad esso in questo momento. Don’t worry, posts are still being cached, just not for people who post a comment. Non preoccuparti, i posti sono ancora in fase di cache, non solo per le persone che inviare un commento. Make sure your using Assicurarsi che il proprio utilizzando the XCache plugin XCache il plug in to avoid this being a bottleneck. al fine di evitare che ciò sia un collo di bottiglia.
Written by Computer Guru. Scritto da Guru del computer. Read more great feeds at is source Per saperne di più grande al feed è fonte WEBSITE SITO WEB
no comments nessun commento . .
Read more articles on Per saperne di più articoli su Server Optimization Server di ottimizzazione and e WordPress Super Cache WordPress super cache and e WP-Cache WP-Cache and e Plugins Plugins and e Performance Prestazione and e wordpress WordPress and e Guides Guide and e software software . .
- [+] Digg [+] Digg : Feature this article : Feature questo articolo
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Bookmark questo articolo
- [+] Furl [+] Furl : Bookmark this article : Bookmark questo articolo














