Skip to content

Commit

Permalink
docs: synced via GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nop-cao committed Dec 31, 2024
1 parent 062aa98 commit 024d740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/performance/optimize-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
## 优化应用启动时间

* `nop.web.validate-page-model`不设置或者设置为false会跳过启动时的页面验证,跳过对view.xml和page.yaml文件的解析检查。
* `nop.web.page-validation-thread-count`如果设置为大于1的值,且设置`nop.web.validate-page-model`为true,则会启动多线程进行检查
* `nop.orm.db-differ.auto-upgrade-database`不设置或者设置为false,会跳过启动时的数据库升级检查。
* `nop.orm.init-database-schema`不设置或者设置为false, 会跳过启动时自动建表的操作。
* `nop.auth.login.allow-create-default-user`不设置或者设置为false,启动时就不会检查数据库中是否至少存在一个用户。
Expand Down

0 comments on commit 024d740

Please sign in to comment.