Page 1 of 1

very slow download rate for icons

PostPosted:Thu May 29, 2008 11:57 am
by oconesa
I have installed OpenKM + JBOSS + MODJK + APACHE2 + SSL and it works fine.
The only problem is the download of the little icons from es.git.openkm.frontend.Main/img/icon/loaded. They spend a lot of time downloading.

It is rare, because I can download and upload big files quickly (1 Mb).

Re:very slow download rate for icons

PostPosted:Thu May 29, 2008 3:54 pm
by pavila
Do you mean OpenKM application icons or icons stored in OpenKM repository? Perhaps you should check Apache/mod_jk configuration and look for errors/warnings in Apache logs.

Re:very slow download rate for icons

PostPosted:Thu May 29, 2008 4:19 pm
by oconesa
That\'s the problem. I haven\'t any error message neither in Apache/JK/SSL nor in JBOSS. The application run fine but the download of the application icons in /OpenKM.ear/OpenKM.war/es.git.openkm.frontend.Main/img/ too much time.

any idea?

Re:very slow download rate for icons

PostPosted:Fri May 30, 2008 12:25 pm
by pavila
No, Perhaps Josep can helps you because he is the main frontend developer.

Re:very slow download rate for icons

PostPosted:Fri May 30, 2008 4:09 pm
by oconesa
IMHO, even with the default configuration (OpenKM-2.0_JBoss-4.2.2.GA.zip), the OpenKM application is a little slow mounting the framework and the windows of the user view. It spends some seconds downloading the icons and the images.

I was investigating the problem and I think that there is a problem with the GTW performance.

I have tried to put apache2/JK and some modules like mod_cache, mod_expire and mod_deflate but I cannot improve the performance.

Re:very slow download rate for icons

PostPosted:Fri May 30, 2008 5:39 pm
by jllort
We\'ll I don\'t know what could cause the problem, on main openkm html we\'ve included some tags to prevent cache problems ( to prevent some cache problems between version changing on some clients, of course our developer friendly Internet Explorer )

<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />
<meta http-equiv=\"Pragma\" content=\"no-cache\" />
<meta http-equiv=\"Expires\" content=\"0\" />

You could try to remove it and see what happens it\'s the only strange idea I can suggest you, because really img are stored in tipical server path there\'s nothing strange on it.

Which browser you\'re using ? Internet Explorer is so much slowers than firefox for example and image charging is more slowest ( you use it or occurs with the both browser clients ).