Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress How to Make a Website with WordPress Plugin Best Practices Common WordPress Plugins

Elena Paraschiv
Elena Paraschiv
9,938 Points

Speed of site affected by plugins?

Is the speed of the website affected if there are too many plugins?

zeljko simic
zeljko simic
525 Points

It affects a lot. Websites that have more then 3 plugins activated are mostly marked RED by Google because they lack the optimisations necessery to run fast. To awoid that you can write your own integrated plugins (does not take much time) just for particular problem, and then use some bigger plugins that you find very important. Less your website depends on third party plugins, faster will run. To get ultimate speed write your own htaccess file for caching the files on your server, Google will mark you green.

2 Answers

Simon Duchaine
Simon Duchaine
14,441 Points

Yes, it may affect your website speed if you have too many plugins installed. If you have plugins that aren't active, I would advise you to delete them as they might slow down your site even if they are not active. You can also ask you if you need all of those plugins.

Also, it might be a good idea to use some kind of caching system such as W3Total cache or CDN like MaxCDN or Cloudflare. You can also compress your Javascript, HTML and CSS. W3Total Cache and Cloudflare does that.

Adrianne Padua
Adrianne Padua
7,506 Points

Some WordPress security websites, such as Wordfence, also has their own caching system, so it's a lifesaver and wouldn't need to install another plugin for caching alone.