Slow OpenOffice start and working

Issues with installing under all versions of MS Windows
Post Reply
KODON
Posts: 7
Joined: Tue Nov 27, 2007 11:49 pm

Slow OpenOffice start and working

Post by KODON »

I use OpenOffice 2.0.4. I was writing about speed issues in OOo 2 releases some months ago. However, the time of running application is still too long. :arrow: Perhaps, the latest version is even slower? I think OOo doesn't work on slow Java framework ported for C. :roll:

I'm going to give you some advices which can help to optimize OpenOffice.

1. Fonts.
It was one of the biggest problem with starting GIMP 2.2x. In 2.4x releases it creates cache file. I think OpenOffice has implemented font caching (if needed) and looks for new fonts very fast.

2. Optimization guides.
I like to make even micro-optimizatons in PHP. You can find much information about PHP scripts optimization. I believe that there are lots of articles about optimizing applications in C. Smile

3. RAM operations are viele much faster than disc operations.

4. Do not make so many copies of variables and not needed variables which can increase RAM usage.

5. Maybe some functions aren't always needed and should be loaded e.g. only with Calc, not Writer... or only in Impress, not in Calc, etc.?

6. Maybe operating systems provide faster functios of some actions (e.g. looking for files, disk operations) or OpenOffice can implement faster functions than in OS?


I believe optimizing it is possible. However, the responsibility time of OOo should be fixed too. :)

PS. "TOC and indexes" tool loads very long too...
User avatar
Hagar Delest
Moderator
Posts: 33394
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: Slow OpenOffice start and working

Post by Hagar Delest »

You should read that thread : Please read first the basic rules of the forum, especially first post.
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE Faye) and 24.8 portable on Windows 11.
Post Reply