Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Always return the last Cal entry (don't worry about how old it might be) #476
Conversation
jasoncalabrese
added the
in progress
label
Mar 12, 2015
coveralls
commented
Mar 12, 2015
coveralls
commented
Mar 12, 2015
ELUTE
and others
added some commits
Mar 12, 2015
coveralls
commented
Mar 12, 2015
coveralls
commented
Mar 12, 2015
coveralls
commented
Mar 12, 2015
jasoncalabrese
added some commits
Mar 13, 2015
coveralls
commented
Mar 13, 2015
coveralls
commented
Mar 13, 2015
|
@jimsiff, @ELUTE, I talked to @YYGIRL about some users are burning through data partially due to the extra |
|
JSON payload is reduced about 40% but TCP and HTTP protocol overhead drops the net savings to 20%. Gzip encoding may help some more. |
|
thanks for testing @jimsiff did you also take a look at the main web monitor page, in addition to |
coveralls
commented
Mar 14, 2015
|
I just added gzip compression to everything, with that we're down to 255 bytes (455 with http overhead) |
coveralls
commented
Mar 14, 2015
coveralls
commented
Mar 14, 2015
coveralls
commented
Mar 14, 2015
jasoncalabrese
added a commit
that referenced
this pull request
Mar 14, 2015
|
|
jasoncalabrese |
77f0fdc
|
jasoncalabrese commentedMar 12, 2015
Also some refactoring by using async.parallel to make multiple ongo requests at once.
Bonus fix: also check
env.DISPLAY_UNITSif theunitsquery string param isn't set@bewest @ELUTE @jimsiff