Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Web Bloat Score Calculator

Web Bloat Score Calculator

Scheduled Pinned Locked Moved The Lounge
javascriptcssvisual-studiocomhosting
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mario Z
    wrote on last edited by
    #1

    Web Bloat Score Calculator[^]:

    Compare size of a page to a compressed image of the same page

    The article is rather interesting, but the calculator itself meh... not so much... It's indeed an interesting and original approach, I'll give him that, but the formula for WebBS (or B$ :D) is just too simplistic to have any actual meaning. I mean the used fonts, elements spacing, etc. on some page can have a major impact on calculated result and I don't consider that to be relevant to page's bloatedness. I was hoping that the result would detect for example the website's size inflation that occurred due to an underused JS and CSS framework(s) and thus indicate that they should be removed on that website. I believe that the formula needs more work for it to be useful... for example it could take the total amount of web requests, that were send for a measuring page, into account. However, that would probably be unfair as well, because typically you do not bundle some requests to leverage the cache or CDN ... Nevertheless, I did like the thin vs the fat tribe story.

    M Z H 3 Replies Last reply
    0
    • M Mario Z

      Web Bloat Score Calculator[^]:

      Compare size of a page to a compressed image of the same page

      The article is rather interesting, but the calculator itself meh... not so much... It's indeed an interesting and original approach, I'll give him that, but the formula for WebBS (or B$ :D) is just too simplistic to have any actual meaning. I mean the used fonts, elements spacing, etc. on some page can have a major impact on calculated result and I don't consider that to be relevant to page's bloatedness. I was hoping that the result would detect for example the website's size inflation that occurred due to an underused JS and CSS framework(s) and thus indicate that they should be removed on that website. I believe that the formula needs more work for it to be useful... for example it could take the total amount of web requests, that were send for a measuring page, into account. However, that would probably be unfair as well, because typically you do not bundle some requests to leverage the cache or CDN ... Nevertheless, I did like the thin vs the fat tribe story.

      M Offline
      M Offline
      Mark_Wallace
      wrote on last edited by
      #2

      Fun article. I checked my site, and it came out at 1.1. I didn't like that, so I messed around a little (without changing any graphics), and got it down to 0.694 -- not too bad, considering I pre-load all the graphics. So it's a useful tool for making me not be lazy. CP varies (I saw a range of 1.65 to 1.9), but that's not surprising, because the content (and the advertising) changes.

      I wanna be a eunuchs developer! Pass me a bread knife!

      M 1 Reply Last reply
      0
      • M Mark_Wallace

        Fun article. I checked my site, and it came out at 1.1. I didn't like that, so I messed around a little (without changing any graphics), and got it down to 0.694 -- not too bad, considering I pre-load all the graphics. So it's a useful tool for making me not be lazy. CP varies (I saw a range of 1.65 to 1.9), but that's not surprising, because the content (and the advertising) changes.

        I wanna be a eunuchs developer! Pass me a bread knife!

        M Offline
        M Offline
        Mario Z
        wrote on last edited by
        #3

        Among others, I tested out my CP article (Find and Replace text in a Word document) and got ~2.5 [^], I was expecting worse because of this introduction image. When optimized that image can be reduced by ~62%. Also, I seen that the calculator's page has a nice score of 0.394. Looking at its web request logs it seems it minified everything, including HTML, CSS, JS and icon font (Font Awesome). I sure would like to know how was that done, I mean just the icon font part (the rest are common)?

        1 Reply Last reply
        0
        • M Mario Z

          Web Bloat Score Calculator[^]:

          Compare size of a page to a compressed image of the same page

          The article is rather interesting, but the calculator itself meh... not so much... It's indeed an interesting and original approach, I'll give him that, but the formula for WebBS (or B$ :D) is just too simplistic to have any actual meaning. I mean the used fonts, elements spacing, etc. on some page can have a major impact on calculated result and I don't consider that to be relevant to page's bloatedness. I was hoping that the result would detect for example the website's size inflation that occurred due to an underused JS and CSS framework(s) and thus indicate that they should be removed on that website. I believe that the formula needs more work for it to be useful... for example it could take the total amount of web requests, that were send for a measuring page, into account. However, that would probably be unfair as well, because typically you do not bundle some requests to leverage the cache or CDN ... Nevertheless, I did like the thin vs the fat tribe story.

          Z Offline
          Z Offline
          ZurdoDev
          wrote on last edited by
          #4

          weather.com is 12.6. Is that bad? :-\

          There are only 10 types of people in the world, those who understand binary and those who don't.

          R 1 Reply Last reply
          0
          • Z ZurdoDev

            weather.com is 12.6. Is that bad? :-\

            There are only 10 types of people in the world, those who understand binary and those who don't.

            R Offline
            R Offline
            Rage
            wrote on last edited by
            #5

            It's hard to tell weather it is bad or not.

            Do not escape reality : improve reality !

            Z 1 Reply Last reply
            0
            • R Rage

              It's hard to tell weather it is bad or not.

              Do not escape reality : improve reality !

              Z Offline
              Z Offline
              ZurdoDev
              wrote on last edited by
              #6

              I sea what you did there.

              There are only 10 types of people in the world, those who understand binary and those who don't.

              1 Reply Last reply
              0
              • M Mario Z

                Web Bloat Score Calculator[^]:

                Compare size of a page to a compressed image of the same page

                The article is rather interesting, but the calculator itself meh... not so much... It's indeed an interesting and original approach, I'll give him that, but the formula for WebBS (or B$ :D) is just too simplistic to have any actual meaning. I mean the used fonts, elements spacing, etc. on some page can have a major impact on calculated result and I don't consider that to be relevant to page's bloatedness. I was hoping that the result would detect for example the website's size inflation that occurred due to an underused JS and CSS framework(s) and thus indicate that they should be removed on that website. I believe that the formula needs more work for it to be useful... for example it could take the total amount of web requests, that were send for a measuring page, into account. However, that would probably be unfair as well, because typically you do not bundle some requests to leverage the cache or CDN ... Nevertheless, I did like the thin vs the fat tribe story.

                H Offline
                H Offline
                hpcoder2
                wrote on last edited by
                #7

                I would like to see rankings based on rendering times on a 10 year old client. It drives me nuts when I come across a website so full of Javascript goodness that it is a slow as muck, resulting in it being unusable. With response times of the order of 30 seconds to basic UI interactions, it means that your start to enter some text when suddenly the web page reloads with something completely different, as there was an extra mouse click buffered somewhere. Its particularly annoying when the page could just as easily have been implemented in good old fashion CGI, but was implemented using AJAX for trendiness reasons.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups