We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
単純なソートで大丈夫そうだけど、どういう項目についてソートするか DL数か、PVか、リスト登録数か、それらを総合的に評価するのか個々のランキングを作るのか
The text was updated successfully, but these errors were encountered:
毎アクセス毎に膨大な素材からソートすると重くなるから、定期的にインデックス作った方が良いかもね。
総合ランキングならそれだけでいいけど、週間ランキングを作る場合は、集計方法とかデータの持たせ方とか要相談。
manage.pyコマンドを実装して、総合、週間共に、毎週日曜日の朝5時更新みたいな感じでcronで回してインデックスを生成するような実装になるかと、
Sorry, something went wrong.
No branches or pull requests
単純なソートで大丈夫そうだけど、どういう項目についてソートするか
DL数か、PVか、リスト登録数か、それらを総合的に評価するのか個々のランキングを作るのか
The text was updated successfully, but these errors were encountered: