---
title: "Deferred Queue Driver in Laravel 12.35"
url: https://daily.dev/posts/deferred-queue-driver-in-laravel-12-35-mkn97zqpx
source_url: https://freek.dev/2944-deferred-queue-driver-in-laravel-1235
type: article
source: "FREEK.DEV"
published: 2025-10-27T13:04:43.843Z
updated: 2025-10-27T13:04:59.840Z
tags: ["performance", "php", "laravel"]
reading_time: 1
upvotes: 21
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Deferred Queue Driver in Laravel 12.35

**[FREEK.DEV](https://daily.dev/sources/freek)** · 1 min read · 21 upvotes · 0 comments

## Summary

Laravel 12.35 adds a new deferred queue driver that executes queued jobs immediately after sending the HTTP response to the user. This allows developers to offload work from the request cycle without requiring separate queue workers, improving perceived response times while maintaining the benefits of asynchronous processing.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://freek.dev/2944-deferred-queue-driver-in-laravel-1235>

## Similar posts on daily.dev

- [Debounceable Queued Jobs in Laravel 13.6.0](https://daily.dev/posts/debounceable-queued-jobs-in-laravel-13-6-0-po9ifu40t) · Laravel News · 26 upvotes · 3 comments
- [Laravel 12.51.0 Adds afterSending Callbacks, Validator whenFails, and MySQL Timeout](https://daily.dev/posts/laravel-12-51-0-adds-aftersending-callbacks-validator-whenfails-and-mysql-timeout-y0ofekzyb) · Laravel News · 12 upvotes · 0 comments
- [Http Client Batch Method in Laravel 12.32](https://daily.dev/posts/http-client-batch-method-in-laravel-12-32-s5s1v5pnx) · Laravel News · 35 upvotes · 0 comments
- [Deferring Events Including Model Events in Laravel](https://daily.dev/posts/deferring-events-including-model-events-in-laravel-otlk62vso) · FREEK.DEV · 8 upvotes · 0 comments

---

Tags: [#performance](https://daily.dev/tags/performance), [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/deferred-queue-driver-in-laravel-12-35-mkn97zqpx)
