이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

FAQ

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.

후기

2019년 5월 16일
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