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

WP-Developer-Tools

外掛說明

A needed plugin to help developers optimize their installation of wordpress. plugins and themes.
This plugin is an ongoing effort to incorporate tools to help the developer.

The flagship tool to be incorporated first is a much needed PHP Profiler. Based on the open source code of the Quick PHP Profiler, as a nice but functional interface that helps to isolate the bootlenecks in your code. This code has been written to be safe for production deployment and can track issues such as database query time & results,page load time, variables, and a lot more.
Is you WordPress installation taking too long to load pages?

Are chasing bugs that you cannot find?

Do you want to satisfy your curiousity of the performance of your wordpress installation?

The WP-Developer-Tools is an ongoing collection of useful tools and components that assist the developer to fine tune and diagnose their wordpress installation. The first tool included is the migration of the PHP Quick Profiler (http://particletree.com/) to a WordPress plugin.

Using the WP-Developer-Tools PHP Quick Profiler, you will be able to see, in real time session information, load time, the database queries with the query time, the amount of memory used and the number of files loaded per page with their individual sizes.

An added feature, this plugin is designed to be safe for production as the WP-Developer-Tools PHP Quick Profiler is ONLY active when the Administrator is logged in and the session active. Once the Administrator losgs out, the WP-Developer-Tools PHP Quick Profiler will automatically turn off and disable.

The following publication, “WordPress High Availability: Configuration, Deployment, Maintenance Tips & Techniques” available on
Amazon at (https://www.amazon.com/dp/B00RAIMGAC) shows how to improved performance for high availability environments.

Credits

We make honorable mention to anyone who helps make this plugin better!

Contact

Support is provided at https://github.com/presspage2018/wp-developer-tools/issues. You will require a free account on github.com

Please contact presspage.entertainment@gmail.com or visit the above forum with questions, comments, or requests.

安裝方式

To instal this plugin, follow these steps:

  1. Download the plugin
  2. Extract the plugin to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. You are now ready to use the plugin. See the Admin page from Settings|WP Developer Tools.

常見問題集

Please do not be afraid of asking questions?

(There are no stupid or dumb questions!)

使用者評論

閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WP-Developer-Tools〉的開發相關工作。

參與者

將〈WP-Developer-Tools〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.1

  • Fixes: Methods with the same name as their class will not be constructors
  • Remove role_has_cap

1.1

  • Change to use MySQLi extension
  • Change user capability check for activate_plugins
  • Updates for WP 4.6

1.0.1

  • Updates for WP 4.3

1.0.0

  • Plugin created with PHP Quick Profiler migrated into the plugin