The ability to sort Opponent Matchup Listings by K/D
as well as Kills (default) to find the players
who "have you number", not just the players you fight
most often.
Currently FastStats generates hard codes plain html web
pages for each page - if the extra sorting was added in, it
would triple the amount of player pages generated (which is
quite often 5000+ already, and in the range of tens of megs)
It's not technically unfeasible, but it's a pretty big
waste of disk space to do it this way - we're working on a
different way of outputting web pages - wait until that's
done.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=26366
Currently FastStats generates hard codes plain html web
pages for each page - if the extra sorting was added in, it
would triple the amount of player pages generated (which is
quite often 5000+ already, and in the range of tens of megs)
It's not technically unfeasible, but it's a pretty big
waste of disk space to do it this way - we're working on a
different way of outputting web pages - wait until that's
done.