1 / 11

3-in-1 YSlow

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 …" ,

ziv
Télécharger la présentation

3-in-1 YSlow

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. 1. Lint tool

  3. 2. Monitoring tool showslow.com gtmetrix.com

  4. 3. Platform

  5. 3. Platform Rules Rulesets

  6. YSLOW.registerRule({ id: "myrule", name: "Rule name", info: "This rule …", config: {}, lint: function (doc, cset, config) { return { score: 89, message: ”OMG!" }; } });

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

  8. YSpy

  9. WTF Web Testing Framework http://phpied.com/wtf/

  10. 3-in-1 YSlow Lint, Monitor, Extend

  11. Thank you! Stoyan Stefanov @stoyanstefanov http://www.phpied.com

More Related