Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I noticed on the intro page a note saying "there may be a slight delay in loading the interactive map depending on the device you are using". Looking at the interactive map page I noticed that it has a 97MB page load (uncompressed) of which 89MB is in the HTML. Looking at that I noticed most of this is in inefficient JSON. In this pull request I've:
These were a couple of "quick win" improvements. However there are is potential for a lot more reduction:
accessible_population
,id
,population
,proximity_population
,transport_performance
,uc name
andwithin_urban_centre
are repeated that many times. Are they used in the visualisation? If not, they could be removed entirely saving another 27MB. If they are, could they be shorter?