You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. I guess having timings within a tightly nested loop or popular component wouldn't be useful but I don't have those issues. Even if I have to opt-in for timings, it's all good.
I just spent several hours trying to use pprof on macOS to figure out the slow rendering and its output was unusable. Maybe it only works well on Linux? Turns out I had a connection pool size of 20 and 60 goroutines all fighting for those connections, thus the delays.
Has anyone added or know how to add rendering time output for templates? I have some slow pages and it would be a huge benefit to see something like:
in the page source. It would allow me to narrow down view performance issues to a specific template very quickly.
The text was updated successfully, but these errors were encountered: