Live data from Hacker News

Office is too slow, so Microsoft is making it load at Windows startup

pcworld.com

811–820 of 1001 posts

Re: Office is too slow, so Microsoft is making it load at Windows startup

#811

Earlier quoted context omitted.

Entire departments run on the "pivot table" button. Most companies have at least one person who needs some Excel feature that isn't available in the common alternatives. I've worked on software that communicated with other software using custom Excel spreadsheets exported by yet different software, modified by humans. Every stage of the process was specs-incompliant and was using edge case features, but this process…

> software that communicated with other software using custom Excel spreadsheets exported by yet different software, modified by humans This sums up my entire experience of "Enterprise applications".

For any modern SaaS to be enterprise grade, it has to have an excel export feature.

Re: Office is too slow, so Microsoft is making it load at Windows startup

#812

Earlier quoted context omitted.

It's crazy to me how because 1% of Excel users need pivot tables or something we're all stuck on it. LibreOffice is enough for the vast majority of use cases.

I tried using LibreOffice on Windows, and it was super slow and kept crashing. It is also so ugly & annoying to use that it must be intentional. I really don't understand how this market is dominated by an abusive platform(MS Office) & a broken POS(LibreOffice).

The only way for a competitor to have a chance at breaking in to the market, they need to be able to open any xls or xlsx file.

Re: Office is too slow, so Microsoft is making it load at Windows startup

#813
post #749
post #498

I recently discovered that Apple has something called "Pages" and "Numbers" - simple apps that serve as alternatives to Word and Excel. They're so straightforward and intuitive that they require no learning curve. They just work. It seems like things like this are no longer possible for Microsoft. They keep producing clunky tools which, although functional, always come with a horribly frustrating UX (as usual). I've…

I'm a Macbook user, but I often have screen sharing experiences with people using Windows laptops, god, it's painful watching them. Brand new, solid book with decent specs, only used for few months and everything is visibly very slow. Opening some documents and presentations while being on screen share takes minutes, file explorer lags, screen compositor lags. Notifications with weather, STOCKS info, murders and clic…

Sounds like an AVG problem, not a Windows problem.

Re: Office is too slow, so Microsoft is making it load at Windows startup

#814
post #384

Windows is bafflingly bad. It's gotten so much worse in the last four years, but it's always been bad. I've never gotten bluetooth to work correctly on Windows. Apps randomly crash. Three different versions of settings pages, and they crash. Snipping Tool only works half the time. I had to run a debloater on my system because searching for something in the Start Menu would never give me the results I wanted. Xbox ads…

> I had to run a debloater on my system

Hot take: your ""debloater"" screwed up your system.

I've had problems with Windows, but none of the ones you've described.

> For the average user this experience sucks. But for me, I'm okay.

I guess this describes my Windows experience. I _know_ some people have problems. I don't, because I guess either I got used to it or I know how to avoid it.

Re: Office is too slow, so Microsoft is making it load at Windows startup

#815

Earlier quoted context omitted.

I came here looking for this. It's an old idea, from the days when spinning rust was the limiting factor - precache the binaries. If you ever tried Office 97 on a PC of 10+ years later, it's amazing how fast and lightweight it was. Instant startup, super snappy. And those apps were not lacking in features. 95% of what you need out of a desktop word processor was in Word 97.

> from the days when spinning rust was the limiting factor How did we get back to this though? We have gigabytes/sec with NVMe and stupid fast CPU's with at least 4 cores in even low end models. Yet a text editor takes so long to load we need to load it up on boot... Such a frustrating field to work in.

I think people forget that some of this software may be relatively fast. The problem is, most corporate environments are loaded up with EDRs and other strange anti-malware software that impede quick startup or speedy library calls. I've seen a misconfigured Forcepoint EDR rule block a window for 5 seconds on copy and paste from Chrome to Word.

Another example: it takes ~2 seconds to run git on my work machine

    (Measure-Command { git status | Out-Null }).TotalSeconds
while running the same command on my personal Windows 11 virtual machine is near instant: ~0.1 seconds. Still slower than Linux, but not nearly as bad as my work machine.

