A big improvement we can make is moving the tag cache from quicktag's directory, though for network shares we have a few smaller things to tackle
- Generating a new cache over network should be avoided. When a network cache gets invalidated we should prompt before trying to generate a new cache
- Copying the cache from the network is probably a good idea. We can add a hash/timestamp to the file if needed to check for changes so it can be re-copied automatically
- How do we even detect that we're on a network share
- ???