Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compress map JSON for transfer to client #342

Open
pkraker opened this issue Feb 28, 2019 · 0 comments
Open

Compress map JSON for transfer to client #342

pkraker opened this issue Feb 28, 2019 · 0 comments

Comments

@pkraker
Copy link
Member

pkraker commented Feb 28, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant