掲示板

LR 6.11 GA2 CMS very slow and uses a lot of cpu

thumbnail
11年前 に William Gosse によって更新されました。

LR 6.11 GA2 CMS very slow and uses a lot of cpu

Liferay Master 投稿: 533 参加年月日: 10/07/04 最新の投稿
I just upgraded a 6.05 portal to 6.11 GA2. For the most part everything seems to work ok and the upgrade process went fairly smootth. We did migrate all are custom development as for 6.11.

The one issue I'm noticing is with the Content Management System, especially the web content editor. Using it is very slow and causes a tremendous cpu load to occur.

Is there something that can be done about this. We didn't really notice this problem with 6.05.
thumbnail
11年前 に Wilson Man によって更新されました。

RE: LR 6.11 GA2 CMS very slow and uses a lot of cpu

Liferay Master 投稿: 581 参加年月日: 06/06/21 最新の投稿
probably need more info before the community can assess ...

what's your system architecture? are you running db on the same machine as liferay-portal? (if so, the cpu spike could be due to db queries)
what's your permission scheme? have you checked the size of the db table related to permission?

what's probably needed is a profiling of your machine to see where the bottlenecks are.
thumbnail
11年前 に William Gosse によって更新されました。

RE: LR 6.11 GA2 CMS very slow and uses a lot of cpu

Liferay Master 投稿: 533 参加年月日: 10/07/04 最新の投稿
Again I'm talking about the out of the box CMS web content editor that comes with Liferay 6.11, so this is nothing that we've developed or added.

I'm on a win2008 server with 8gb memory and two Zeon processors. Actually its an EC2 instance, however its the same exact instance that I had my 6.05 portal deployed on. 6.05 did not have the same kind of issues that I'm seeing with 6.11.

I'm using a MySql database for Liferay's schema and again its the same exact database that I had 6.05 on as well

So the major change was from 6.05 to 6.11.
thumbnail
11年前 に Jack Bakker によって更新されました。

RE: LR 6.11 GA2 CMS very slow and uses a lot of cpu

Liferay Master 投稿: 978 参加年月日: 10/01/03 最新の投稿

CMS web content editor

I am a bit confused why you reference the CMS web content editor specifically. To me that means the WYSWYG editor (ckeditor fckeditor or whatever u are using) ...

I have played with a few AWS EC2 for Liferay (small instance at minimum) ; is your mysql on the same EC2 instance ? or are u using RDS ? have you a custom setenv to manage JVM ? and if so can u provide ?
thumbnail
11年前 に William Gosse によって更新されました。

RE: LR 6.11 GA2 CMS very slow and uses a lot of cpu

Liferay Master 投稿: 533 参加年月日: 10/07/04 最新の投稿
I'm using the editor that comes with Liferay for creating web content display.

We are on an EC2 large (8gb ram and 2 cores). Mysql is on the same box as well.
thumbnail
11年前 に Wilson Man によって更新されました。

RE: LR 6.11 GA2 CMS very slow and uses a lot of cpu

Liferay Master 投稿: 581 参加年月日: 06/06/21 最新の投稿
sounds like this is a client side issue with the javascript? you can monitor the load on your server side and see if there's any anomalies. as for the client side, see if you can use firebug or other tools to investigate whether there's a javascript error or missing resources, etc.
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: LR 6.11 GA2 CMS very slow and uses a lot of cpu

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Are you talking about the server side or the client javascript?