Skip to content Skip to sidebar Skip to footer

Chrome Is Slow To Load First Ajax Response

I am building an application using React and Flux. Clicking in a list of items initiates an action which then starts (via an effect) an AJAX request using axios (though I have trie

Solution 1:

It is a bug with Chrome.

The project I'm writing has some code which is (more or less) directly copied from a previous (unfinished) project of mine.

Running the old project again, I encounter the same issue with Chrome. It never occurred before when I was working on it (a few months ago).

Post a Comment for "Chrome Is Slow To Load First Ajax Response"