MariaJBurk wrote a reply+100 XP
3w ago
Yes! Great benchmark comparison! It’s interesting to see how Swoole, OpenSwoole, RoadRunner, and FrankenPHP perform under different workloads. Testing with your own real application and traffic patterns is probably the best way to choose the right setup instead of relying only on synthetic benchmarks.
MariaJBurk wrote a reply+100 XP
3w ago
Hello geometry slope ! This usually happens when Laravel can’t resolve the deprecations log channel. Make sure you either define a deprecations channel in config/logging.php (e.g. using NullHandler if you want to fully disable it), or clear config cache after changing LOG_DEPRECATIONS_CHANNEL. Setting it to null alone often isn’t enough if the channel isn’t properly defined.