Created by: slightlyoff
Description of PR
Removes polyfills for fetch()
(axios) and IntersectionObserver
and delays loading of Google Analytics. In discussion with Jeremy it seems that losing compatibility with IE11 isn't a major issue.
The gains from delaying fetching of the GA scripts, and avoiding the gtm indirection, will be minimal for users on fast networks but should help those on slower links.
There's a lot of work remaining here to understand what the heck WebPack is doing for the default route and ensuring that we can preload the script that it's currently pulling in over a pretty janky stair-step, which you can see here at line 8: