I have installed CodeIgniter 3,
My server configurations are,
- PHP 7.4
- Ubuntu 22
- Appache2
The application is loading very slow. When i print something in the index.php its very fast not in the case of actual app.
It takes too long time to load the first file.
It happens for every click on the page. It takes 2-3 seconds from a click til page is loaded.
We have tried installing on another ubuntu server, but the issue remains.
Not sure how we can solve this.
Thanks for the help in advance.