As a follow up here, I am noticing also that when the MachII Logger is enabled, regardless of clearing cookies, my app runs very slowly.
What's weird is that the times reported by the mach-ii logger (in the browser output) are rather quick, but the page is still very slow. For example, the Mach-II logger will report the total execution time for a page was 500 milliseconds, but in Chrome dev tools, I will see that that page request actually took 10 seconds or so to return the markup (please see attached screenshot).
When I turn the logger off, the Chrome Dev tools reported time is much quicker (more like the actual 500ms reported by the logger). The point of all this is that I'm trying to performance tune my app, but anytime I turn the logger on to get some insight my page requests screech to a halt. Does anyone else see this behavior when they use the logger on their own sites? Can any performance tuning studs point me in the right direction?
I am determined to make this app fast! Thanks!