[[BackLinksMenu]] [[TicketQuery(summary=SCENE_COMMONS_R1, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] = Analysis = == Overview == The goal of this task is to search for and implement some optimizations connected with the drawing of scenes. == Task requirements == * Get acquainted with scene elements, element helpers, etc, seek for potential optimizations and implement them. * Use SimpleSceneDemoTest to measure how effective the potential optimisations are. == Task result == The result of this task is code. == Implementation idea == Pay special attention to the drawing of images and cache the results of common operations (for example color transformations) == Related == == How to demo == Compare the performance of SimpleSceneDemoTest before and after this task.