3-in-1 yslow

11
3-in-1 YSlow Stoyan Stefanov, @stoyanstefanov June 23, 2010 Velocity

Upload: ziv

Post on 06-Jan-2016

35 views

Category:

Documents


0 download

DESCRIPTION

3-in-1 YSlow. Stoyan Stefanov, @stoyanstefanov June 23, 2010 Velocity. 1. Lint tool. 2. Monitoring tool. showslow.com gtmetrix.com. 3. Platform. 3. Platform. Rules Rulesets. YSLOW . registerRule ({ id: "myrule" , name: "Rule name" , info: "This rule …" , - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: 3-in-1  YSlow

3-in-1

YSlow

Stoyan Stefanov, @stoyanstefanov June 23, 2010Velocity

Page 2: 3-in-1  YSlow
Page 3: 3-in-1  YSlow

showslow.comgtmetrix.com

Page 4: 3-in-1  YSlow
Page 5: 3-in-1  YSlow

3. Platform

• Rules• Rulesets

Page 6: 3-in-1  YSlow

YSLOW.registerRule({ id: "myrule", name: "Rule name", info: "This rule …", config: {},

lint: function (doc, cset, config) { return { score: 89, message: ”OMG!" }; }});

Page 7: 3-in-1  YSlow

YSLOW.registerRuleset({ id: "myruleset", name: "My ruleset", rules: { my_rule: {}, my_other_rule: {}, ynumreq: {}, ycompress: {} }, weights: { }});

Page 8: 3-in-1  YSlow

YSpy

Page 9: 3-in-1  YSlow

WTFWeb Testing

Framework

http://phpied.com/wtf/

Page 10: 3-in-1  YSlow

3-in-1 YSlow

Lint, Monitor, Extend

Page 11: 3-in-1  YSlow

Thank you!

Stoyan Stefanov@stoyanstefanovhttp://www.phpied.com