Speed up loading speed for Openoffice
Author: admin Posted in October 21, 2007Do you feel Openoffice’s loading speed is slow?Especially for running it on a not very sharp computer.There is way can speed up its loading:~
1, Open the Openoffice Writer.
2, Select menu: Tools->Options,the you will see a dialogue box.
3, Click the option “memory”,and change the parameters as below :
Undo->Number of steps:20-30;
Graphic cache->Use for Openoffice: 70-128MB;
->Memory per Object: 20.0MB;
Cache for inserted objects ->Number of object:20;
Openoffice.org Quitstarter ->Enable systray Quitstarter:ticked ;
4, Select Tools->Options->Java
Don’t use Java environment,please just un-tick the check box.
OK,please click the “OK” button and then restart openoffice,you will see the change.
October 30th, 2008 at 12:54 am
i suggest a real method to increase performance of OpenOffice. the only way out is DOCK TO TRAY. by using kdocker or alltray.
but there is a difficulty. in manual mode (when you by using mouse indicates window) kdocker succesfully kick openoffice window to tray, but through command line it did not work by default. the solution is to define window ID of opened OpenOffice window and transfer it to kdocker.
here is script that you need put in $HOME/.kde/Autostart/office-to-tray.sh
#!/bin/bash
/opt/openoffice.org2.4/program/scalc -norestore &
sleep 15
/usr/local/bin/kdocker -w `/usr/X11R6/bin/xwininfo -root -children -tree | /bin/grep “OpenOffice.org Calc” | awk ‘{ print $1 }’` &
/opt/openoffice.org2.4/program/swriter -norestore $HOME/.1.doc
sleep 5
/usr/local/bin/kdocker -w `/usr/X11R6/bin/xwininfo -root -children -tree | /bin/grep “.1 - OpenOffice.org Writer” | awk ‘{ print $1 }’` &
and you need put small simple .1.doc file to $HOME.
the result: celeron 1800,512Mb,FC4,KDE , xls file 450kb open for 5 seconds!
and if use icewm even 4 seconds:)