Message Boards
Threads [ Previous | Next ]
Enhance the script speed of liferay
Enhance the script speed of liferay
2/2/08 3:50 PM
Origin http://www.liferay.com/web/guest/community/forums/message_boards/message/393212
Start by setting the following properties in portal-ext.properties:

#
# Set the following to true to check last modified date on server side CSS
# and JavaScript.
#
last.modified.check=false

#
# Set this property to true to load the theme's merged CSS files for faster
# loading for production. Set this property to false for easier debugging
# for development. You can also disable fast loading by setting the URL
# parameter "css_fast_load" to "0".
#
theme.css.fast.load=true

#
# Set this property to true to load the combined JavaScript files from the
# property "javascript.files" into one compacted file for faster loading for
# production. Set this property to false for easier debugging for
# development. You can also disable fast loading by setting the URL
# parameter "js_fast_load" to "0".
#
javascript.fast.load=true