O4W: What js is available offline (O4W)
At 03 MAY 2013 02:15:33PM dsigafoos wrote:
I haven't done any testing yet but was wonder …
When I look at the page source i see something like
<!--O4W CORE SCRIPTS--> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"></script> <!--O4W CORE SCRIPTS END-->while in other definitions are for local directories.
So my question is (boy i am long winded) what functionality, if any, do we loose without internet connection?
DSig
At 03 MAY 2013 02:57PM bshumsky wrote:
I haven't done any testing yet but was wonder …
When I look at the page source i see something like
<!--O4W CORE SCRIPTS--> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"></script> <!--O4W CORE SCRIPTS END-->while in other definitions are for local directories.
So my question is (boy i am long winded) what functionality, if any, do we loose without internet connection?
DSig
On the o4w maintenance screen, you can configure O4W to use either the jQuery libraries we've included in your OI folders, or the jQuery libraries as delivered by the "Content Delivery Network" (CDN) at google.
It may be counter-intuitive, but using the on-line version may be faster (on your client's pc) than using the local copy - that's because the google CDN may deliver the library files faster than your own server can.
Other than that potential performance difference, the only other things that aren't not available in "off line" (ie, local library) mode, is: (a) the "theme picker" for all the different types of jQuery themes, and (b) the Google graphs library.
- Bryan Shumsky
At 03 MAY 2013 04:05PM dsigafoos wrote:
Great info … thanks bryan