Size of jQuery mobile scripts
Hi there,
I have a mobile web site that uses JQuery framework but the size of the JavaScript and CSS files is bit big:
JavaScript
- jquery.mobile-1.3.0.min.js (in minimized format, size is 144.4K)
CSS
- jquery.mobile.structure-1.3.0.css (in readable format, size is 79.7K)
- jquery.mobile.theme-1.3.0.css (in readable format, size is 49.6K)
Those figures were taken with YSlow running on my Firefox desktop browser.
I have two questions:
- What can be done to to reduce size of those files?
- Is the size of files dynamically changed depending on the client (mobile=smaller files, desktop=larger files)?