renyard / validity

A Google Chrome extension for validating HTML.
https://chrome.google.com/webstore/detail/bbicmjjbohdfglopkidebfccilipgeif
Apache License 2.0
90 stars 22 forks source link

Optimise validator instance for speed #38

Open renyard opened 9 years ago

renyard commented 9 years ago

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:

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.