Community Tip - You can change your system assigned username to something more personal in your community settings. X
I have 3 main mashups, and I want to know how long it takes each one of them to load.
So far, I have tried two things:
- Logging a message when the "Loaded" event is triggered by my base Mashup
- Logging messages when the "ServiceInvokeComplete" event gets triggered at the end of each service that gets called by my Mashup
My application is not performing as well as it should be. I need to identify performance bottlenecks.
Any help is greatly appreciated!!
Solved! Go to Solution.
Not sure what browser environment you use, but if you hit F12 in Chrome or if you load Firebug for Firefox, you'll see all the calls and how long they take to load. (set the developer window to Network)
Not sure what browser environment you use, but if you hit F12 in Chrome or if you load Firebug for Firefox, you'll see all the calls and how long they take to load. (set the developer window to Network)
Thanks for the response Pai!
Using Firebug worked well...unfortunately i know need to collect the same data for an iPad. Any suggestions on a tool i can use to do this?
Any suggestions are greatly appreciated