Your best source of information and news about windows vista , software and vista on the internet La migliore fonte di informazioni e notizie su Windows Vista, software e vista su internet

Vista ARTICLES Vista ARTICOLI TOP 50 Top 50 Vista VIDEOS Vista VIDEO Vista SOFT Vista SOFT Vista HELP Vista AIUTO

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:

  1. Download Donncha’s plugin Donncha scaricare il plug in here qui .
  2. 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à.
  3. Copy Copia
    /wp-content/plugins/wp-super-cache/wp-cache-phase1.php to / a wp-content/plugins/wp-super-cache/wp-cache-phase1.php
    /wp-content/advanced-cache.php / wp-content/advanced-cache.php
  4. Open up /wp-content/plugins/wp-super-cache/wp-cache.php and locate this: Aprire / wp-content/plugins/wp-super-cache/wp-cache.php e 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; 
  5. 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;) 
  6. 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.
  7. 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.
  8. Open /wp-content/wp-cache-config.php and look for "WPCACHEHOME" and correct Aperti / wp-content/wp-cache-config.php e 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 "/"
  9. 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
  10. 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

Popularity: 1% Popularity: 1%


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 . .

No comments Nessun commento

There are still no comments on this article. Non ci sono ancora commenti a questo articolo.

Leave your comment... Lascia il tuo commento ...

If you want to leave your comment on this article, simply fill out the next form: Se si desidera lasciare il tuo commento a questo articolo, è sufficiente compilare il modulo successivo:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> . È possibile utilizzare questi tag XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i > <strike> <strong>.