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.
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)