Re: Office is too slow, so Microsoft is making it load at Windows startup

#816
post #384

Windows is bafflingly bad. It's gotten so much worse in the last four years, but it's always been bad. I've never gotten bluetooth to work correctly on Windows. Apps randomly crash. Three different versions of settings pages, and they crash. Snipping Tool only works half the time. I had to run a debloater on my system because searching for something in the Start Menu would never give me the results I wanted. Xbox ads…

this is like a word-for-word repeat of a comment that i've seen probably 1,000 times in my career. > never gotten bluetooth to work on windows I seriously doubt this. seriously. if true, it is a user problem, because i've never had an issue, nor has anyone I know. > apps randomly crash true of any operating system, also that's not what "randomly" means. you mean "unexpectedly" I think. > settings pages crash never ha…

THANK YOU.

Re: Office is too slow, so Microsoft is making it load at Windows startup

#817
post #126

As someone who programs embedded systems the bloat people have grown to accept in the userspace is utterly mindbogling to me. Sure it is a challenge to write performant code, I know that as well as any other embedded programmer, but my feeling is that in userspace or web programming most people have stopped even trying to be performant. They will give you paginated content with 10 items per page, items whose data mak…

I don't think many of us find it acceptable judging by the comments here. Programmers aren't the target audience though, the actual target audience probably has no idea how much faster these things can and should run.

Re: Office is too slow, so Microsoft is making it load at Windows startup

#818
post #748
post #746

Wow, this takes me back. I actually worked on Office performance many years ago. We did a lot of very clever stuff to improve the product, even to the point of optimizing the byte ordering on disk (spinning rust) so that the initial boot would be faster. That said, it always felt a bit like a losing battle. The goal was "make Office not get slower". It's very hard to convince app teams that their new shiny abstractio…

And if you try to bring up perf at any point during the design phase, people pull the ”Knuth said premature optimization is the root of all evil” card. As if you could design and build a Ford Pinto, then hotspot optimize it into a Saturn V

  > people pull the ”Knuth said premature optimization is the root of all evil” card.
Incredible how so many people misuse quotes and end up undermining the the whole point of the quote.

So for everyone that doesn't understand, here's the longer quote

  There is no doubt that the holy grail of efficiency leads to abuse. Programmers waste enormous amounts of time thinking about, or worrying about, the speed of noncritical parts of their programs, and these attempts at efficiency actually have a strong negative impact when debugging and maintenance are considered. We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.

  Yet we should not pass up our opportunities in that critical 3%. A good programmer will not be lulled into complacency by such reasoning, he will be wise to look carefully at the critical code; but only after that code has been identified.
Knuth said: "Get a profiler and make sure that you're optimizing the right thing"

It is incredible how this became "don't optimize".

  https://dl.acm.org/doi/10.1145/356635.356640
  (alt) https://sci-hub.se/10.1145/356635.356640

Re: Office is too slow, so Microsoft is making it load at Windows startup

#819

Earlier quoted context omitted.

> from the days when spinning rust was the limiting factor How did we get back to this though? We have gigabytes/sec with NVMe and stupid fast CPU's with at least 4 cores in even low end models. Yet a text editor takes so long to load we need to load it up on boot... Such a frustrating field to work in.

I think people forget that some of this software may be relatively fast. The problem is, most corporate environments are loaded up with EDRs and other strange anti-malware software that impede quick startup or speedy library calls. I've seen a misconfigured Forcepoint EDR rule block a window for 5 seconds on copy and paste from Chrome to Word. Another example: it takes ~2 seconds to run git on my work machine (Measur…

[deleted]

Re: Office is too slow, so Microsoft is making it load at Windows startup

#820
post #192

I use Office software at work daily and I don't understand how that piece of shit can be so fucking slow. It's a serious productivity sink too; I often procrastinate small tasks just because I know half of the time doing it is spent waiting for various part of the office to load and that is somehow very stressful. I realise it is not a huge amount of time per se, but the psychological effect of the piece of crap stop…

The Mac version is even worse.

Don't even get me started, it one of the many reason why I switched the job.
Post reply on HN