Hi all,
We’ve noticed occasional slowdowns when loading admin panel. After investigating we traced part of the issue to a blocking outbound call.
What we found:
it seems there’s a curl_exec() call that fetches https://www.cs-cart.com/images/background.gif — from what we understand, this is a usage-tracking pixel.
Sometimes, the report section load a while before display.
Has someone already had this kind of problem ?