Category: Laravel - Page 2
-
DigitalOcean Load Balancers
Performance and reliability are two key factors that contribute to a user being happy when using a website/app. They tend to not be forgiving when a website fails to load especially when it comes to browser...
-
Nginx Real Time Metrics
To get a better idea of how my server for Weather was handling request, I needed a way to get some insights into nginx. I wanted to calculate request per second and routes being accessed. I came across a great tool...
-
Ways to Improve Laravel Performance
Over the past few months my Weather Extension has grown to over 118,000+ users and averages 14 req/sec. Weather uses Laravel primarily as an api and VueJs to render the html. Speed is very important. Currently...
-
Zero Downtime Laravel Forge Deploys
So you’re a Laravel developer and of course you are using Forge to manage your servers. You enjoy how simple Forge makes it to deploy your applications but you may notice a few seconds of downtime when your app is...
-
Backup your Laravel 5 App to Dropbox
Want a free way to backup your laravel app and database to dropbox? This guide should help! Packages used spatie/laravel-backup – Backups your filesystem and database to any Laravel file system...