---
title: "Faster Laravel: Surprising Optimization Tips"
url: https://daily.dev/posts/faster-laravel-surprising-optimization-tips-6838xhbhx
source_url: https://laravel-news.com/faster-laravel-optimizations
type: article
source: "Laravel News"
published: 2022-10-03T13:08:19.181Z
updated: 2022-10-03T13:08:19.180Z
tags: ["performance", "php", "laravel"]
reading_time: 5
upvotes: 16
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.

# Faster Laravel: Surprising Optimization Tips

**[Laravel News](https://daily.dev/sources/ln)** · 5 min read · 16 upvotes · 0 comments

## Summary

Testmo's goal is to answer most server requests in 100ms or less. It's pretty simple: slow server-side performance will trickle down to all parts of the stack. In Testmo we don't use @include at all anymore. Instead, we've built our own lightweight alternative we call @require.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/faster-laravel-optimizations>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 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/faster-laravel-surprising-optimization-tips-6838xhbhx)
