Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I would presume from your question that you are using several HTML pages through navbar element.</p> <p>This is your first mistake. I hope this is not a big project for you cause you are going into the world of pain.</p> <p>First, you can prefetch jQuery Mobile pages, that will improve page change time, read more about it <strong><a href="http://jquerymobile.com/demos/1.2.0/docs/pages/page-cache.html" rel="nofollow">here</a></strong>. Unfortunately this solution has few problems, mainly sometime it will not work.</p> <p>My best advice would be to change you app design. Your main navbar pages should be part of a single HTML file, it is also called a multipage template. This is fastest solution but most resource hungry. Also your pages should not be content heavy, it is a main jQuery Mobile app performance killer.</p> <p>I have to excellent articles for you that will help you build a faster jQuery Mobile app, take a look <strong><a href="http://www.gajotres.net/secrets-of-a-good-jquery-mobile-page-architecture/" rel="nofollow">here</a></strong> and <strong><a href="http://www.gajotres.net/how-jquery-mobile-page-handling-affects-javascript-executions/" rel="nofollow">here</a></strong>.</p> <p>If it is not to late I would advise switching to Sencha Touch. It will take some time to learn it (it has a completely <a href="http://www.gajotres.net/sencha-touch-vs-jquery-mobile/" rel="nofollow"><strong>different</strong></a> approach then jQuery Mobile) but in the end you will have a much faster app. I am telling you this as a jQuery Mobile developer, not a Sencha Touch one. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload