Summer Sale! All accounts are 50% off this week.

MariaJBurk's avatar

MariaJBurk wrote a reply+100 XP

3w ago

Laravel Octane benchmark comparing Swoole, OpenSwoole, RoadRunner, FrankenPHP

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's avatar

MariaJBurk wrote a reply+100 XP

3w ago

Unable to disable deprecations logging

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.