AngularJS slow to load unless in private browsing mode in Chrome? -


In the context, I make a request for a service, get some data, show it in a div. I notice that when Google Chrome is in default non-private browsing, it takes 30 seconds before request, whilst I go to the same URL in the private browsing mode, the response comes back in 3 seconds. Why is it like this? Is there anything that happens in the private browsing mode that allows the angular engine to run fast? Is there a switch or some code, can I add the default Google Chrome which can give it faster load time? Is it something to do with caching?

Note: $ http GET request starts at a slow / late start only on initial load.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -