
12 Jul
2016
12 Jul
'16
1:21 p.m.
On 08.07.2016 23:36, Ugo Bellavance wrote:
One page can be many components. On my OTRS system (3.3), the dashboard involves 10 HTTP requests. It would help you know if it is something trivial like the call to get OTRS news for example.
This is what takes a lot of time: index.pl?Action=AgentCustomerInformationC Where Action can be any action. Perl execution is very slow.