Share Posted November 25, 2014 Hello, how much does the different GSAP components really weigh? When you download from the greensock CDN, it says: But when I look in the chrome network inspector, I see: TimelineLite weighs about 11 kb and TweenLite weighs 25kb compared to 6kb like it says on the greensock website. What's up with that? I suppose that I should trust the network inspector, but I really want to believe that it only weighs 6kb (which seems way too good to be true). Thanks! /Alex Link to comment Share on other sites More sharing options...
Share Posted November 25, 2014 Those are the gzip sizes, and they're accurate. Look above the kb size, 420 B and 414 B. It only download the headers because you have an up to date version cached. That's what that 304 status code means. 2 Link to comment Share on other sites More sharing options...
Share Posted November 25, 2014 Hi Manfrex that's gzipped file size pls check these links : http://greensock.com/forums/topic/8871-file-size/?hl=gzip http://greensock.com/forums/topic/8739-kb-weight-not-accurate/?hl=gzip#entry34596 http://greensock.com/forums/topic/7781-js-size-in-kbs-dont-match/?hl=gzip#entry29639 Link to comment Share on other sites More sharing options...
Author Share Posted November 27, 2014 Awesome, thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now