laravel 优化小记
Posted fsong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了laravel 优化小记相关的知识,希望对你有一定的参考价值。
laravel 优化 7 Performance Optimization Tips for the Laravel Developer
运行
php artisan optimize
php artisan config:cache #緩存配置
php artisan route:cache # 緩存路由
清空配置和路由緩存
php artisan config:clear
php artisan route:clear
服務器設置開啓了 gzip
以上是关于laravel 优化小记的主要内容,如果未能解决你的问题,请参考以下文章