[wp-trac] [WordPress Trac] #53057: Added AJAX_DEBUG Constant for better ajax debugging
WordPress Trac
noreply at wordpress.org
Mon Apr 19 06:45:00 UTC 2021
#53057: Added AJAX_DEBUG Constant for better ajax debugging
---------------------------+-----------------------------
Reporter: parroty | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: accessibility |
---------------------------+-----------------------------
AJAX_DEBUG = true will added action as url parameter debug=AJAX_ACTION.
This will help developers to filter out the ajax requests from Browser
Developer Tools Network tab, without having to click every ajax request to
check what it is for.
Its been bothering me a lot and i think it bothered lot or other
developers too. for every ajax call I have to click on each request ( in
case there are multiple network request listed ) and have to check the
request data or the request parameters to figure out which is my request.
This will help developers to just use search filter from network tab for
filtering out their own request or any other request he/she want to check.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53057>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list