Title: MySQL Profiler
Author: tombenner
Published: <strong>2012년 3월 6일</strong>
Last modified: 2012년 3월 6일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/mysql-profiler.svg)

# MySQL Profiler

 작성자: [tombenner](https://profiles.wordpress.org/tombenner/)

[다운로드](https://downloads.wordpress.org/plugin/mysql-profiler.1.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/mysql-profiler/#description)
 * [평가](https://ko.wordpress.org/plugins/mysql-profiler/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/mysql-profiler/#installation)
 * [개발](https://ko.wordpress.org/plugins/mysql-profiler/#developers)

 [지원](https://wordpress.org/support/plugin/mysql-profiler/)

## 설명

MySQL Profiler displays debugging information about SQL queries to admin WordPress
users. For each query, the profiler displays the time, syntax-highlighted SQL, and
a trace of the functions (as well as the file and line number that the functions
were called from) that were called.

The list can be sorted by any of its columns, so you can, for example:

 * Order the list by ID to see the chronological order of the queries
 * Order the list by time to see the slowest queries
 * Order the list by query to group the queries by type (SELECT, UPDATE, etc)
 * Order the list by trace to group the queries by similar origins

The list can also filtered by typing in the search box, so you can, for example:

 * View all queries that use the wp_posts table
 * View all queries that are related to the use of a function in taxonomy.php
 * View all queries that are related to the use of a specific function or class
 * View all queries that call a specific MySQL function

To turn off syntax highlighting, put the following in wp-config.php:

    ```
    define('MP_HIGHLIGHT_SYNTAX', false);
    ```

To omit the file and line number from the function trace and display the functions
as a comma-separated list (to save vertical space), define the following in wp-config.
php:

    ```
    define('MP_DISPLAY_FILES', false);
    ```

This plugin was loosely based on [Frank Bueltge](http://bueltge.de/)‘s [Debug Queries](https://wordpress.org/extend/plugins/debug-queries/)
plugin, so a hearty thanks to him for the development of that.

If you’d like to grab development releases, see what new features are being added,
or browse the source code please visit/follow the [GitHub repo](http://github.com/tombenner/mysql-profiler).

## 스크린샷

[⌊Profiling for a typical single post page, filtered to show only queries containing
references to wp_posts and ordered by the time column to show the slowest queries
at the top.⌉⌊Profiling for a typical single post page, filtered to show only queries
containing references to wp_posts and ordered by the time column to show the slowest
queries at the top.⌉[

Profiling for a typical single post page, filtered to show only queries containing
references to wp_posts and ordered by the time column to show the slowest queries
at the top.

[⌊Profiling for a typical single post page, with syntax highlighting turned off 
and the display of file and line numbers turned off (by setting MP_DISPLAY_FILES
and MP_HIGHLIGHT_SYNTAX to false).⌉⌊Profiling for a typical single post page, with
syntax highlighting turned off and the display of file and line numbers turned off(
by setting MP_DISPLAY_FILES and MP_HIGHLIGHT_SYNTAX to false).⌉[

Profiling for a typical single post page, with syntax highlighting turned off and
the display of file and line numbers turned off (by setting MP_DISPLAY_FILES and
MP_HIGHLIGHT_SYNTAX to false).

## 설치

 1. Put `mysql-profiler` into the `wp-content/plugins` directory
 2. Activate the plugin in the “Plugins” menu in WordPress to turn on the profiling
 3. Deactivate when you’ve finished using the profiling

## FAQ

  Is feature X available?

If there’s widely-needed functionality that you’d like that isn’t implemented, I’d
likely be willing to implement it myself or to accept any well-written code that
implements it. Please feel free to either add a topic in the WordPress forum or 
contact me through GitHub for any such requests:

 * [WordPress Forum](https://wordpress.org/tags/mysql-profiler?forum_id=10)
 * [GitHub](http://github.com/tombenner)

## 후기

![](https://secure.gravatar.com/avatar/dcfc9e725e033c628fb236b28b0a22a328d811b9e868f1533cc32e6d7bb2f770?
s=60&d=retro&r=g)

### 󠀁[No documentation](https://wordpress.org/support/topic/no-documentation-43/)󠁿

 [webstpro](https://profiles.wordpress.org/webstpro/) 2020년 6월 25일

I have no idea how to make this work. There is no documentation and no links in 
the admin left menu. Lots of error messages when I look at the home page.

 [ 모든 5 평가 읽기 ](https://wordpress.org/support/plugin/mysql-profiler/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ tombenner ](https://profiles.wordpress.org/tombenner/)

[자국어로 “MySQL Profiler”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/mysql-profiler)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/mysql-profiler/)는, [SVN 저장소](https://plugins.svn.wordpress.org/mysql-profiler/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/mysql-profiler/)
을 [RSS](https://plugins.trac.wordpress.org/log/mysql-profiler/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 기초

 *  버전 **1.0**
 *  최근 업데이트: **14년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 2.9 또는 그 이상 **
 *  다음까지 시험됨: **3.3.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/mysql-profiler/)
 * 태그:
 * [debug](https://ko.wordpress.org/plugins/tags/debug/)[debugging](https://ko.wordpress.org/plugins/tags/debugging/)
   [mysql](https://ko.wordpress.org/plugins/tags/mysql/)[profiler](https://ko.wordpress.org/plugins/tags/profiler/)
   [profiling](https://ko.wordpress.org/plugins/tags/profiling/)
 *  [고급 보기](https://ko.wordpress.org/plugins/mysql-profiler/advanced/)

## 평점

 별 5점 만점에 4.2점.

 *  [  4/5-별점 후기     ](https://wordpress.org/support/plugin/mysql-profiler/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/mysql-profiler/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/mysql-profiler/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/mysql-profiler/reviews/?filter=2)
 *  [  1/1-별점 후기     ](https://wordpress.org/support/plugin/mysql-profiler/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/mysql-profiler/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/mysql-profiler/reviews/)

## 기여자

 *   [ tombenner ](https://profiles.wordpress.org/tombenner/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/mysql-profiler/)