Yanifska Posted May 5, 2015 Share Posted May 5, 2015 Hey there, I am looking for good tutorials about performance profiling / optimisation.I played a bit with the Chrome timeline, but I couldn't understand it well enough to find the problematic code in my game.Please share any info / links ! Thank you a lotYaniv Quote Link to comment Share on other sites More sharing options...
lukaMis Posted May 5, 2015 Share Posted May 5, 2015 This course is great resource for optimisation. It is free:https://www.udacity.com/course/browser-rendering-optimization--ud860 Yanifska 1 Quote Link to comment Share on other sites More sharing options...
Yanifska Posted May 6, 2015 Author Share Posted May 6, 2015 wow ! that looks like a realy in depth course.will have to better time manage my life next month I guess Quote Link to comment Share on other sites More sharing options...
lukaMis Posted May 6, 2015 Share Posted May 6, 2015 Nah... it is not that long.. Took me about a week (weekend included).But it is comprehensive and gets the job done.It was made by Google people so you know it is good. And i thought i was using dev tools before. Quote Link to comment Share on other sites More sharing options...
Yanifska Posted May 7, 2015 Author Share Posted May 7, 2015 Yeah I already finished 3 lessons and finally succeeded to profile on an Android device I am having bad performance ( samsung tab lite 3). I get 6 fps here and I'd like to improve that to at least 15fps if possible Thanks to the profiler I know now that the biggest overhead happens in Painting stage where I have too much "rasterize paint" happening thereone full paint process take about 100 ms alone, which is so huge. I am yet to understand how to lower that in Phaser. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.