Closed tripu closed 8 years ago
This fixes #2. As discussed, this should noticeably speed up pages using Apiary:
webapi, Sep 04 14:08:05 <tripu> when fetching those pages for the first time (no cache), most of the time (~2s) is spent downloading jQuery
(While at it, I also simplified the function get, removing the param callback, since it was always equal to crawl.)
get
callback
crawl
Because now we don't have the cushion of jQuery 1.x, testing compatibility is more important.
This tested OK already on:
Before merging, I'd like help to test at least on:
I'll rebase.
LGTM! Feel free to merge.
This fixes #2. As discussed, this should noticeably speed up pages using Apiary:
(While at it, I also simplified the function
get
, removing the paramcallback
, since it was always equal tocrawl
.)Because now we don't have the cushion of jQuery 1.x, testing compatibility is more important.
This tested OK already on:
Before merging, I'd like help to test at least on: