Page 1 of 1

Measure page rendering time

PostPosted: Thu Dec 19, 2013 11:26 am
by EdGarcia
Hi all.

I need to measure page rendering time. Can eValid do this?

How easily?

Thanks

Re: Measure page rendering time

PostPosted: Fri Dec 20, 2013 11:07 am
by eValid
EdGarcia wrote:Hi all.

I need to measure page rendering time. Can eValid do this?

How easily?

Thanks


Hey EdGarcia,

Thanks for posting on the forum.

We have many customers who use evalid to measure intra-page
rendering times.

The way to do this is with the ResetTimer/Timer commands combined
with a DOM syncronization command that actually waits out whatever
is the trigger.

eValid has special commands that can be used to achieve playback
synchronization based on internal properties of pages, a capability
that is essential in certain AJAX implementations:

http://www.e-Valid.com/Products/Documen ... n.dom.html

Basically you're timing playback synchronization time...this is done
to 10 msec accuracy.

Let us know if you need some further guidance.

--eValid Support