It turns out Query Monitor is, in fact, present in Customizer view. For some reason, I never once scrolled down to the bottom (or just didn’t pay attention). Just the debug/admin bar is not visible.
Also, you can do this to get the admin bar in theme customizer:
add_filter('show_admin_bar', '__return_true');
Another useful tool is WP Customizer Dev Tools (at this writing, it’s only upgraded for up to WP 4.9 on the Git branch. The wordpress.org plugin is outdated)
Keep in mind, Debug Bar and Query Monitor especially can slow down the Theme Customizer tremendously.
Related Posts:
- How do I get a parent theme modification from a child theme?
- Alignment Problem [closed]
- Avada Child Theme Development
- Questions from a new WP Dev [closed]
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- Duplicate child theme incl. design changes
- How to customize the colors within a stylesheet using a WordPress setting
- How do I remove a pre-existing customizer setting?
- Custom Image section in Customizer
- Child Theme vs Duplicate Theme Renamed
- Allow Shortcode in Theme Customizer
- Theme Customizer – Nested Sections?
- Adding Action Hooks In Parent Theme For Easier Child Theme Customization
- Add colors to existing color palette without replacing it
- How do I get my child-theme to work with my theme’s includes folder?
- How to remove menus section from WordPress theme customizer
- Checking if there is an Image inserted – if not don’t display anything
- When developing a distributable Theme, does it HAVE to be “inheritable”?
- De-registering parent style sheet css recommended?
- Default header image does not display
- Responsive Images – Generating multiple images from Theme Customizer control upload?
- Can a child theme based on Starker theme be released as free to use theme for public use?
- Modify the Additional CSS section (adding a disclaimer)
- Changing order title and featured image in blog post (Astra theme)
- wordpress custom theme import and export options for sample data [closed]
- How to hook CSS file according to theme selection in the customizer section
- how can I remove the sidebar from my wp homepage [closed]
- Unhook action from child theme
- Does any theme support child theme?
- WordPress not registering Theme Customization Section
- How to remove a file included in parent theme with locate_template() via child theme?
- Can’t override template file in child theme
- WP Customize refresh problem
- Override template file i subfolders
- Hide header texts (Title & Tagline) in custom-header.php
- get_option in header.php not returning value from customizer
- What happens to child theme if I change to new version of parent theme?
- Include Parent functions.php in Child Theme functions.php
- Internal error 500 accessing Theme > Customize
- JavaScript stops working on selectively refreshed sections one inside the other
- Why is it needed to enqueue parent stylesheet in child theme?
- Folder name for a pro version of a WordPress.org theme?
- Display theme layouts [closed]
- Customizer: save setting/control content to post/page
- Using WordPress’ Theme Customizer to select page templates that update layout in the preview
- Is accessing theme and using customizer GPL distribution?
- How to disable wordpress from overload my stylesheet styles with customizer styles
- How to enqueue javascript for WP Customize options sidebar?
- Is it possible to make *.js and folders visible in theme-editor
- filemtime(): stat failed warning within a child theme
- How can I override a require() used in functions.php of parent theme to my child theme
- Change WordPress header color using customizer
- Default Text not showing from customizer
- Derive child theme from separate theme
- Is there any way to register custom background images like header images?
- Using a starter theme vs starter theme with child theme
- How to transfer one domain to another domain without losing theme options (customizer)?
- How to create and populate with few links a menu in child theme functions.php?
- Create a child theme from multiple themes
- Theme Customizer not displaying saved values in wp_head (CSS)
- How to allow certain PHP functions when using sanitize_callback in the word press customizer
- Customizer Color Control Not Working
- where is real values of variables?
- How to allow users to create their own website within my domain? [closed]
- Theme customizer – can’t add section/settings
- Do I need to re-import Susy to work with it in a child theme? [closed]
- Editing my theme to try to place the default header at the top of the page breaks the rest of the page content
- What might cause a featured image not to display?
- Need advice on theme customizer and child themes
- Converting a theme to a child theme in a network
- Understrap-child conditional js script
- How to add wysiwyg editor in customize screen using customize_register
- How to register dynamic settings in WordPress Customizer?
- How to copy page/post from one theme to another?
- How to change listing type permlink?
- In wordpress customizer div still showing even if I hid it with javascript
- Why front-page.php doesn’t show content of file instead shows loop
- Why does wp_customizer default values do not apply when theme is installed for the first time?
- Theme functions don’t work as expected in partial included via get_template_part() after custom query using Ajax [duplicate]
- How can I access variables from theme in child theme? [closed]
- How to display home page last modified date in anywhere of wordpress theme?
- How Do I Create a WordPress Demo Site with Limited Admin Access
- Fatal error: Class WP_Customize_Image_Control not found
- What is difference between add_theme_support and Theme Customization API?
- Child theme menu not appearing in Twenty Seventeen
- Edit Product Archive design for Woo theme
- How can I fix my theme header for my CSS stylesheet?
- How do I remove header/page-title image in farvis theme? [closed]
- How to show Custom Field Value in Woocommerce Shop Page
- How to connect two child themes on different sub domains to the same base theme
- How to create multiple customizer controls in one control
- WordPress Customization API overwrite LESS variable
- How to migrate the menu from the site on my own theme in WordPress?
- Extending arrays in parent theme without completely overriding the files
- WordPress theme Modifications not showing up on live server
- add_action works outside condition but not inside it
- Global Navigation menu in diiferrent wordpress setups
- Should I create a child theme for a parent custom theme? [closed]
- How to make a multilingual wordpress site to be translated one-to-one without much effort and without using translate?
- My theme is full of error messages in the “Customize” screen, but nowhere else