Home - mitikov/KeepSitecoreSimple GitHub Wiki
making-it-faster.blog
Content is migrated toThis blog will be archived as soon as migration is over.
Memory Dumps stuff
General
Collecting snapshots
General troubleshooting
-
Why when what data needed - when the data is needed and how to collect it.
-
When Fiddler - collecting browser-server activity.
-
Why does site recycle or crash from IIS logs - analyzing Windows Event Logs to find reasons for site crashes/recycles.
-
Debugging framework internals without source code - what if you do not have PDBs but want to debug the program?
-
Profiling slow code - how to get an understanding in 2 minutes why the certain operation is slow.