Do you still use preloading scripts on PHP 8? #php

@jorisvaesen I haven't started yet, when it was new, there were some issues and since then I haven't had the time and/or need.

Though I expect I'll need to do some optimizations of one project in the coming months and preloading seems to have a great effort/gain ratio.

@chrastecky
It was introduced in PHP 7.4, but lost some benefits since PHP 8 does some optimizations out of the box without the need of preloading. Although there should still be some performance improvement when done right.