PubNub response time is too long

I've implemented a basic PubNub chat app in Angular and noticed that the post-post response times are really long.

Testing the process in the case study does the same - the TTFB is 2.2 minutes.

Request url: http://ps5.pubnub.com/subscribe/demo/chat/0/14358752049456252?uuid=6cf0c87b-6379-430c-98d4-8c9be14b1db9

Answer: [[], "14358752049456252"]

Does anyone have an idea why this trip is taking so long?

+3


source to share


1 answer


PubNub timeout is too long



You will likely see long poll return data from the list in the Chrome Developer Console tab during this time period. This is normal. This is actually a very good thing, which ensures network efficiency and real-time data delivery to your browser and devices.

+1


source







All Articles