in reply to Reduction in Processing Time of Get Method

Is there any way to reduce this time difference?

That will likely depend heavily on http://www.xxx.com/p/1234. How long does it take with a trivial URL (eg. this one? With a localhost URL? Without TreeBuilder?

Once you know where the problem actually lies you can try to tackle it. See Debugging and Optimization for more clues.

  • Comment on Re: Reduction in Processing Time of Get Method

Replies are listed 'Best First'.
Re^2: Reduction in Processing Time of Get Method
by Kaustubh (Acolyte) on Aug 17, 2016 at 10:18 UTC

    Hi Hippo,
    Thanks for your suggestions!The time difference varries if the URL is changed.

      If the same content from a different URL (eg. a localhost copy) takes much less time, then the network is clearly the bottleneck and unless you want to start getting into caching or have some control over the network then you are very much stuck with it.