Matt Stauffer 9/20/2014

Laravel 5.0 - Route Caching

Read Original

This article details the new route caching feature in Laravel 5.0, which speeds up applications by serializing route registration. It covers how to use the `route:cache` Artisan command, the performance benefits, and important caveats like the need to re-cache after changes and the incompatibility with Closure-based routes.

Laravel 5.0 - Route Caching

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes