Open pchote opened 6 years ago
It currently queries all 6000 maps and then uses pythons sorted() function before manually slicing the array!
sorted()
Fixing this will drastically improve the performance of the main map page.
It currently queries all 6000 maps and then uses pythons
sorted()
function before manually slicing the array!Fixing this will drastically improve the performance of the main map page.