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

Add support for transparently compressing ontologies using NanoHTTP #64

Open
gaurav opened this issue Apr 20, 2020 · 0 comments
Open

Add support for transparently compressing ontologies using NanoHTTP #64

gaurav opened this issue Apr 20, 2020 · 0 comments

Comments

@gaurav
Copy link
Member

gaurav commented Apr 20, 2020

We ran into some speed issues in January when temporarily hosting JPhyloRef on my personal VPN, and consequently had to compress the JSON file during transmission (PR phyloref/klados#179) and then uncompress it in JPhyloRef (PR #63). This is something that should be handled transparently by the browser (phyloref/klados#182) and by NanoHTTP, probably through changing a setting like in NanoHttpd/nanohttpd#177 (comment).

This issue tracks making changes to JPhyloRef to support phyloref/klados#182. We should also check whether the reduction in time is fully explained by the reduction in file size, and whether there might be other issues slowing down the transmission of ontologies to JPhyloRef.

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