encratite / RiotControl

An elaborate statistics tracking system for League of Legends. It used to be a centralised PostgreSQL based system but now it's a stand-alone SQLite application. It was written in C# and makes use of the LibOfLegends RTMP library. It is licensed under the terms of the GPLv3. Unfortunately I stopped working on it in 2013-08. Check out the website for a longer explanation.
http://riot.cont.ro.lt/
GNU General Public License v3.0
33 stars 15 forks source link

Introducing page based viewing for the match history #37

Open encratite opened 12 years ago

encratite commented 12 years ago

It is only now that games are slowly starting to pile up and match histories are starting to get longer in the browser. There is a fair amount of graphics in there (7 per game) so once you hit 50-200 or so it might actually get really slow beacuse you have several thousand graphics per page. Originally I thought you might be able to provide the full match history without any problems but I'm not so sure about that anymore.

Perhaps it would be better to preemptively implement page based browsing with about 20 games per page at this point already. Ultimately this should possibly be implemented in the API, too.