Passing large HTML data using jQuery Ajax

Discussion in 'Programming' started by computerzworld, Dec 21, 2012.

  1. #1
    Hello,
    I am passing full HTML page to ajax using jQuery Ajax post request to server. But its data sending time is more. How can I reduce data sending time? Any help will be appreciated. Thanks.
     
    computerzworld, Dec 21, 2012 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Sending time depends on the speed of the connection between the user and the server (nothing you can do about that) and the amount of data you send (you can rethink what you're doing to reduce the amount of data)
     
    Rukbat, Dec 21, 2012 IP