slifty / tvarchive-canonical_wordpress

3 stars 3 forks source link

Markets map videos load slowly #78

Closed slifty closed 8 years ago

slifty commented 8 years ago

The paging is all client side, so when thousands of videos are loaded (with counts) it takes too long; the server already supports paging, so incorporate paging into the client.

slifty commented 8 years ago

Now that we're paging the results (instead of loading all 2000 into memory up front) we're in fine shape here.