#4805 closed defect (fixed)
dojox.data.FlickrRestStore requests too much data
Reported by: | sos | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | DojoX Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The FlickrRestStore?'s algorithm for determining the page and number of records per page to request from Flickr is flawed. It results from far too much data being retrieved, and slowing it's operation considerably.
While the data store currently passes all tests, it would be better to retrieve smaller pages.
Attachments (2)
Change History (5)
Changed 13 years ago by
Attachment: | FlickrRestStore.js added |
---|
comment:1 Changed 13 years ago by
I uploaded the new version of the file, which fixes this issue. My patch software is acting badly at the moment, so no patch is available. Still, only a few lines have changed, and a diff with the current version should suffice.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
New version of the file