Welcome Guest, Not a member yet? Register   Sign In
The applicatios works very slow when is en CI_ENVERONMENT=develop
#1

(This post was last modified: 04-29-2020, 10:56 AM by jreklund.)

Hello,

The application works very slow when i configure   CI_ENVIRONMENT=development in .env file

If it´s in CI_ENVIRONMENT=produciton works perfect

I have also tried writing in .htaccess file putting: SetEnv CI_ENVIRONMENT development
but the result is the same

I have tested in a personal application and in the original application of the installation
Reply
#2

(This post was last modified: 04-29-2020, 10:57 AM by jreklund.)

Have you set a correct app.baseURL="http://localhost:8080/" ? As it will fail to load the debug bar, most likely creating that lag.
Reply
#3

(04-29-2020, 10:57 AM)jreklund Wrote: Have you set a correct app.baseURL="http://localhost:8080/" ? As it will fail to load the debug bar, most likely creating that lag.
Thanks, the problem was that
I had writen "http://http://localhost:8080/"

I had reviewed all the code many times but i had not realized this.

Thank you very much for the help.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB