Yes, i use php.ini.
I recently switched to use php 7.1 instead of 5.6 and here are the settings:
memory_limit = 128M
max_execution_time = 30
But why a simple login response should require more resources of time and limit?
However, nothing changed by increasing the above limits.
I wish I could find a way to trace the issue and figure out the real source of it.
Thanks.
|