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

Database Analyzer

설명

Reports on the size and structure of your database. Shows where your data is distributed among your database tables.

Note: This plugin is somewhat geared towards developers.

See the FAQ for more info.

Some screenshots can be found here for the time being: https://github.com/j-masci/wp-db-analyzer

Contributors & Developers

Feel free to suggest or add anything that you might find useful:

https://github.com/j-masci/wp-db-analyzer

FAQ

What does the plugin do?

It generates a number of reports that display information about your database.

What is in each report?

Reports contain one or more tables that display data about your database. Normally, each table cell shows the number of items in your database associated with the row and column heading.

Is the plugin meant for non-developers?

The plugin will be more useful for developers. The reports will make more sense if you have a basic understanding of the WordPress database structure.

Does the plugin clean up un-used data or make my site faster?

No. It only reads data from your database to generate reports.

How do I use the plugin?

Once activated, look for “Database Analyzer” in the sidebar. Click on it, and then select a single report or look for the button to run all reports.

Why did you make this plugin?

I once had a site with a misbehaving plugin that was inserting too many items into the posts and post meta table. It had caused the post meta table to grow to about 1 million rows, which made the site slow in many cases. It was easy to find out how large the post meta table was but it took some investigation to figure out why. During this process I realized it would be useful to generate all of that data again for other WordPress installs. So, I made the plugin for reporting on the posts and post meta table, and then decided to add a few more reports later on for things related to options, users, terms, and comments.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Database Analyzer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Database Analyzer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • [Added] Initial release.