Hello guys
I am writing blog to improve performance of liferay web application. Liferay provide some portal properties to improve application performance.
Put below properties in portal-ext.properties file in application server.
javascript.barebone.enabled=true
theme.css.fast.load=true
theme.images.fast.load=true
javascript.fast.load=true
layout.template.cache.enabled=true
velocity.engine.resource.manager.cache.enabled=true
com.liferay.portal.servlet.filters.cache.CacheFilter=true
com.liferay.portal.servlet.filters.themepreview.ThemePreviewFilter=false
com.liferay.portal.servlet.filters.minifier.MinifierFilter=false
com.liferay.portal.kernel.memory.FinalizeManager.thread.enabled=true
Note : Application server should be in standard mode.
Above liferay properties enable caching of images, css and javascript , these properties also minify the css and javascript and compress files.
0 Comment(s)