Major performance issues
-
Hi,
In the Google Search Console all my pages have been flagged as slow.
When analyzing the page speed with https://www.gtmetrix.com (via the waterfall tab) I noticed one specific, slow URL getting loaded:
https://www.site.com/wp-json/wp/v2/
To figure out which plugin was causing this I turned off all WP plugins and re-enabled one by one while running a test on Gtmetrix.com each time. When re-enabling the Chatbot with IBM Watson plugin the page loading time went from 0.8s to 1.6s and the number of requests from 23 to 30.
The following 7 additional requests are being made when the plugin gets enabled, even on pages where the chatbot is not being displayed:
https://www.site.com/wp-includes/js/jquery/jquery.js https://www.site.com/wp-includes/js/jquery/jquery-migrate.min.js https://www.site.com/wp-includes/js/underscore.min.js https://www.site.com/wp-includes/js/backbone.min.js https://www.site.com/wp-includes/js/api-request.min.js https://www.site.com/wp-includes/js/wp-api.min.js https://www.site.com/wp-json/wp/v2/
Questions:
1) Do they all have to be loaded for the chatbot to work? Any chance to improve the page speed? As of know the plugin is a huge performance hog. Especially the loading of https://www.site.com/wp-json/wp/v2/ slows the page down.
2) How can I make the necessary resources load only on pages where the chatbot is being displayed via shortcode?
Thanks
- The topic ‘Major performance issues’ is closed to new replies.