0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/lib/admin_dashboard/reports
Osama Sayegh fda44c33e7
PERF: parallelize report fetching in the dashboard Reports section (#42252)
Reports in a dashboard section (including slow Data Explorer queries)
loaded one at a time, so a single slow report delayed every other report
in the section. They're now fetched in parallel on the server, so the
whole section loads faster, and a report that fails to load shows its
own error state without affecting the others.
2026-08-05 18:29:17 +03:00
..
bulk_fetch.rb PERF: parallelize report fetching in the dashboard Reports section (#42252) 2026-08-05 18:29:17 +03:00
core_report_provider.rb DEV: Let plugins exclude reports from the customisable dashboard (#40463) 2026-06-03 16:36:01 +03:00
layout_updater.rb
listing.rb UX: Interleave dashboard report providers alphabetically (#40483) 2026-06-03 02:51:55 +03:00
registry.rb
resolved_report.rb
section.rb UX: admin dashboard design fixes (#40476) 2026-06-03 13:35:05 +02:00
source_provider.rb PERF: parallelize report fetching in the dashboard Reports section (#42252) 2026-08-05 18:29:17 +03:00