Mô tả
Adds an ElasticPress panel to the Debug Bar plugin. Allows you to examine every ElasticPress query running on any given request.
Requirements:
- ElasticPress 3.0+
- Debug Bar 1.0+
- PHP 5.4+
Cài đặt
- Install ElasticPress.
- Install Debug Bar.
- Install the plugin in WordPress.
Đánh giá
Người đóng góp & Lập trình viên
“Debug Bar ElasticPress” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Debug Bar ElasticPress” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
2.1.0
Added:
* ElasticPress and Elasticsearch versions. Props to @oscarssanchez and @felipeelia via #43
* Log of bulk_index requests. Props @felipeelia via #44
* Warning when ElasticPress is indexing. Props @nathanielks and @felipeelia via #45
Changed:
* Only load CSS and JS files for logged-in users. Props @cbratschi and @felipeelia via #47
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