Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
505 views
in Q2A Core by
My web hosting provider is telling me i am using too many plugins and that's why my website is too slow. Does that make sense ?
Q2A version: 1.72

3 Answers

+2 votes
by
Obviously yes!

Plugins which have to be loaded with every page of your website, need database access, need more number of http requess and/or are not well written will definitely slow down your website.

Plugins which comes with the official version are generally checked thouroghly before they are bundeled with the setup. If you are using many third party/old plugins you can disable/delete it to see the difference yourself.
+1 vote
by
It depends on what the plugin does. If the plugin queries the huge tables and consumes more io operations definitely slow down the website. If the plugin is optimized correctly there wont be any harm.
+2 votes
by
Absolutely. There are many non-optimized plugins out there.

Tip: Enable debugging (see DEBUG_ flag in qa-config.php) and see the new field on the bottom of your website. This holds all queries with time execution in ms. Then you can see where the most load happens. Extremely helpful.
...