You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath 47fd156936
Use route rather than use thus reducing the number of stack frames (#15301)
Since the move to Chi the number of stack frames has proliferated somewhat catastrophically and we're up to 96 frames with multiple tests of the url outside of a trie which is inefficient.

This PR reduces the number of stack frames by 6 through careful use of Route, moves Captcha into its own router so that it only fires on Captcha routes, similarly for avatars and repo-avatars.

The robots.txt, / and apple-touch-icon.png are moved out of requiring Contexter.

It moves access logger higher in the stack frame because there is no reason why it can't be higher.

Extract from #15186
Contains #15292
3 years ago
..
admin Addition to (Add Location, Website and Description to API #15675) (#15690) 3 years ago
misc Refactor renders (#15175) 3 years ago
notify move notification APIFormat (#13783) 4 years ago
org Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
repo Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
settings Disable Stars config option (#14653) 3 years ago
swagger Move modules/forms to services/forms (#15305) 3 years ago
user add some reponse status on api docs (#15399) 3 years ago
utils Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
api.go Use route rather than use thus reducing the number of stack frames (#15301) 3 years ago