This is highly contextual. For blank WP site out of the box that would be a lot. For heavy site with multiple plugins (which you do seem to run quite a few of) this might be what it takes.
In general the SQL query is retrieval of data from database. Deciding between “many” or “not many” is more precisely answering questions of:
- is data that is not needed being retrieved?
- can data needed be retrieved in more efficient ways (in bulk with less queries)?
- can part of data be made less needed (with caching for example) and does anything prevent that from being implemented or working as intended if it’s already is?
Related Posts:
- “Add Media” button in custom plugin
- Disabled plugins are they security holes – rumor or reality?
- How to implement WordPress plugin update that modifies the database?
- Looking for a Table of Contents (TOC) plugin for WordPress
- Writing test cases for a WordPress Plugin that has translations
- Can’t install new plugins because of the error “Could not create directory”
- Customize plugin update “new version is available” text
- Core framework/helpers for logging stuff?
- Disable Specific Widgets on Selected Pages of a WordPress Website?
- How to handel multiple checkbox field in the admin settings page with Settings API
- Are orders of magnitude used for “Active Installs”?
- To remove plugin notices for non-admin users
- Loading shortcode with ajax
- Files being generated in multiple directories supposedly by WordPress (advanced_settings.php and common_config.php)
- WordPress wp-json API – Custom Post Type returns 403
- Creating Custom Meta Boxes on Plugin Option Page
- Is there a plugin that allows a user of your site to get an email from you with an attachment?
- An old plugin self-made stoped sending mail
- Nested shortcodes
- Is there a plugin that makes extnernal links open in new window, BUT [closed]
- Is there a neater way to do this?
- How can I use RDFa with WordPress?
- plugings request url is the old url
- Authorization header malformed. [jwt_auth_bad_auth_header]
- Changing image size to full size in Gutenberg’s block gallery
- Unable to activate wordpress importer after installing it
- Trying to count the total number of paragraphs inside a blog article
- Saving Custom Post types and fields to a custom table
- How to Create a Custom Plugin Permalink
- Inserting HTML tag with ACF into shortcode
- Loading jQuery UI in the head
- WordPress JSON API remove posts from a specific category
- How can I get automatically anchors for every h2-heading?
- How to delete page by deactivating plugin
- Trouble with plugin styles in admin area of WordPress
- How to edit content before post update
- Remove product-category slug plugin works with 1 subcategroy not with 2
- Install and activate plugins across 200 wordpress installations via SSH
- How can I add few css or js file into my plugin
- Magic Fields gives error File ___ doesn’t exist?
- Adding (image) caching to my Tumblr widget
- Cart66 localization hardcode strings [closed]
- do_action Nested List
- Is it safe to use admin-ajax.php in the frontend?
- wp-load.php redeclares classes
- Where should custom post types be registered in a plugin?
- plugins not working in custom theme
- Sucuri SiteCheck failing on domain with iThemes Security Pro plugin
- plugin uninstall function drop the tables, but shows errors on admin
- How to use template inside plugin shortcode with variables for big HTML code
- Woocommerce – WordPress Roles & Capabilities
- Changing location of “About me” section
- Showing the results of a search (made through a 3rd party search provider) inside an article
- Do rewrites added with add_rewrite_rule() persist after plugin deletion?
- Dynamic Rating Plugin to Add Anywhere
- How can i find the cron jobs that run on my site and then move them to the server side?
- Why does “updated_post_meta” did not fire when uploading media other than image?
- Use a custom block in another block
- Hide fields in woocommerce settings
- Help with autofilling field
- I/O Usage goes max. just after every new post published and WP site down
- How to copy the all WordPress media items to another custom plugin folder?
- Bulk Edit Media Library alt, caption, image names
- WordPress is redirecting me to homepage
- See which user role / capability is needed to use a plugin
- Moving a few select DB tables to a new WP instance
- Custom REST API POST Endpoint Not Working, 404 Error
- Error messages in Multilingual part of the site
- “Fire Secure” menu item
- WordPress how do I change images used in plugins?
- Admin login substantially slower on production server
- Can we rename a plugin directory for a already launched plugin?
- Admin Custom Login loses settings on Code and Data migration
- custom REST endpoint not passing body of POST request to callback
- Admin page and admin menu. Permissions plugin
- function of parent not working in childtheme
- WordPress core update fails – no issues with plugin updates
- How to create a new database table whenever user changes options
- Am I correctly adding styles to plugin?
- How to hook into search results template or query?
- How to redirect from plugin page
- Can’t redirect to previous page after using GET
- Why function hooked using object are executing at all time?
- What is the Object for WP_Error Class?
- Which part of the plugin to change so the updater won’t register the next version?
- Hide/Show panel not showing – ACF
- How do I locate specific file in a post that affects ssl?
- How to make only selected posts appear on a selected wordpress page
- Publishing tweets from wordpress [closed]
- WordPress Plugins Error
- Any way to hook into WP after a page displays?
- selecting options from another form
- How to remove . (several lines of customized programming code appear here) from wordpress pages
- Translate text for empty product
- WordPress Smart Iframe Browser [closed]
- Update post meta Rest Api
- cURL External API request displays content above other content on page
- A way to upload old html pages with all its assets via WordPress admin and to add a fixed menu on top of those (a la Wayback Machine)
- Problem moving to category posts page
- admin_enqueue_scripts using hook_suffix vs GET page