When validation can protect your app's performance

12/04/2025 12 min Episodio 124
When validation can protect your app's performance

Listen "When validation can protect your app's performance"

Episode Synopsis


Joel and Aaron show how ignoring GET request validation can cause performance issues and open your application to abuse. They highlight the importance of bounding pagination and share tips for using form requests to handle unexpected user input.Now go check out the best/only Laravel validation book(00:00) - Quiz on Laravel’s default pagination limit

(01:00) - Performance concerns with large datasets

(03:20) - Validating per-page requests in controllers

(05:45) - Why you should block negative page numbers

(09:20) - Silly bit