Skip to content
Snippets Groups Projects
Unverified Commit d90d6254 authored by Saurabh Kumar's avatar Saurabh Kumar Committed by GitHub
Browse files

Update the global notification dropdrown to use htmx (#3836)

- Loads the notification items only after clicking on the bell icon
- This reduces ~30 db queries, on every page load
- The activities display are also on the most costly db queries, on a
simple test db the time spent on processing sql reduces from ~530ms to
~150ms
- The side-effect of ajax based request is the whenever the bell icon is
  clicked it will always display the latest data and not stale, even if
the page is not refreshed.

Fixes #3806
parent 35d32a76
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment