Hi,
I am trying to record a application and it seems it takes nearly 30 seconds for google analytics code to download which is causing the overall transaction end up in a higer rate. Any suggestions/ work around to fix this.
Problem was with proxy. Since the player server needs proxy for connecting to google analytics site it has caused this delay. I have added the proxy when adding transaction and that helped!
Is this an expected part of the web application you are monitoring?
Hi Steven,
WPM waits for the complete page to download to proceed to the next step, Which is causing delay. Specially the google analytics part which is taking more time.
When you say it is causing a delay, is this because the UI is fully rendered for the user while the rest of page loads in the background, therefore the time to load the page does not necessarily reflect the time it take for the user to be able to interact with the UI? What exactly are you trying to monitor in this use case?
When WPM launches a page while playback, It waits for the complete page to load and proceeds to next step which I agree its a normal behaviour. In my application which i am recording its linked with google analytics. While rest of the other page loads quickly in less than 3 seconds. It waits for google analytics codes to download which is taking nearly 10 seconds and then it moves on to next step. I am worried about this delay.
How to ignore this? I also assume everytime WPM clears the cache is there a way where I can set not to clear the cache? May be this will improve and help us showing the actual time?