Here's the image, I've been told my website uses too much memory, is there anything I can tell from this:
Hi,
Have you tried to rather give a look at the "Memory Usage" tab ? See https://docs.microsoft.com/en-us/visualstudio/profiling/memory-usage
In particular you'll be able how many objects of each type you have and what is the total size. It might allow to figure out which kind of objects are unexpectedly loaded and kept in memory.
Thanks for the answer, I tried your advice, and got this - but what does it mean?
Hi RateFor,
It looks like you wan to know that how to understand the results from diagnostic tools window.
I suggest you to refer article below may help you.
Profiling Tools
Regards
Deepak