When running a test window that uses HTP to produce output, frequently the test will run in less than a second but it will take many seconds to retrieve the HTP output (from a distant server).

Is there any way to speed up the retrieval of the HTP output, perhaps using htp.get_page instead of htp.get_line?

EDIT: I am actually seeing something interesting. Looking at the network traffic it looks like for each call to get_line(N), the data retrieved for get_line(N-1) is sent back to the server along with the request. Perhaps the data is sent as the bind-value for :line? In either case, resolving this would greatly speed up retrieving HTP output so could you please investigate? I used Wireshark to see the traffic, and I will gladly provide more details if needed.