Home /

Blog

Filtered on: Preloading Unset

Blog

My random ramblings

Below you can read various blog posts about Laravel, Vue.js or other techniques. That depends on my mood.

Loading blogposts...

Increase Laravel performance with preloading (PHP 7.4+)

The release of PHP 7.4 contained some features focused on performance. One of these features is called preloading. Preloading makes use of a preload script, that will execute on server start-up. This preload script loads cached PHP files into memory. In this blog post, I would like to share an example I discovered in the Front Line PHP book, created by Brent Roose of Spatie.