Share Posted February 24, 2019 Very general question here: I'm in mid-production on the homepage for http://wordmetrics.com and I'm thinking I've probably crossed a line in the sand in terms of CPU overhead. (It's live for now, but it's still a work in progress -- and mobile isn't really well implemented yet, I know) I'm thinking I'll probably start/stop animations on page-scroll levels in order to only animate 1 area at a time, (or move over to Canvas if that doesn't work) but what's the best approach to getting a read on "how much is too much" in terms of overhead? I should probably figure this out before adding another 5 animations to the page! Thanks in advance Link to comment Share on other sites More sharing options...
Share Posted February 24, 2019 This reference sums up any advice I could offer. https://developers.google.com/web/tools/chrome-devtools/rendering-tools/ 3 Link to comment Share on other sites More sharing options...
Author Share Posted February 24, 2019 Ah, perfect. Thanks. 1 Link to comment Share on other sites More sharing options...
Share Posted February 26, 2019 Glad to help! 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