I genuinely don't know if it was a bug or intentional behavior like TFA, but on the last win10 machine I used Edge would leave several of its background browser engine processes running indefinitely after the application was closed. Seems like they're just happy to let their users make unwitting sacrifices for their convenience of their devs.
I have a vague recollection of that being related to embedded browsers in apps, and I think it was related to performance not child processes for unknown client apps.
Office is too slow, so Microsoft is making it load at Windows startup
161–170 of 1001 posts
Re: Office is too slow, so Microsoft is making it load at Windows startup
#162Re: Office is too slow, so Microsoft is making it load at Windows startup
#163Between Office's increasingly bloated size, slow booting and super annoying CoPilot icon right where I'm working (which still can't be turned off in OneNote) - I'm on the edge of dumping Office. I pretty much only use OneNote and a little OneDrive (3% of the included storage plan) to sync files between machines and I run Word and Powerpoint less than a dozen times a year combined. Even as a paying customer, all the O…
Office 2003 still works absolutely fine and is free if you bought a licence some time in the past. It doesn't have the stupid ribbon or any other annoying new feature. I recently wrote a macro so that Word could call an AI API to do AI-assisted translation, works like a charm.
Re: Office is too slow, so Microsoft is making it load at Windows startup
#164It helped me ditch Windows completely because the start-up experience for Windows 11 was just atrocious even with the smart/cached shutdown thing they're doing (I forgot the official name for it). I'm glad to see even some (un)official confirmation from this article that hogging resources at start-up is pretty much best practice in Windows land.
In Linux land today, FF and Chrome (but Chrome especially) take ages to start-up at first but system boot is as smooth as can be expected.
I thought I've made myself immune to UI bloat because, like all true programmers, I do everything on the terminal (short of browsing the web, like TRUE programmers). Until I noticed that whenever I invoke my terminal, it takes ages for the prompt to even appear, not to mention accept keyboard input.
After much frustration, I figured out that the culprit is---drumroll---NodeJS. Don't quote me on this but I think Node brought Windows best practices into the Linux terminal.
Fortunately, Linux being Linux, I managed to patch my system such that Node doesn't actually do anything unless I invoke it myself. The downside is that I have an odd script every now and then that relies on Node and these scripts would fail if I run them without having ran `node` beforehand.
Re: Office is too slow, so Microsoft is making it load at Windows startup
#165Team X is responsible for feature Foo; feature Foo is slow; team X introduces Foo-preload, metrics go up, person responsible gets a bonus. Multiply that by tens (or even hundreds) of teams and your app startup (either on desktop or mobile) is now a bloated mess. Happened to Office, Facebook iOS and countless others. One solution is to treat startup cycles as a resource similar to e.g. size or backend servers.
Office codebase is soon going to probably be older than most people that work on it.
I don't have a good guess for the average age of software developers at Microsoft, but claude.ai guesses the average "around 33-38 years" and the median "around 35-36 years old".
Re: Office is too slow, so Microsoft is making it load at Windows startup
#166Between Office's increasingly bloated size, slow booting and super annoying CoPilot icon right where I'm working (which still can't be turned off in OneNote) - I'm on the edge of dumping Office. I pretty much only use OneNote and a little OneDrive (3% of the included storage plan) to sync files between machines and I run Word and Powerpoint less than a dozen times a year combined. Even as a paying customer, all the O…
Re: Office is too slow, so Microsoft is making it load at Windows startup
#167I still have an old laptop with a spinning disk, going almost 9 years now. It helped me ditch Windows completely because the start-up experience for Windows 11 was just atrocious even with the smart/cached shutdown thing they're doing (I forgot the official name for it). I'm glad to see even some (un)official confirmation from this article that hogging resources at start-up is pretty much best practice in Windows lan…
Re: Office is too slow, so Microsoft is making it load at Windows startup
#168Re: Office is too slow, so Microsoft is making it load at Windows startup
#169Granted, I don’t work in a corporate environment, so I’m free to choose my own tools. Living in Emacs is a blessing in today’s world of bloat, lack of control, short-lived cycles, and SaaS everything.
Re: Office is too slow, so Microsoft is making it load at Windows startup
#170Can't fix problems in a project? Increase the scope to make more problems elsewhere. Soon tentacles emerge, everything has problems, and your project doesn't look as relatively bad.