Will using more plugins in front end design of a web project affect its perfomance?

Hi there

I have a question that I am working on a web project and I have used many javaScript plugins to add more features on it.

My Question is
Is Adding more JS plugins effect overall perfomance as compare to when not using JS plugins?

More HTTP requests, means a more sluggish site.

It’s explained quite well in this article: Seven Mistakes That Make Websites Slow

Maybe you should consider adding a build step to your workflow that sees you concatenate and minify all your JS files? Something like Grunt is quite good for this.

Thanks
@pullo attched artcile really helpful

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.