Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

WP-Database-Optimizer-Tools

Опис

WP-Database-Optimizer helps you to optimize your database by performing some actions for example optimizing tables, deleting revisions and data that can slow that your database. Also
you can perform backups.

WP Database Optimizer Tools es un plugin el cual ayuda a mejorar el rendimiento de nuestra base de datos, esto es de mucha ayuda cuando sabemos que tenemos muchas visitas y necesitamos aligerar el sitio para un mejor funcionamiento.

Con WP Database Optimizer Tools se puede hacer

Limpiar las revisiones de post
Limpiar los autodraft
Limpiar spam
Limpiar comentarios no aprovados
Limpiar la trash de wordpress
Optimizar las tablas en la base de datos
Reparar las tablas en la base de datos
Se puede hacer un backup de la base de datos ( mas adelante pondra opcion para enviar por email el backup)

Usage

  1. Click the DB optmizer menu in your WordPress admin area.
  2. Select any option to perform to your database
  3. To backup your database select DB Backup, select the tables you want to backup and download the SQL file.

    *** SECURITY WARNING ***
    Your database backup contains sensitive information,
    and should not be left on the server for any extended
    period of time. The “Save to server” delivery method is provided
    as a convenience only. I will not accept any responsibility
    if other people obtain your backup file.
    *** SECURITY WARNING ***

Past Contributors

None

Скріншоти

  • first screenshot
  • second screenshot
  • third screenshot

Встановлення

  1. Extract the wp-Database-optimizer-tools/ folder file to /wp-content/plugins/
  2. Activate the plugin at your blog’s Admin -> Plugins screen
  3. The plugin will attempt to create a directory /wp-content/backup-*/ inside your WordPress directory.
  4. You may need to make /wp-content writable (at least temporarily) for it to create this directory.
    For example:
    $ cd /wordpress/
    $ chgrp www-data wp-content (where “www-data” is the group your FTP client uses)
    $ chmod g+w wp-content

Часті питання

How do I restore my database from a backup?

Briefly, use phpMyAdmin, which is included with most hosting control panels. More details and links to further explanations are here.

Why are only the core database files backed up by default?

Because it’s a fairly safe bet that the core WordPress files will be successfully backed up. Plugins vary wildly in the amount of data that they store. For instance, it’s not uncommon for some statistics plugins to have tens of megabytes worth of visitor statistics. These are not exactly essential items to restore after a catastrophic failure. Most poeple can reasonably live without this data in their backups.

Відгуки

16.05.2019
Cuando estás creando tu tienda haces muchas pruebas, y muchas de estas pruebas afectan a la base de datos de Wordpress. Gracias a este plugin, podremos mantener nuestra base de datos limpia y organizada, haciendo que la velocidad de trabajo sea mucho mejor. Muchas gracias al creador de este plugin!
Прочитати всі 3 відгуки

Учасники та розробники

“WP-Database-Optimizer-Tools” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “WP-Database-Optimizer-Tools” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

0.1

Plugin created

0.2

Fixed Bugs