Message Boards

Liferay page response

avasek atok, modified 9 Years ago.

Liferay page response

Junior Member Posts: 41 Join Date: 1/9/15 Recent Posts
I have created a custom theme for my site. I am actually trying to optimize the page response times. While iwas skimming through the page calls, i found a call to /html/jsp/everything.jsp which was found for admin and non-admin user. Want to understand the significance of the call. Also trying to explore a chance to avoid this call if this is specific to admin users, that way i can measure if there is improvement to page response times.
/html/jsp/everything.jsp is actually taking 380kb of page size.

Any suggestions ??

Thanks,
thumbnail
David H Nebinger, modified 9 Years ago.

RE: Liferay page response

Liferay Legend Posts: 14919 Join Date: 9/2/06 Recent Posts
everything.jsp loads all javascript for the portal. You cannot remove this file.

You should, however, be leveraging a caching appliance in front of Liferay that would be returning a cached version of the file.
avasek atok, modified 9 Years ago.

RE: Liferay page response

Junior Member Posts: 41 Join Date: 1/9/15 Recent Posts
This is being a app server call, do we have any mechanisms to apply caching for this. Please suggest.