Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Then maybe its time to not use.chrome and invest in a better PC.
On none of my PCs ive noticed a difference between win and linux for vs code.
Both run within half a second. -
@Codex404 Well you're right at the part that I need better PC but I can't do that right now that's why trying to find better alternatives.
-
C0D4681386yAll I’m seeing here is more ram needed.
You could swap chrome for Firefox but that won’t save you to much.
VsCode, if you remove unused plugins or actually take a look at what plugins you could go without, you could shave some resources there.
But at the end of the day your in a high resource environment due to node, browsers, and the application your building will take its fair share as well. -
Use something other than chrome or at least control your tabs don't open alot
As for opening time on Linux I can't tell specs do play their role
But if you are limited in ram and can't increase Linux will for sure less than windows that should help -
I would recommend you to get a SSD first. If you are using any Electron based editor or Java based IDE, you definitely should switch to SSD. Minimum 8GB RAM, if you have only couple of tabs open in Chrome while developing, otherwise add more RAM.
-
@C0D4 I've 8GB ram but still using HDD. I've had Azure MongoDB plugin which took sometime to load. Removing that helped a bit. Using Firefox doesn't help much :( I guess I'll buy a SSD first.
-
@AnonymousDev I've already have 8GB ram but it's still a HDD. Will buy a SSD soon. It's bit costly though.
-
C0D4681386y@shahidcodes if you can slap another 8GB in or even 4GB of RAM in, you’ll see benefits and will probably cost less then an SSD.
An SSD will speed up the read/write times but won’t fix the lack of memory this setup wants. -
@Codex404 @C0D4 @gitpush @svgPhoenix @FrodoSwaggins @AnonymousDev Thank you all for suggestions. I hope adding SSD will help.
-
@C0D4 Yeah but still the problem is with startup time. After that everything works smoothly. So do you think ram alone will help?
-
@C0D4 I think around 1GB remains free after I started everything so I think out of 7(+1GB OS Reserved), 6GB is used.
-
@shahidcodes SSD will help for sure but ram also play it's role
And don't buy cheap SSD go with Samsung Evo, I know it's expensive but on my laptop it is much faster than that lame Kingston I have at work, my Ubuntu VM runs faster than Ubuntu at work installed on ssd -
C0D4681386y
-
@C0D4 Yup I wish Chrome/Firefox had everything from editor to running everything else in it. CloudIDE is probably good option too. Have you checked coder.com ?
-
C0D4681386y@shahidcodes I don’t think I can handle chromes ram usage if it did everything 😂
You might find MovaXterm interesting if you’re after an AIO
https://mobaxterm.mobatek.net/
CloudIdE isn’t to bad but I’m not a fan of cloud editors personally.
I use to use CodeAnywhere for a while. -
@C0D4 thanks for sharing mobax. I've been looking something like for mounting SFTP and editing easily.
-
@shahidcodes You can buy a less storage size SSD depending on your requirement just to put your OS and dev environment. I got a 128GB one, which does the job for me.
To improve performance you can whitelist you code folders in your antivirus software. Depending on your antivirus software you can just whitelist your code from realtime checking. -
@AnonymousDev unfortunately my laptop doesn't have a cd drive. So buying one with lesser storage is not an option.
-
@AnonymousDev whitelisting might help. I don't use any antivirus just windows defender/security.
-
It just occurred to me that if you're using an ad-blocking extension that isn't uBlock origin, you should swap. It uses a lot less RAM & CPU than the other options
Related Rants
How fast is vscode in Linux? I'm irritated with time it takes to start my complete dev environment in windows.?
nodejs + mongodb + vscode + chrome + studio3t
So you see I've to start 2 electron based apps and chrome. Node js takes its fare time to start the first script.
question
mongodb
chrome
nodejs
vscode