DEV Community

Discussion on: Top VS Code Extensions Every Developer Should Use 🛠

Collapse
 
robole profile image
Rob OLeary • Edited

I would be careful with Live Server. The performance of the extension is poor and slows down startup time of VS Code. I wrote about this topic in VS Code Performance – How to Optimize Visual Studio Code and Choose the "Best" Extensions if you'd like to know more. I was considering writing an alternative extension for this reason!

You can see the activation time highlighted below.

live server stats

Collapse
 
iamdarshshah profile image
Darsh Shah

Hey Rob,
Thanks for letting us know about the consequences. That article was really helpful. Let us know more about the alternate extension that you have mentioned. Will surely have a look at it.