Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Speed performance by <a href="https://developers.google.com/speed/pagespeed/insights#url=http_3A_2F_2Fmaavankal.com_2F&amp;mobile=false&amp;rule=MinifyJavaScript" rel="nofollow">Google PageSpeed</a> suggests the following for JavaScript:</p> <pre><code>Minifying the following JavaScript resources could reduce their size by 33KiB (29% reduction). Minifying http://maavankal.com/source/jquery.fancybox.js?v=2.1.3 could save 16.6KiB (36% reduction). Minifying http://maavankal.com/js/jquery.simplyscroll.js could save 3.4KiB (29% reduction). Minifying http://maavankal.com/js/jcarousellite.js could save 2.7KiB (52% reduction). Minifying http://maavankal.com/js/content_switch.js could save 1.9KiB (30% reduction). Minifying http://maavankal.com/js/bgStretch.js could save 1.6KiB (37% reduction). Minifying http://maavankal.com/js/cScroll.js could save 1.6KiB (33% reduction). Minifying http://maavankal.com/js/forms.js could save 1.4KiB (26% reduction). Minifying http://maavankal.com/js/jquery-ui.js could save 1KiB (5% reduction). Minifying http://maavankal.com/.../jquery.fancybox-buttons.js?... could save 1KiB (35% reduction). Minifying http://maavankal.com/js/superfish.js could save 946B (26% reduction). Minifying http://maavankal.com/js/script.js could save 883B (18% reduction). </code></pre> <p><strong>Other suggestions:</strong></p> <ul> <li>Try avoid using mutiple $(document).ready statements</li> <li>Use the latest version of jQuery 1.9.x</li> <li>Your using a lot of plugins. You could combine your plugins/scripts into 1 file you can do this very easily using <a href="http://closure-compiler.appspot.com/home" rel="nofollow">Google Closure compiler</a>.</li> <li>Move your inline tags to the end of the body (some including fancy box) these may increase the loading time of the dom</li> <li>Utilise <a href="http://www.jquery4u.com/speed/jquery-performance-dom-caching/" rel="nofollow">DOM caching in your jQuery code</a></li> <li>check for missing media (such as images) may halt the loading of your page. is /images/bg.jpg missing?</li> <li>Use the network panel in chrome dev tools to analyse loading times of your page media</li> </ul>
    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