Opis
Allows you to examine every ElasticPress query running on any given request by adding an ElasticPress panel to Debug Bar and/or Query Monitor plugins.
Alternatively, go to ElasticPress > Query Log and set it to record ElasticPress queries.
Wymagania:
- ElasticPress 4.4.0+.
- Debug Bar 1.0+
- PHP 7.0+
Instalacja
- Zainstaluj ElasticPressa.
- Optionally install Debug Bar or Query Monitor.
- Zainstaluj wtyczkę w WordPressie.
Recenzje
Kontrybutorzy i deweloperzy
„ElasticPress Debugging Add-On” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniWtyczka „ElasticPress Debugging Add-On” została przetłumaczona na 1 język. Podziękuj tłumaczom za ich wkład.
Przetłumacz wtyczkę “ElasticPress Debugging Add-On” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
3.1.1 – 2024-12-11
Added:
- Display the number of queries in Query Monitor’s tab title. Props @felipeelia and @burhandodhy.
- ElasticPress as a plugin dependency. Props @jeffpaul.
Changed:
- More modern versions of GitHub Actions, node, and node packages. Props @felipeelia.
Fixed:
- Notices related to i18n calls. Props @felipeelia and @archon810.
- Use new plugin name in the admin notice. Props @burhandodhy.
3.1.0 – 2023-09-20
Added:
- New button to explain ES queries. Props @burhandodhy, @felipeelia, @MARQAS, and @brandwaffle.
- New button to Reload and retrieve raw ES document. Props @burhandodhy, @felipeelia, and @brandwaffle.
- Query types (and context when listing queries in the Query Log admin screen.) Props @felipeelia and @burhandodhy.
- Log query by context, status, and fixed time. Props @felipeelia.
- Official support to Query Monitor. Props @felipeelia.
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:
- Instructions with error code for failed queries. Props @MARQAS and @felipeelia.
- Buttons to copy or download all requests info. Props @MARQAS, @felipeelia, and @burhandodhy.
- Compatibility with the WordPress localization system. Props @burhandodhy and @felipeelia.
- SECURITY.md file. Props @felipeelia.
Changed:
- Set minimum requirement for PHP to 7.0 and ElasticPress to 4.4.0. Props @burhandodhy and @felipeelia.
- CSS and JS code lint by 10up toolkit. Props @burhandodhy.
Fixed:
- Unnecessary
stripslashes()
call when outputting JSON objects. Props @felipeelia, @goldenapples, and @mattonomics. - JS error on copy action. Props @burhandodhy.
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:
- Poprawka podatności XSS. Podziękowania dla @piotr-bajer oraz @felipeelia.
- Podniesienie
path-parse
z 1.0.6 do 1.0.7. Podziękowania dla @dependabot. - Podniesienie
minimist
z 1.2.5 do 1.2.6. Podziękowania dla @dependabot. - Podniesienie
ansi-regex
z 5.0.0 do 5.0.1. Podziękowania dla @dependabot.
2.1.0
Added:
- ElasticPress and Elasticsearch versions. Props to @oscarssanchez and @felipeelia.
- Log of bulk_index requests. Props @felipeelia.
- Warning when ElasticPress is indexing. Props @nathanielks and @felipeelia.
Changed:
- Only load CSS and JS files for logged-in users. Props @cbratschi and @felipeelia.
2.0.0
Wersja porzuca obsługę starszych wersji WordPress Core, ElasticPress i Debug Bar.
- Refaktoryzacja kodu. Podziękowania dla @felipeelia
- Naprawiono dzienniki zapytań w pulpicie EP @felipeelia
- Poprawiono literówkę z „clsas” na „class” w wynikach zapytania. Podziękowania dla @Rahmona
1.4
- Wsparcie dla ElasticPressa 3.0+
1.3
- Dodaj logowanie zapytań
1.2
- Pokaż błędy zapytań (np. limit czasu cURL)
- Dodaj ?explain do zapytania, czy parametr GET jest ustawiony?
1.1.1
- Pokaż treść zapytania tylko jeżeli istnieje
1.1
- Poprawiono formatowanie
- Pokaż oryginalne argumenty zapytania (EP 2.1+)
1.0
- Pierwsze wydanie