Download - 3-in-1 YSlow

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


Top Related