How can significantly increasing network packet size in the connection string have a positive impact on web performance when the MTU across the network is the default 1500?
When deploying SolarWinds HCO for an enterprise client we stumbled upon sporadic slowness of the web GUI with no obvious pattern.
After heaps of troubleshooting with a DBA and network expert, adding more pollers, additional web servers behind a load balancer, leaving only the bare minimum on the MPE,
the only solution that had a consistent results is setting the packet size in the application connection string to a large number (32,768).
Now we are trying to figure out why that works as we feel like this is a band-aid solution that does not address the source of the problem.
All guesses and speculations are welcomed, I'd love to hear your thoughts!