• Resolved James Monroe

    (@jhmonroe)


    Is there a way to view this or track requests in the Site Editor? It only seems to work/appear on old-style WP admin pages

    The plugins repository page says support for Full Site Editing but I find nothing in the docs when searching for FSE, Full Site Editing, Gutenberg, or Site Editor…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    There’s currently no way to view QM data in the Site Editor itself (for a few reasons, including the fact that it’s mostly an SPA, the admin toolbar is hidden, and most performance concerns happen in its REST API requests). That might change in the future but it’s definitely not a priority for me.

    What QM does fully support is showing debugging info when you view pages that you’ve built with the site editor.

    Thread Starter James Monroe

    (@jhmonroe)

    If you’re moving into modern WP (FSE etc) you may want to be aware of some issues that the Site Editor in particular has and how Query Monitor might help surface these:

    My original Woo ticket re: exceeding host’s “program executions”: github.com/woocommerce/woocommerce/issues/60795
    (they did not believe me at first, and then once they saw the problem, Woo limited the number of requests but it still is too high on a site with more than one template. I even disabled Heartbeat API at the host’s suggestion. But Woo is still causing way too many requests/program executions [10x Siteground’s limit, which is a highly rated host!].

    Someone else noted this issue and was also brushed aside by engineer as it being a low priority issue: github.com/woocommerce/woocommerce/issues/60393

    Gutenberg team noted similar issue with the Gallery block as well and addressed it: github.com/WordPress/gutenberg/issues/10994

    Controls were added in Gutenberg to disable the preview entirely because of related issues of so many requests in the Site Editor: github.com/WordPress/gutenberg/pull/71972

    Pressable (by Automattic) even noted similar issues and workarounds: pressable.com/knowledgebase/understanding-and-troubleshooting-admin-ajax-php-in-wordpress/

    Thread Starter James Monroe

    (@jhmonroe)

    You may also be interested in how the plugin NOTED! handled this. Similar to QM it appears in the wp-admin toolbar up top, but inside Gutenberg it is under the three-dot dropdown on upper right since the top toolbar disappears

    https://wordpress.org/plugins/noted/

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.