validity icon indicating copy to clipboard operation
validity copied to clipboard

Optimise validator instance for speed

Open renyard opened this issue 9 years ago • 0 comments

There are several ways that the validator instance may be able to be optimised, which should be investigated. The following may gain some quick wins:

  • Enable SPDY in nginx.
  • Enable session cache in nginx.

In future, we may be able to make larger changes to the architecture on both sides, by using WebSockets to keep a connection open and avoid repeated HTTP handshakes & TLS setup.

renyard avatar Apr 23 '15 19:04 renyard