I upgraded to 7.0 the other day and I notice a slow down on the end user desktop, actually had to work with technical support on an error message that was a result of the user hitting the submit button twice. This was an Environmental Issues.
So I did some digging around and here is what I found:
Ever time I click a category on the end user desktop, the CPU usage on the web server goes to approx. 80%; I thought this was a bit extreme to populate a dropdown list.
So I turned IIS logging on the Rep web site to see what traffic is created when I submit a ticket, to my surprise I saw pages and pages of web service calls for one ticket.
So I logged into SQL profiler to see the SQL traffic that is created. I captured over 15,000+ SQL statements that were created by inserting one ticket!!
Is this normal, is anyone else experiencing the same issues, do I need to upgrade the production environment to a much larger servers to handle this massive number of SQL statements that are created??