One line in configuration will speed up your Nette application. How is that possible?
Thanks to lazy objects in PHP 8.4, services in the DI container are created only at the moment of actual use. Nette DI 3.2.4 makes it possible to activate this with a single line in the configuration...
blog.nette.org