Talk from GopherCon IL 2020. Profiling applications should be a fundamental part of developers' work, but unfortunately it is usually not. This talk gives the highlights on Go's builtin tools for profiling and debugging in runtime: go tool pprof / trace, expvar. Will include code examples & live demos, focusing on web apps.