-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main: switch details_link to a simple tag
An inclusion_tag renders a template on every request, for the glibc page this meant calling Template.render() 7529 times(!) and loading ~ 5 seconds on my AMD Ryzen 7 5700X 8 Core. With this change we now do 3629 Template.render calls in 500 ms.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.