CodeIgniter Forums
s There a Feature Like Laravel Octane in CodeIgniter 3/4? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: s There a Feature Like Laravel Octane in CodeIgniter 3/4? (/showthread.php?tid=92568)



s There a Feature Like Laravel Octane in CodeIgniter 3/4? - nadhirov - 03-09-2025

Hello, everyone!

I’ve been using CodeIgniter (both 3 and 4) for some projects, and I’m wondering if there’s any built-in or third-party feature similar to Laravel Octane that can optimize performance by keeping the application in memory.

Since PHP runs in a request-response cycle, it reloads the framework and bootstraps everything on every request, which can make it slower compared to solutions that leverage long-running processes like Octane (which uses Swoole, RoadRunner, or FrankenPHP). Laravel Octane significantly improves performance by keeping the application in memory and handling requests more efficiently.

Does CodeIgniter have anything similar to this? If not, are there any recommended ways to improve performance, like caching or using an alternative server?

Thanks in advance!


RE: s There a Feature Like Laravel Octane in CodeIgniter 3/4? - michalsn - 03-09-2025

https://github.com/monkenWu/CodeIgniter4-Burner