bpodgursky / nlpviz

Source code for a sentence parse tree visualization found here: http://nlpviz.bpodgursky.com/
Other
137 stars 45 forks source link

What machine specs are you deployed on? #5

Closed scottlingran closed 9 years ago

scottlingran commented 9 years ago

I noticed your hosted example (http://nlpviz.bpodgursky.com/home) has an incredible API response time.

Your hosted site: ~100ms (including network latency!) My local machine (macbook 2013): ~200ms (without network latency)

What are you hosting on?

bpodgursky commented 9 years ago

It's actually on a really low spec digitalocean box. I'm away from my computer for a few days and don't remember exactly but it's the 1 or 2 g droplet. But it's behind an nginx cache, so make sure you're running unique queries each time to get a fair comparison. On Jun 6, 2015 4:16 PM, "Scott Li" notifications@github.com wrote:

I noticed your hosted example (http://nlpviz.bpodgursky.com/home) has an incredible API response time.

Your hosted site: ~100ms (including network latency!) My local machine (macbook 2013): ~200ms (without network latency)

What are you hosting on?

— Reply to this email directly or view it on GitHub https://github.com/bpodgursky/nlpviz/issues/5.

scottlingran commented 9 years ago

Ah the cache, that would've been it. Thanks!