GW2Raidar / gw2raidar

A log parsing website for Guild Wars 2 combat logs
http://www.gw2raidar.com
GNU General Public License v3.0
20 stars 14 forks source link

Faster, more efficient loading profile pages (!!!) #342

Closed Lego6245 closed 5 years ago

Lego6245 commented 5 years ago
  1. Take a page out of global_stats book and load on a per era basis.

  2. Optimize the backend to only load eras with data, and only fetch the EraArea relations for the area/era in question. It requires an additional SQL query roundtrip, but doesn't have to load the entire EraArea table into memory.

I think this should be more efficient, especially for the larger EraArea stats.