flipperbw / FantasyPlus

Adds FantasyPros projections to fantasy football sites.
Mozilla Public License 2.0
88 stars 38 forks source link

Fix long hanging load-times #2

Closed alexbartlow closed 9 years ago

alexbartlow commented 9 years ago

Use $.get and a callback + counter system to not block the thread while the content is fetching.

flipperbw commented 9 years ago

I've just incorporated the $.gets, and it seems to be working great. I couldn't use most of the other stuff though, like dst_offset or the csv parser. I want you to get credit for that work but I'm not sure if it;s possible to do a partial merge.