theseer / Autoload

A lightweight php namespace aware autoload generator and phar archive builder
Other
388 stars 47 forks source link

evaluate introducing an "opcache prewarm list" #80

Closed sebastianheuer closed 6 years ago

sebastianheuer commented 6 years ago

It may be beneficial to make use of http://php.net/opcache_compile_file to warm the opcache Instead of using the static require list provided by phpab.

theseer commented 6 years ago

Implemented with commit 45416215a2f4004719db83c029dcd8255b96f488 and available as of release 1.25.0.