Ping/Pong Response times

I have been looking at the response time of the requests my app makes. Seem that the slowest requests are the ping/pongs. I guess these are socketjs heartbeat requests. They are consistently taking 20,000+ MS to complete. I’d like to find a way to speed them up.

Has anyone see this before or has suggestions on optimizing them?