Performance: Application key generation
LOW IMPACT
This affects the initial application boot time and security setup during deployment or key rotation.
Run the artisan command: php artisan key:generate which creates a secure 32-character base64-encoded key and updates the .env file automatically.
Manually creating a weak or short key and placing it directly in the .env file without using Laravel's artisan command.
| Pattern | DOM Operations | Reflows | Paint Cost | Verdict |
|---|---|---|---|---|
| Manual weak key in .env | 0 | 0 | 0 | [X] Bad |
| Artisan key:generate command | 0 | 0 | 0 | [OK] Good |