Even though the table is flattened, load times can still be affected by factors such as table size, missing indexes on filter or sort columns, or aggregations being calculated in the report rather than pre-aggregated in the table.
I’d recommend reviewing indexing, query execution plans, and whether any heavy calculations can be materialized in the table to improve performance.