Your performance/security consultant, an Artisan command away.
Feb 1, 2021 • 83 tweets • 39 min read
I'll share 100 Laravel tips on performance, security and reliability over the next 100 days!
Simply follow this thread 👇 to get them daily.
🔥 Laravel Tip #01: Consider adding route caching to your deployment script to speed up your route registration by up to 5x!
🔥 Laravel Tip #02:
Did you know that if you have your MySQL database running on your web server, you can improve performance by up to 50% by using Unix sockets instead of TCP ports?
The folks over at @Percona published a benchmark on this.