improve load speed by cleaning the resources to reduce the number of queries submitted per request

This commit is contained in:
omair saleh
2021-10-04 16:17:10 +08:00
parent 16b35b34b3
commit 509f14c790
9 changed files with 132 additions and 88 deletions
+2 -1
View File
@@ -7,7 +7,7 @@
"require": {
"php": "^7.3",
"ext-fileinfo": "^7.3",
"ext-json": "^1.7",
"ext-json": "*",
"barryvdh/laravel-dompdf": "^0.9.0",
"carlos-meneses/laravel-mpdf": "^2.1",
"doctrine/dbal": "^3.1",
@@ -21,6 +21,7 @@
"rinvex/countries": "^6.1",
"spatie/laravel-activitylog": "^3.14",
"spatie/laravel-permission": "^4.2",
"staudenmeir/eloquent-has-many-deep": "^1.7",
"tymon/jwt-auth": "^1.0"
},
"require-dev": {