Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Database Read Replicas

Opis

BETA: Extend WordPress with MySQL database read replica support for greater speed and scalability
This is a first release beta, and should only be used at your own risk

Instalacija

  1. Set up your read replicas as per MySQL's instructions
  2. Download database-read-replicas and database-read-replicas.php to wp-content/mu-plugins
  3. Edit wp-config.php to add your read replicas:
    $read_replicas = array(‘readreplicahostname1','readreplicahostname2’);
  4. There is no need to activate this plugin

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“Database Read Replicas” is open source software. The following people have contributed to this plugin.

Doprinositelji