-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: speed bug #9074
Comments
Application performance depended on many factors. Your server configuration, server settings, resources etc.. it is not ci4 issue. |
You can post your issues in the forum site. |
The v4.5 version is in fact the fastest iteration of branch 4 to date. I would suggest providing the production server configuration/settings. You can share it on the forum - you should find some people willing to give you some feedback. |
We use GitHub issues to track BUGS and to track approved DEVELOPMENT work packages. We use our forum to provide SUPPORT and to discuss FEATURE REQUESTS. See also https://codeigniter4.github.io/CodeIgniter4/installation/deployment.html#optimization |
As a fact, CI4 is much slower than CI3 when comparing by the Hello World benchmark. |
PHP Version
8.2
CodeIgniter4 Version
4.5.3
CodeIgniter4 Installation Method
Manual (zip or tar.gz)
Which operating systems have you tested for this bug?
Linux
Which server did you use?
apache
Database
MySQL
What happened?
Hi.
We are using codeigniter 4 for mobile API.
We have upgraded the project from CI3 to CI4, and on our machine ci4 is faster, but when it is deployed to our test / production servers becomes way slower.
For example in CI3 an endpoint response time was 200ms, meanwhile in CI4 it is around 2.000 ms.
We have tried eliminating the database, to make sure not the queries are problem, but the performance did not increased.
The text was updated successfully, but these errors were encountered: