Maprunner / rg2

Updated user interface for Routegadget
MIT License
36 stars 20 forks source link

Dynamically load large ag grid script #499

Closed JamesErrington closed 2 years ago

JamesErrington commented 2 years ago

The AG Grid script is 227KB compressed and is only needed if you open the individual stats page which I would imagine is rare - we should look at either loading this script dynamically when the modal is opened, or at least setting it as "async" in the html so it is downloaded in parallel with everything else

image