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

JavaScript

how many jquery plugins is too much?

generally after how many will a website start to slow down/become laggy?

1 Answer

rydavim
rydavim
18,813 Points

There isn't really a good answer to your question. It's going to depend heavily on how resource intensive the particular plugins you're using are.

It's also worth keeping in mind that plugins sometimes don't work well with each other. It will get increasingly difficult to track down bad interactions the more plugins you use.

When you're not sure, testing is the way to go. Check your site's performance on various browsers and devices if possible. Don't forget to test it on phones and tablets if you have them available!

i see thanks