ElasticPress Debugging Add-On

外掛說明

Adds an ElasticPress panel to Debug Bar and/or Query Monitor plugins. Allows you to examine every ElasticPress query running on any given request.

Requirements:

安裝方式

  1. Install ElasticPress.
  2. Install Debug Bar.
  3. Install the plugin in WordPress.

使用者評論

閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈ElasticPress Debugging Add-On〉的開發相關工作。

參與者

〈ElasticPress Debugging Add-On〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈ElasticPress Debugging Add-On〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

3.1.0 – 2023-09-20

Added:

Security:

  • Bumped tough-cookie from 4.1.2 to 4.1.3. Props @dependabot.
  • Bumped word-wrap from 1.2.3 to 1.2.4. Props @dependabot.

3.0.0 – 2023-03-23

This release drops the support for older versions of ElasticPress and PHP.

Added:

Changed:

Fixed:

Security:

  • Bumped minimatch from 3.0.4 to 3.1.2. Props @dependabot.
  • Bumped json5 from 2.2.0 to 2.2.3. Props @dependabot.
  • Bumped webpack from 5.75.0 to 5.76.2. Props @dependabot.

2.1.1 – 2022-08-04

Security:

2.1.0

Added:

Changed:

2.0.0

This release drops the support for older versions of WordPress Core, ElasticPress and Debug Bar.

  • Code refactoring. Props @felipeelia
  • Fixed Query Logs in EP Dashboard @felipeelia
  • Fixed typo from “clsas” to “class” in the query output. Props @Rahmon

1.4

  • Support ElasticPress 3.0+

1.3

  • Add query log

1.2

  • Show query errors (i.e. cURL timeout)
  • Add ?explain to query if GET param is set

1.1.1

  • Only show query body if it exits

1.1

  • Improve formatting
  • Show original query args (EP 2.1+)

1.0

  • Initial release