You are not logged in.
Pages: 1
Hello guys,
I have a bit complicated question.
I need to explain the whole scenario of the problem.
I have GLPi and Database running on separated VMs.
I had both VMs running on a local network, and, changed the local network it was working, this, changed the whole IP of two VMs.
Since then, whenever I log into GLPi, close my browser and try to open it again, it takes a very long time to load the page.
If I go to the site configurations in the browser and clean the cookies of it, it works fine again and loads well.
If I wait till it load, it works fine as well.
But, it wasn't working like this.
I don't even know what to start looking at, could you give some tips?
Offline
Several things to check:
1. Opcache and apcu PHP plugins installed and enabled for the version of PHP being used by your web server
2. Make sure debug mode is disabled (only applicable to super user accounts in GLPI)
3. Verify caches are working well in Setup > General on the Performance tab
4. Verify permissions on the files/_cache folder are correct so that the web server can read and write to it
If you are on 10.0.8 or later, you can enable debug mode for your account and use the new and improved debug toolbar to get more information about what the server was doing and how long it was taking.
The first button/widget on the debug bar is the server performance information for the initial request for the page. This can tell how long the initial request was, how long all requests on the page have taken, the peak memory usage for the initial request, etc.
The second button/widget lets you see every SQL request made on the current page along with how long each one took.
The third button/widget lists all of the requests made for the current page and see more information for each such as code execution time, memory usage, and SQL query times. This widget also has a "Profiler" view which lets you see how long certain portions of the code took (if they have profiling on them).
The fourth button/widget shows client-side performance metrics such as the first-paint time (how long it took before something was drawn on the screen), time to interactive (how long it took before it would accept input from the user), memory use, etc.
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Thanks a lot cconard.
With your instructions I was able to solve it.
Offline
What was the cause of the slowness?
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Pages: 1