$.mobile.changePage("#pageId") taking longer time to load.

$.mobile.changePage("#pageId") taking longer time to load.

Hi,
I have a link with the event "touchstart", which functionality is to move to another page, as below code:
$.mobile.changePage("#pageId");

I understand loading page takes time if data is high.

But, I wish to navigate on next page as soon as the "touchstart" event is fired.

Currently, when we touch the link it waits for few seconds and internally loading the page then navigates to next page, which leads user to confuse whether the button has been clicked or not.

so, basically my requirement is to  navigate to the next page on "touchstart" of the link and show the loading msg on next page rather than delay on the same page and create confusion that button has not been clicked.