They still exist but I removed the links because the code that generates them was taking 5+ seconds to run each time, putting a ridiculous strain on the database.
I wrote the code a few years ago when (1) I was not as good at writing queries as I am now, and (2) when there were way fewer posts / users. Unfortunately the code did not scale well with the site growth.
I think I'll probably replace it with a function that runs automatically once a day and caches the results.
I wrote the code a few years ago when (1) I was not as good at writing queries as I am now, and (2) when there were way fewer posts / users. Unfortunately the code did not scale well with the site growth.
I think I'll probably replace it with a function that runs automatically once a day and caches the results.