Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How many rules are there in the YSlow version 2.0?

  2. A.

     23

    B.

     21

    C.

     27

    D.

     33

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    There are totally 23 rules in the ruleset of YSlow (V2) namely :
    1. Minimize HTTP Requests
    2. Use a Content Delivery Network
    3. Avoid empty src or href
    4. Add an Expires or a Cache-Control Header
    5. Gzip Components
    6. Put StyleSheets at the Top
    7. Put Scripts at the Bottom
    8. Avoid CSS Expressions
    9. Make JavaScript and CSS External
    10. Reduce DNS Lookups
    11. Minify JavaScript and CSS
    12. Avoid Redirects
    13. Remove Duplicate Scripts
    14. Configure ETags
    15. Make AJAX Cacheable
    16. Use GET for AJAX Requests
    17. Reduce the Number of DOM Elements
    18. No 404s
    19. Reduce Cookie Size
    20. Use Cookie-Free Domains for Components
    21. Avoid Filters
    22. Do Not Scale Images in HTML
    23. Make favicon.ico Small and Cacheable


Be The First To Comment