Changes between Initial Version and Version 2 of Ticket #2354


Ignore:
Timestamp:
05/01/12 15:14:54 (2 years ago)
Author:
aron.carroll
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2354

    • Property Owner set to aron.carroll
    • Property Status changed from new to assigned
  • Ticket #2354 – Description

    initial v2  
    11Try and increase the page load times for the front end. 
    22 
    3 Now 
     3= Now =  
    44 
    5 Always include scripts at the bottom 
    6 Include css at the top 
    7 Load fonts with JS 
    8 Concatenate and minify JavaScript files 
    9 Create a build script to load dependancies seperately 
    10 Enable Gzip compression on resources 
    11 Enable future cache headers on resources 
     5 * Always include scripts at the bottom 
     6 * Include CSS at the top 
     7 * Load fonts with JS 
     8 * Concatenate and minify JavaScript files 
     9 * Create a build script to load dependancies seperately 
     10 * Enable Gzip compression on resources 
     11 * Enable future cache headers on resources 
    1212 
    13 Next 
     13= Next =  
    1414 
    15 Support serving assets from a CDN 
    16 Look into optimising the CSS - Remove large portions of unused CSS 
    17 Remove extreaneous libraries, can jQuery UI be replaced with bootstrap? 
     15 * Support serving assets from a CDN 
     16 * Look into optimising the CSS - Remove large portions of unused CSS 
     17 * Remove extreaneous libraries, can jQuery UI be replaced with bootstrap?  
    1818 
    19 Tools 
     19= Tools =  
    2020 
    21 Webkit Inspector Audits 
    22 YSlow Firebug Plugin - http://yslow.org/ 
    23 Speed Tracer - https://chrome.google.com/webstore/detail/ognampngfcbddbfemdapefohjiobgbdl 
     21 * Webkit Inspector Audits 
     22 * YSlow Firebug Plugin - http://yslow.org/ 
     23 * Speed Tracer - https://chrome.google.com/webstore/detail/ognampngfcbddbfemdapefohjiobgbdl 
    2424 
    25 Continuous Integration 
     25= Continuous Integration = 
    2626 
    2727YSlow can be hooked up to Jenkins via Phantom JS