needs / teerank

A simple ranking system for teeworlds
https://teerank.io
GNU General Public License v3.0
12 stars 5 forks source link

Obsolete rank is shown on clan page #9

Closed nzyuzin closed 8 years ago

nzyuzin commented 8 years ago

If you browse first page then you can see Shiki 3rd. http://teerank.com/pages/1.html If you browse his clan page you can see him 15th with wrong (old) score. http://teerank.com/clans/566f67656c73616e6700.html Edit: I suppose using a relational database would prevent occurrence of such issues.

needs commented 8 years ago

Actually this is more a caching issue. For some reasons the clan page is not regenerated, despite the fact that it should be regenerated because the database is more recent than the cached file. I've some ongoing work that will fix it.

needs commented 8 years ago

Commit 71a8707b8047d92a1442e81e9d331cae33f4a384 fixed it. I updated teerank.com and clans pages should now be up-to-date!

nzyuzin commented 8 years ago

Thanks for this!

Only later have I realised that the problem is more likely to be due to caching...