#
# Set this to true to automatically create tables and populate with default
# data if the database is empty.
#
schema.run.enabled=false
在不需要重新建立luence索引时
##Lucene Search
#Set the following to true if you want to index your entire library of files on startup.
index.on.startup=false
提高运行时性能
开启layout cache
# The layout cache filter will cache pages to speed up page rendering for
# guest users. See ehcache.xml to modify the cache expiration time to live.
com.liferay.portal.servlet.filters.layoutcache.LayoutCacheFilter=true
压缩javascript文件
# 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
压缩 css 文件
# 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
开启vm模板cache
# Set this to true in production so that VM templates are cached
velocity.engine.resource.manager.cache.enabled=true