How to Check if your WordPress Site is Loading Multiple jQuery Scripts

Do you need a temp WordPress site? Test it now!

Sharing is caring!

The very first step is to open the page source by doing right click and then View Page Source.

Then search for jquery.js or most likely jquery.min.js. The browser will tell you how many times the keyword was found on that page. The jQuery version that ships with WordPress will be loaded from /wp-includes/ folder and will be followed by a version parameter which is usually the WordPress version.

/wp-includes/js/jquery/jquery.min.js?ver=6.5.1

If there are multiple jquery versions the other ones are probably loaded from a CDN (Content Delivery Network).

https://code.jquery.com/jquery-3.7.1.min.js
https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js

Sharing is caring!

Do you need a temp WordPress site? Test it now!
This code shared in this post/site is provided "AS IS" without any warranties or guarantees of any kind. The authors and distributors of this code cannot be held responsible for any damage, data loss, or other issues that may arise from its use. It is strongly recommended that you test this code in a staging environment before deploying it to a live site. Always ensure you have proper backups and understand the implications of running this code on your WordPress installation. Use at your own risk.

Leave a Comment

Your email address will not be published. Required fields are marked *