JD Isaacks
JD Isaacks

Reputation: 58014

Flex: time how long HTTPService takes to load?

I am loading some XML with HTTPService in Flex. It is taking longer than I would like to load. So I want to do some trouble shooting, but in order to tell what is making a difference I need to be able to time the requests and how long they are taking.

What is the best way to time an http service to see how long it took from HTTPService.send() to HTTPService.result

Thanks!

Upvotes: 0

Views: 471

Answers (2)

invertedSpear
invertedSpear

Reputation: 11054

This is a duplicate, go here to see my previous answer to the question:

In Flex, is there a way to determine how long an HTTPService.send() call takes round-trip?

Upvotes: 1

Robert Bak
Robert Bak

Reputation: 4236

I would recommend Charles Proxy ( http://www.charlesproxy.com/download/ ). I use it daily as a main tool for monitoring Flex traffic (it even supports AMF). There's a free version with some annoyances (I think it only runs 30 min. each time you run it, and displays a popup from time to time).

Upvotes: 0

Related Questions