110 likes | 300 Views
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 …" ,
E N D
3-in-1 YSlow Stoyan Stefanov, @stoyanstefanov June 23, 2010 Velocity
2. Monitoring tool showslow.com gtmetrix.com
3. Platform Rules Rulesets
YSLOW.registerRule({ id: "myrule", name: "Rule name", info: "This rule …", config: {}, lint: function (doc, cset, config) { return { score: 89, message: ”OMG!" }; } });
YSLOW.registerRuleset({ id: "myruleset", name: "My ruleset", rules: { my_rule: {}, my_other_rule: {}, ynumreq: {}, ycompress: {} }, weights: { } });
WTF Web Testing Framework http://phpied.com/wtf/
3-in-1 YSlow Lint, Monitor, Extend
Thank you! Stoyan Stefanov @stoyanstefanov http://www.phpied.com