Closed andrewmadden closed 1 year ago
The number of area files can number more than 100,000 which is impractical to load in memory before being filtered. They should be filtered directly in the SQL. This was causing a performance issue with page loads taking excess of 30 seconds.
Making a note that unit tests already cover this method. Confirmed they are proficient to make sure the behaviour hasn't changed.
The number of area files can number more than 100,000 which is impractical to load in memory before being filtered. They should be filtered directly in the SQL. This was causing a performance issue with page loads taking excess of 30 seconds.