It seems as if loading times could be improved quite a bit by fixing these relatively simple issues:
Some unnecessary requests could be removed to reduce overall page weight:
Open Sans 700
Chart.js
Google Maps API
External files such as stylesheets, scripts and fonts, which are not needed immediately, could be loaded asynchronously to prevent them from blocking the rendering of the page.
Using font-display: swap would allow the page content to be displayed before the desired font has finished loading.
It seems as if loading times could be improved quite a bit by fixing these relatively simple issues:
Some unnecessary requests could be removed to reduce overall page weight:
External files such as stylesheets, scripts and fonts, which are not needed immediately, could be loaded asynchronously to prevent them from blocking the rendering of the page.
Using font-display: swap would allow the page content to be displayed before the desired font has finished loading.