So, suddenly, gatsby develop gives me success in the VStudioCode console but, entering local host 8000 in the browser, the page loads my page SUPER SLOW! The background image of the site appears but the content doesn't. I'm too much of a beginner to understand how this is happening.
I attached a picture to show the chrome dev Tools network. It's crazy. 15 minutes for the webpack_hmr, even 1.5hrs at one point. I didn't have to wait that long but it shows it.
This is way beyond my skill level. The site is still super small, only pulling two pages from contentful cms.
What maybe caused this? No idea.
What did I do?
- tried installing @hot-loader/react-dom because my chrome console said it couldn't detect react-dom/hot loader
- gatsby clean to clean cache and public folder
Why would webpack_hmr be taking so long? What are these socket and polling things in the network I see so much of?
I'd appreciate any ideas or suggestions, i'm at such a complete loss.