forked from quailjs/quail
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
We need to cache tests.json object. Currently Quail requests for it for each $.quail() call, and it slowly becomes to be a bottleneck.
BUT there are some things that we need to look for while doing this enhancement.
- We can't cache just first result, as client might provide different
options.jsonPathin another call and it might be totally different file.