Hi All,
My website is using a lot of memory and I have downloaded the trial of ANTS Memory Profiler. The site is using XML files to store the the categories and the items that belong in those categories - I then traverse the files (4mb for the categories file and about 800kb for the items file stored on the local machine (web server)) and spit the results on the page, this I think this is where the issue lies. The problem is that when I click on the things I should be clicking on, I can see the memory going up but eventually it gets to the point where it is only growing by 1 or 2mb (where as the same request made it rise about 60mb before); so it seems to steady out after it has loaded the files initially.
This doesn't tie in with the memory usage I can see on a live website as the memory will just keep going up and up - I am the only one using the dev site whereas there are hundreds using the live one.
My question is, if 5 users are all browsing the same website and all perform a different search or click a link, is a portion of memory allocated for each one of those users?