This repository was archived by the owner on Nov 6, 2020. It is now read-only.
  
  
  
  
  
Description
Parity/v1.9.7-stable-7919629-20180423/x86_64-linux-gnu/rustc1.25.0
connected to MIX Blockchain
Currently every RPC command is 2 requests from Firefox. First the OPTIONS pre-flight and then the actual request. By setting CORS Max-Age to 10 minutes the number of requests can be cut in half. For high latency connections to the node, this has significant performance improvements.
Geth had the exact same problem: ethereum/go-ethereum#3079
