task

performance - 

[previously]

  1. [2013-09-06] i] NEW CD - BK - tech-dev-www/javascript
    1. ?] align with local ??
    2. i] Details - including - steve souders performance article, website, ...
    3. x] NEW BK - www-general - for all content WWW content(non-js) until individual books are published publicly
  2. i] 2013-09-06 prb / performance / ...
    1. +] PRB - PG view/article hanging (? news OR ?)
    2. ] ART steve souders - your script is killing my page, 
    3. ] performance analysis(sospep.com) @ site webpagetest.org
    4. ] results = :( 
  3. [2013-10-23]*] recall that i had 2 sites for perf testing ( src steve souders, googles page insights)
    1. ] check locations - NOT located'ed in  lang-js, sear
    2. ] check BM's = 
  4. ] PREV RESULTS FROM 2013-09-06, ?? 09-16
    1. ] PG indexhttp://www.webpagetest.org/result/130906_VC_V9A/ -  
      1. SCORE = B,A, F, F, F, F,X 
      2. TIMES = first view 2.2 
      3. OTHER = requests=11,  kb=459, kb.repeatView=11
      4. *save .har file result
    2. ] PG view/article?id=1663 (contents-lang-js)
      1. SCORE: F,A, F, F, F, F,X 
      2. TIMES : firstView= 9.7 repeat = 6.5
      3. OTHER = requests.ttl=56,  kb.firstView=1554,
      4. * saved har file of result
  5. ] 2013-10-23 - 
    1. ] run the same tests, on the same* pages, BEFORE changing anything
  6. x] PG index @ webpagetest.org
    1. SCORE = A,A, F, F, F, F,X 
    2. TIMES = firstView 1.4 repeatView 0.6
    3. OTHER = requests=11, requestsRepeat=1 kb=459, kb.repeatView=10  
    4. *] .har file, http://www.webpagetest.org/result/131023_90_VMT/
  7. x] PG view/article?id=1663 (contents-lang-js) @webpagetest.org
    1. SCORE: A,A, F, F, F, F,X 
    2. TIMES : firstView= 6.0 repeat = 5.0
    3. OTHER = requests.ttl=55, requests.repeat=6, kb.firstView=1390, kb.repeatView = 340
    4. * saved har file of result , http://www.webpagetest.org/result/131023_88_VFZ/
  8. x] rESULTS @webpagetest.org
    1. x] are somewhat better, 
    2. *] dont know what/all changes to pages ( article may/have cached page for news articles, ) AND 
    3. *] host server has been upgraded 
  9. x] PG index @ google page insights
    1. x] desktop = 72, 2 red, 1 yellow
    2. x] mobile = 68, 1 red, 2 yellow
  10. x] PG view/article?id=1663 @google page insights
    1. x] desktop = 57, 3 red, 1 yellow
    2. x] mobile = 57, 3 red, 1 yellow
  11. i] sospep.com - ] performance analysis - ] revisions
    1. *] see prev results, 
    2. ] PG siteLayout - move SOME scripts() from: head to: bottom of page 
    3. x] TRY 001 - Shared/SiteLayout - MOVE scripts(jq, jq ui, sospep) from head to bottom of body
    4. x] PRB - now b/c jq is not loaded first, the in page scripts on page 'view/article' are not loading because of 
    5. x] TRY - put the inpage script "subject-article" into seperate file and loaded it at bottom of page
    6. *] PRB - LOST scripts - "displayNewsFeed" and "tabs", recovered older 'tech_news' script from prev ver -v-003, working
  12. x] PG index @ google page insights - NO CHANGE
    1. x] desktop = 72, 1 red, 2 yellow
    2. x] mobile = 68, 2 red, 1 yellow
  13. x] PG view/article?id=1663 @google page insights
    1. x] desktop = 87, 0 red, 2 yellow
    2. x] mobile = 67, 2 red, 0 yellow
  14. ] *** RE RUN the tests
  15. ] PG index @ webpagetest.org
    1. SCORE = A,A, F, F, F, F,X 
    2. TIMES = firstView 1.4 repeatView 0.6
    3. OTHER = requests=11, requestsRepeat=1 kb=459, kb.repeatView=10  
    4. *] .har file, http://www.webpagetest.org/result/131023_90_VMT/
  16. ] PG view/article?id=1663 (contents-lang-js) @webpagetest.org
    1. SCORE: A,A, F, F, F, F,X 
    2. TIMES : firstView= 6.0 repeat = 5.0
    3. OTHER = requests.ttl=55, requests.repeat=6, kb.firstView=1390, kb.repeatView = 340
    4. * saved har file of result , http://www.webpagetest.org/result/131023_88_VFZ/

[currently]

  1. ] sospep.com - ] performance analysis - ] revisions
    1. *] see prev results, 
    2. x] TRY 001 - Shared/SiteLayout - MOVE scripts(jq, jq ui, sospep) from head to bottom of body
    3. x] PRB - now b/c jq is not loaded first, the in page scripts on page 'view/article' are not loading because of 
    4. x] TRY - put the inpage script "subject-article" into seperate file and loaded it at bottom of page
    5. *] PRB - LOST scripts - "displayNewsFeed" and "tabs", recovered older 'tech_news' script from prev ver -v-003, working 
  2. i] TRY enable gzip compression 
    1. x] modify web.config file , 
      1. see ] config added, 
      2. compare ] arvixe config ex
    2. x] restarted pool, site
    3. x] VERIFY by 
      1. x] checking header "response - Accept-Encoding" ( not present )
      2. x] test at page insights - no compression detected

[next]

  1. [LIST]
    1. ] scripts/css - move blocking scripts from head to bottom of page
    2. ] gzip - compression transfer - gzip - for 
    3. ] CDN - for static resources (images, js, css, )
    4. ] img compression
    5. ] img sprites ??
    6. ] img progressive jpeg 
  2. [00:00] more suggestions on performance 
    1. ] http://www.quora.com/Websites/How-do-you-make-a-website-run-fast 
    2. ] instrumentation, ] ] souders,  
    3. ] have some BM's
  3. [00:00] PERFORMANCE
    1. ] script links to bottom of page
    2. ] scripts minified
    3. ] scripts >() kb gzipped
    4. ] icon images consolidated into single icon-sheet
Details Photos Edit more

Details

ID: 2963

NAME: performance-test

DESCRIPTION: performance optimization plan, test results,

START DATE TIME: 2013-10-23 10:54:42

EST DURATION: 01:00:00

END DATE TIME: 2013-10-23 11:54:42

STATUS: To-Do

PRIORITY: -5

OWNER ID: 75

Content Photos Edit more

photos

photos for this task

actions

Agenda Email task SMS task Priorities