You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The map JSON is currently transferred to the client uncompressed. As the JSON can get quite large, it would improve loading speeds to transfer it as gzip or a similar compressed format.
More details:
The service getLatestRevision.php pulls the JSON from the database. This service is called by the client with d3.json in mediator.js, which is where it's transferred to the client.
The text was updated successfully, but these errors were encountered:
The map JSON is currently transferred to the client uncompressed. As the JSON can get quite large, it would improve loading speeds to transfer it as gzip or a similar compressed format.
More details:
The service
getLatestRevision.php
pulls the JSON from the database. This service is called by the client withd3.json
inmediator.js
, which is where it's transferred to the client.The text was updated successfully, but these errors were encountered: