OpenRA / OpenRA-Resources

The OpenRA Resource Center helps the community sharing their custom maps.
http://resource.openra.net
Other
21 stars 18 forks source link

misc.map_filter needs to be using QuerySet filtering #340

Open pchote opened 6 years ago

pchote commented 6 years ago

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.