rr- / malgraph4

MALgraph: statistics service for MyAnimeList.net users.
http://mal.oko.im
Other
158 stars 39 forks source link

AJAX entries: mismatching data between updates #116

Closed rr- closed 11 years ago

rr- commented 11 years ago
  1. Enter the page
  2. You get automatically enqueued
  3. Wait
  4. You got processed and your data was refreshed
  5. You're still on the same page, with old data
  6. Click on any bar/dot on chart
  7. Here go updated entries.

This leads to mismatches, for example the page says you have "511" titles completed while after expanding any bar/dot it says you have "512" titles completed.

Solution - either:

  1. ignore it,
  2. implement user-wise cache removal in cron-queue.php so if you refresh the page, it will display information w/o mismatches (optionally, do the refresh automatically, but I'd rather avoid that).