Hey there! π
I've got a quick blog post for you this week:
β‘ Identifying Performance Issues in Laravel with Inspector
Performance is such an important part of a web application. A slow-running application can frustrate users and lead to a poor user experience. This can be especially bad if your website's main goal is to convert traffic to paying customers (such as a SaaS application or an e-commerce store) as it might lead to a loss in revenue.
Poor application performance can also lead to an increase in spending on your infrastructure as you might need to add more resources (such as more servers or database instances) to handle the increased load. You might notice this more if you're using a serverless system, such as AWS Lambda, which costs more money the longer it runs.
So having an overview of your application's performance is important. If your application starts to slow down, you need to know which parts are running slow and why. But without the right tools and data, it can be difficult to know where to start. This is where application performance monitoring (APM) comes in.
In this article, we're going to look at what application performance monitoring is and the benefits of using it. We'll also look at how you can use Inspector, an APM service, to identify performance bottlenecks in your Laravel application.

π Continue reading...
β‘ Past Blog Posts
Check out some of my blog posts from the past:
π Top 34 Laravel & PHP Blogs You Should Be Following
π Review: Mastering Laravel Validation Rules
π Cleaning Up Laravel Controllers
πUsing 'query()' in Laravel Eloquent Queries
π Send an SMS in Laravel Using Vonage (Previously Nexmo)
π Huge Savings On My Book Bundle!
I'm currently running a limited time 20% discount so that you can pick up my book bundle for $47.20!
The book bundle includes:
π Battle Ready Laravel - A guide to auditing, testing, fixing, and improving your Laravel applications.
π Consuming APIs in Laravel - Learn how to write robust and powerful API integrations for your Laravel apps.
β
Over 650+ pages of content
β
Available as PDF and EPUB
β
Actionable advice
β
Over 1.5k+ copies sold
Save 20% with discount code: BUNDLE20
π Get Your Copy of "Consuming APIs in Laravel" and "Battle Ready Laravel" Now!
π Connect with Me
Twitter: @AshAllenDesign
LinkedIn: Ashley Allen
|