Rethinking Kilobytes

Conventional wisdom says that kilobytes have a direct impact on load times and consequently user experience. Too many developers, however, myopically focus on a simplistic (and rather dated) “aggregate total file size” mentality and completely…

Rethinking Kilobytes

Conventional wisdom says that kilobytes have a direct impact on load times and consequently user experience. Too many developers, however, myopically focus on a simplistic (and rather dated) “aggregate total file size” mentality and completely miss the broader goal of improving user experience. This article aims to challenge the old paradigm and explain why “spending” kilobytes on a library like GSAP can be a very smart move.

Kilobyte cost factors

When you’re assessing kilobyte cost in a modern, nuanced way consider these factors:

  1. Performance yield

    Some kilobytes are “cheap” in terms of the initial load but expensive for runtime execution. If our goal is better user experience, this is critical. Would you rather a page that loads 200ms faster with janky animations or one that’s super-smooth at runtime but takes a fraction of a second longer to load? Of course there are reasonable limits either way (waiting an extra 30 seconds for a huge file to load would be intolerable even if it made things run buttery smooth), but in most cases we’re only talking about fractions of a second difference. For example, GSAP contains “extra” code that automatically GPU-accelerates transforms, applies lag smoothing, avoids layout thrashing, caches important values for super-fast lookups, etc. – would removing those features for the sake of a few milliseconds on initial load (and zero savings once it’s cached) be a step forward or backward?

  2. Caching

    When does a 23kb file act like a 0kb file? When it’s cached! This is particularly relevant for engaging, animated sites because there are common tasks and code that can be encapsulated and shared. GSAP is a perfect example of a shared resource. An end user only loads it once and then it’s completely “free” thereafter…for all pages pointing at that file…on all sites*!

    Unique assets vs shared resources

    *Some browsers may implement domain-specific caching.

  3. CDN

    files loaded from a CDN (Content Delivery Network) are typically “faster” because they’re geographically distributed and automatically loaded from the closest server. Plus CDNs have inherent redundancies leading to better reliability.

  4. Custom code reduction (kb savings)

    Loading a library like GSAP may allow you to only write 1kb of custom animation code instead of 5kb of CSS animation code, for example. Plus it has quite a few utility methods that you can tap into for added savings. This can significantly reduce the amount of custom code that must be loaded as your visitors go page-to-page.

Non-kilobyte costs

If you avoid a tried-and-true library like GSAP, it may feel like you’re reducing your costs but don’t forget:

  • Development time

    You could use a minimalistic library or write your own, but how much more time will that take to implement? How much more custom code will it require? How many workarounds will be required to get similar functionality? How many headaches will you run into with cross-browser quirks and inconsistencies that GSAP already solved? GSAP’s API has been crafted over a decade to facilitate easy experimentation with minimal code. And when it comes to animation, experimentation is key. Most developers are working against deadlines and it’s priceless to have a robust, vetted toolset to rely on.

  • Swagger & confidence

    Perhaps at the outset your project only has basic animation needs so you choose a basic animation library or write your own custom code for all the animations…but what happens when the client requests something more advanced? Uh oh. Will you port everything to GSAP then? What if you’ve got hundreds of animations that now need to be dynamically time-scaled or linked to scroll position with smooth scrubbing? How about advanced morphing? If you just use GSAP from the start, you have almost zero risk of running into an “oh no!” moment like that. You can code with confidence that you’ll be able to animate pretty much anything with minimal code. What is that kind of developer swagger worth?

  • Documentation, support & training

    What if you run into trouble? Is excellent documentation available? Is there a community eager to help? Are there training resources for new hires down the road? What’s the real long-term impact of your choice?

  • Maintenance

    The web is littered with abandoned open source projects. What’s the track record of the one you’re considering? How long has it been actively developed? Or if you’re writing all your own animation code from scratch, is it truly maintainable? What’s the long-term cost? Are you documenting how everything works? What happens when browsers introduce bugs or new features that impact animations?

Other factors to consider

  • Bandwidth is only increasing

    The impact of a 23kb library is decreasing all the time. It’s less than a single image these days. On average, in fact, images account for over 864kb on every web page! And again, GSAP is a one-time load in most cases. It’s often cached in which case it costs nothing.

  • GSAP doesn’t count against file size budgets on every major ad network

    They have virtually all recognized GSAP as an industry standard and exempted it from file size calculations. That directly benefits you if your animations are GSAP-based.

Conclusion

If you adopt the old mindset that’s solely focused on the aggregate total file size for each page, it’s easy to miscalculate the cost of using a library like GSAP (or any other shared resource). Doing so also pushes developers toward minimalistic less-capable solutions that may end up being far more expensive long-term. We’d encourage a more wholistic, nuanced approach that looks at the overall costs and benefits. Remember the end goals – outstanding user experience, minimal development costs, and long-term viability.


Print Share Comment Cite Upload Translate
APA
Blog | Sciencx (2024-03-28T20:58:03+00:00) » Rethinking Kilobytes. Retrieved from https://www.scien.cx/2020/09/09/rethinking-kilobytes/.
MLA
" » Rethinking Kilobytes." Blog | Sciencx - Wednesday September 9, 2020, https://www.scien.cx/2020/09/09/rethinking-kilobytes/
HARVARD
Blog | Sciencx Wednesday September 9, 2020 » Rethinking Kilobytes., viewed 2024-03-28T20:58:03+00:00,<https://www.scien.cx/2020/09/09/rethinking-kilobytes/>
VANCOUVER
Blog | Sciencx - » Rethinking Kilobytes. [Internet]. [Accessed 2024-03-28T20:58:03+00:00]. Available from: https://www.scien.cx/2020/09/09/rethinking-kilobytes/
CHICAGO
" » Rethinking Kilobytes." Blog | Sciencx - Accessed 2024-03-28T20:58:03+00:00. https://www.scien.cx/2020/09/09/rethinking-kilobytes/
IEEE
" » Rethinking Kilobytes." Blog | Sciencx [Online]. Available: https://www.scien.cx/2020/09/09/rethinking-kilobytes/. [Accessed: 2024-03-28T20:58:03+00:00]
rf:citation
» Rethinking Kilobytes | Blog | Sciencx | https://www.scien.cx/2020/09/09/rethinking-kilobytes/ | 2024-03-28T20:58:03+00:00
https://github.com/addpipe/simple-recorderjs-demo