Fórum

The portal is slow (very few users)

Peter Hellstrand, modificado 11 Anos atrás.

The portal is slow (very few users)

Regular Member Postagens: 166 Data de Entrada: 30/11/11 Postagens Recentes
Hi

I have a problem with an application. It is not in production yet so very few users. The problem only occur sometimes. Most times if you havent touched anything for a while. It is not our portlets generally speaking. I it for example when uploading files. creating web content and so on. Can you give me a hint we to start? Do you have any tools for this.

I use the tomcat bundled version.
thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: The portal is slow (very few users)

Liferay Legend Postagens: 14914 Data de Entrada: 02/09/06 Postagens Recentes
If you run it under eclipse you can use the profiling tools...
Peter Hellstrand, modificado 11 Anos atrás.

RE: The portal is slow (very few users)

Regular Member Postagens: 166 Data de Entrada: 30/11/11 Postagens Recentes
Thank you as usual david. You mean on my local liferay portal?

I installed VisualVM and it looks like nothing strange as I can see. Maybe a network problem.


image host
thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: The portal is slow (very few users)

Liferay Legend Postagens: 14914 Data de Entrada: 02/09/06 Postagens Recentes
Is the snapshot taken during the slow period, or are you saying it is consistently slow?
Peter Hellstrand, modificado 11 Anos atrás.

RE: The portal is slow (very few users)

Regular Member Postagens: 166 Data de Entrada: 30/11/11 Postagens Recentes
Thank you. I have to investigate this further beacuse the slow periods is very rare and did not happend to me during the 30+min I was clicking around. The snapshot is not during a slow period.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: The portal is slow (very few users)

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
If you are having performance issue while uploading file or creating web content (do you mean when saving web content?), it may be an issue with network or your database.

Check if performance slows down while other is uploading a file or if it's just slow to upload your file.
Peter Hellstrand, modificado 11 Anos atrás.

RE: The portal is slow (very few users)

Regular Member Postagens: 166 Data de Entrada: 30/11/11 Postagens Recentes
This is how our customer describes it.

"When it comes to performance, I have sometimes experienced this when I go between pages or open an editor such as when I am editing an article."
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: The portal is slow (very few users)

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
The editor performance is probably javascript download time as it oftens happens here on liferay.com
OR
it just may be that your customer is running something else while viewing or editing a page.
Peter Hellstrand, modificado 11 Anos atrás.

RE: The portal is slow (very few users)

Regular Member Postagens: 166 Data de Entrada: 30/11/11 Postagens Recentes
I put this in portal-ext.properties. Hopes it help.


last.modified.check=false
theme.css.fast.load=true
javascript.fast.load=true
Linus Sphinx, modificado 11 Anos atrás.

RE: The portal is slow (very few users)

Junior Member Postagens: 99 Data de Entrada: 12/08/10 Postagens Recentes
I have found this quite helpful in similar situations;
http://httpd.apache.org/docs/2.0/programs/ab.html
God speed and good luck.