Title: Simple Debug
Author: ChrisHurst
Published: <strong>2012 年 11 月 2 日</strong>
Last modified: 2013 年 1 月 11 日

---

搜尋外掛

![](https://ps.w.org/simple-debug/assets/banner-772x250.jpg?rev=620542)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

# Simple Debug

 由 [ChrisHurst](https://profiles.wordpress.org/chrishurst/) 開發

[下載](https://downloads.wordpress.org/plugin/simple-debug.1.5.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/simple-debug/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/simple-debug/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/simple-debug/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/simple-debug/#developers)

 [技術支援](https://wordpress.org/support/plugin/simple-debug/)

## 外掛說明

Simple Debug Plugin for WordPress analyzes the performance of your WordPress website
and shows you the slowest performing functions.
 Also has the ability to display
other useful information such as error log, PHP.ini variables, and DB performance
varbailes. MySQL Database Optimization tool is also included. You can also enable
and view the debug.log with no editing of wp-config.php file necessary!

Developer Website: http://MyWebsiteAdvisor.com/

Plugin Page: http://MyWebsiteAdvisor.com/tools/wordpress-plugins/simple-debug/

Video Tutorial: http://mywebsiteadvisor.com/learning/video-tutorials/simple-debug-
tutorial/

We are looking for testimonials and live examples of our plugins on your website!

Please submit your website or testimonial here: http://MyWebsiteAdvisor.com/testimonials/
If we choose your testimonial or website we can link to your site and generate some
free traffic for you!

Requirements:

 * PHP 5.3

To-do:

## 螢幕擷圖

[⌊This website is badly in need of optimization, one function call takes almost 
10 seconds!⌉⌊This website is badly in need of optimization, one function call takes
almost 10 seconds!⌉[

This website is badly in need of optimization, one function call takes almost 10
seconds!

[⌊After using the plugin to locate the slow function, our developers have resolved
the issue, now the site loads in under one second!⌉⌊After using the plugin to locate
the slow function, our developers have resolved the issue, now the site loads in
under one second!⌉[

After using the plugin to locate the slow function, our developers have resolved
the issue, now the site loads in under one second!

[⌊Plugin settings screen⌉⌊Plugin settings screen⌉[

Plugin settings screen

[⌊Example output for the display error log function⌉⌊Example output for the display
error log function⌉[

Example output for the display error log function

[⌊Example output for the display PHP.ini variables function⌉⌊Example output for 
the display PHP.ini variables function⌉[

Example output for the display PHP.ini variables function

[⌊Example output for the optimize DB function⌉⌊Example output for the optimize DB
function⌉[

Example output for the optimize DB function

[⌊Example output for the display MySQL DB performance variables function.⌉⌊Example
output for the display MySQL DB performance variables function.⌉[

Example output for the display MySQL DB performance variables function.

## 安裝方式

 1. Upload `simple-debug/` to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to Simple Debug Plugin settings and enable Simple Debug Plugin.

## 常見問題集

  Plugin doesn’t work …

Please specify as much information as you can to help us debug the problem.
 Check
in your error.log if you can. Please send screenshots as well as a detailed description
of the problem.

Developer Website: http://MyWebsiteAdvisor.com/

Plugin Page: http://MyWebsiteAdvisor.com/tools/wordpress-plugins/simple-debug/

Video Tutorial: http://mywebsiteadvisor.com/learning/video-tutorials/simple-debug-
tutorial/

We are looking for testimonials and live examples of our plugins on your website!

Please submit your website or testimonial here: http://MyWebsiteAdvisor.com/testimonials/
If we choose your testimonial or website we can link to your site and generate some
free traffic for you!

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Simple Debug〉的開發相關工作。

參與者

 *   [ ChrisHurst ](https://profiles.wordpress.org/chrishurst/)
 *   [ MyWebsiteAdvisor ](https://profiles.wordpress.org/mywebsiteadvisor/)

[將〈Simple Debug〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/simple-debug)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/simple-debug/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/simple-debug/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/simple-debug/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/simple-debug/)。

## 變更記錄

#### 1.5

 * updated plugin to use WordPress settings API
 * consolidated the plugin settings so they are all stored in one main setting, 
   rather than individual settings in wp-options table
 * updated plugin settings page with tabs, rather than scrolling down the page
 * reorgainzed entire plugin file layout

#### 1.4.5

 * added label elements around checkboxes to make the label text clickable.

#### 1.4.4

 * added function exists check for the sys_getloadavg function so it does not cause
   fatal errors on MS Windows Servers
 * added check to see if debug log is enabled before displaying link to debug log
   screen.

#### 1.4.3

 * fixed plugin settings screen

#### 1.4.2

 * fixed debug log screen

#### 1.4.1

 * fixed plugin loader

#### 1.4

 * added a session_start in the plugin loader, the plugin uses session to track 
   and log function execution time.
 * added debug.log system without needing to edit wp-config.php!
 * updated readme file
 * updated plugin settings page to display better on smaller screens

#### 1.3

 * added check for PHP 5.3 or greater due to the use of anonymous php functions.
 * updated readme file

#### 1.2.3

 * fixed improper opening php tag

#### 1.2.2

 * Added link to rate and review this plugin on WordPress.org.

#### 1.2.1

 * updated plugin activation php version check which was causing out of place errors.

#### 1.2

 * Added phpinfo display function
 * Added contextual help menu with Plufin FAQ’s and Support Link

#### 1.1

 * added error log display function
 * added display PHP.ini variables function
 * added DB optimization function
 * added DB performance analysis tools

#### 1.0

 * Initial release

## 中繼資料

 *  版本 **1.5**
 *  最後更新 **13 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 2.9 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.5.2**
 *  語言
 * [English (US)](https://wordpress.org/plugins/simple-debug/)
 * 標籤:
 * [admin](https://tw.wordpress.org/plugins/tags/admin/)[debug](https://tw.wordpress.org/plugins/tags/debug/)
   [performance](https://tw.wordpress.org/plugins/tags/performance/)[Plugin](https://tw.wordpress.org/plugins/tags/plugin/)
   [profiling](https://tw.wordpress.org/plugins/tags/profiling/)
 *  [進階檢視](https://tw.wordpress.org/plugins/simple-debug/advanced/)

## 評分

 3 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/simple-debug/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/simple-debug/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/simple-debug/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/simple-debug/reviews/?filter=2)
 *  [  1 個 1 星使用者評論     ](https://wordpress.org/support/plugin/simple-debug/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/simple-debug/reviews/)

## 參與者

 *   [ ChrisHurst ](https://profiles.wordpress.org/chrishurst/)
 *   [ MyWebsiteAdvisor ](https://profiles.wordpress.org/mywebsiteadvisor/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/simple-debug/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://MyWebsiteAdvisor.com/donations)