Title: WPDB Profiling
Author: tierrainnovation
Published: <strong>2009년 1월 12일</strong>
Last modified: 2010년 2월 2일

---

플러그인 검색

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

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

# WPDB Profiling

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

[다운로드](https://downloads.wordpress.org/plugin/wpdb-profiling.zip)

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

 [지원](https://wordpress.org/support/plugin/wpdb-profiling/)

## 설명

Render database profiling at the bottom of all WordPress pages. To install, upload`
wpdb-profiling` to the `/wp-content/plugins/` directory, activate the plugin, and
enable / disable features from the wp-admin plugin screen.

## 설치

 1. Upload `wpdb-profiling.php` to the `/wp-content/plugins/wpdb-profiling/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Edit `wp-config.php` and add `define('SAVEQUERIES', true);`
 4. Load any page and append `?show_queries=yes` to the end of your url to view your
    db queries and time to execute.

## FAQ

  When I view the profile, it shows no results and says Total Number of Queries:
0 and Total Time: 0

First, make sure in your footer.php file that you are using the `<?php wp_footer();?
>` tag. If you are, verify that you have added `define('SAVEQUERIES', true);` to
your wp-config.php. Need more help? **[Support](http://tierra-innovation.com/wordpress-cms/2009/10/09/wpdb-profiling/#respond)**

## 후기

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

## 기여자 & 개발자

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

기여자

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

[자국어로 “WPDB Profiling”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/wpdb-profiling)

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

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

## 변경이력

#### 1.3.3

Fixing a bug where the css is always enabled, even if the plugin isn’t.

#### 1.3.2

Adds front end functionality to the wp-admin. Helpful for debugging admin or plugin
scripts under development inside wp-admin.

#### 1.3

This version adds db optimization functionality.

 1. Support to disable post revisions: Post revisions can bloat your database by retaining
    previously saved versions of your post, which you may never use.
 2. Support to disable auto saving: Auto saving can bloat your database by assigning
    different id’s each time an item is saved, this adding an unnecessary record to
    the db.

#### 1.2.1

 1. Update to license information

#### 1.2

 1. New configuration options to specify which user levels can view profiling (no longer
    restricted to Administrator)
 2. ?show_queries=true can now be used in addition to ?show_queries=yes
 3. Users not logged in can never view profiling

#### 1.1.1

 1. ?show_queries=yes $_GET parameter can only be used if logged in user is an administrator(
    user Level 10)

#### 1.1

 1. New wp-admin interface allows you to toggle plugin settings. Options are (Always
    show profiling when logged in as an administrator?) and (Allow the `?show_queries
    =yes` parameter in URL to show profiling?)
 2. Enable / Disable profiling on the front end when logged in as administrator (user
    Level 10) to the wp-admin interface.
 3. Enable / Disable `?show_queries=yes` $_GET parameter via wp-admin config to allow/
    prevent url request for query list.
 4. Check whether WP_CACHE and SAVEQUERIES are set on the back end – display success/
    failure notices and suggestions if one is missing.

#### 1.0.2

 1. Checks if `define('WP_CACHE', true);` is present. If not, provides plugin suggestions
    for DB caching.
 2. Plugin automatically enabled if your user has Level 10 permissions (administrator)
    by default.
 3. If user Level < 10 or not logged in, you can continue to pass `?show_queries=yes`
    via the url if you are not logged in.
 4. Sets `define('SAVEQUERIES', true);` in plugin should it not be by default.

The next release will have an admin interface where you can enable / disable the
plugin

#### 1.0.1

Groups duplicate function calls and gives a total time for the grouped calls. Also
styles the profiling a bit to mirror Kohana’s profiling coloring. Also added a fix
to PHP 5.2.1 where scientific notation was displaying instead of the true time.

This plugin will give you the total number of queries to the db per page, as well
as the total time it took to render those queries out to the page. Additionally,
line by line each individual query will display with the originating SQL statement,
time executed and the function call used to execute the query.

This is especially handy if you are debugging a slow WordPress install and can’t
seem to locate the cause of the load. It is also a great way to identify plugins
that may not have proper caching enabled or supported.

This is NOT a full page load profiler. This simply shows you the total DB queries
and the time it takes to execute.

## 기초

 *  버전 **1.3.3**
 *  최근 업데이트: **16년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 1.5 또는 그 이상 **
 *  다음까지 시험됨: **2.9.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wpdb-profiling/)
 * 태그:
 * [db](https://ko.wordpress.org/plugins/tags/db/)[profiling](https://ko.wordpress.org/plugins/tags/profiling/)
   [queries](https://ko.wordpress.org/plugins/tags/queries/)[query](https://ko.wordpress.org/plugins/tags/query/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wpdb-profiling/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

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

## 기여자

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

## 지원

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

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

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://tierra-innovation.com/wordpress-cms/2009/10/09/wpdb-profiling/)