Ron Holmström

Results 51 comments of Ron Holmström

> Yes, we have identified some optimization points, such as eliminating built-in effects and optimizing the decorators, and in version 3.6, we will optimize these part Amazing, can't wait! I...

@holycanvas I really hope this ticket will be taken seriously, because it is actually causing a lot of problems for me currently. Having over 2x size on cc.js doesn't only...

> Yes, we have identified some optimization points, such as eliminating built-in effects and optimizing the decorators, and in version 3.6, we will optimize these part How about "Feature Cropping"?...

Some Google Lighthouse stats, on a game with most features removed 😬 Non-GZIP ![image](https://user-images.githubusercontent.com/7983358/171967496-17fc637b-ad87-4fee-b9d7-a1d0defe22b5.png) ![image](https://user-images.githubusercontent.com/7983358/171967438-d3d1c48a-d679-45f8-9331-ba7ceaf72513.png) ![image](https://user-images.githubusercontent.com/7983358/171967461-392d06c6-1eeb-4be4-95d3-99f3127f8532.png) GZIP:ed ![image](https://user-images.githubusercontent.com/7983358/171967882-f08494b4-91ff-40aa-ae05-678939927b26.png) ![image](https://user-images.githubusercontent.com/7983358/171967837-6543a2d9-5a93-4b1a-957c-3d5b21e45174.png) ![image](https://user-images.githubusercontent.com/7983358/171967941-fd287783-06f5-44c8-88d7-efa6eaf707d1.png)

Same on **CC 2** Gzip:ed, not great, but much better: ![image](https://user-images.githubusercontent.com/7983358/171968268-df7267d6-ebdf-494e-bc2b-ccf61ad2fb9c.png) ![image](https://user-images.githubusercontent.com/7983358/171968213-3d8ae760-4382-45ff-9279-ca6517c10169.png) ![image](https://user-images.githubusercontent.com/7983358/171968329-9b16a927-b505-4360-a793-94a5f41f8883.png)

@shrinktofit No I had not tried that one before. I tried it now with an empty project. Here are the results: Feature Cropping: ![image](https://user-images.githubusercontent.com/7983358/172342013-9469bb0b-057d-4229-b3e7-d7810068f8a9.png) Build Settings WITHOUT "Erase module structure(experimental)"...

@shrinktofit I see, but didn't help with loading speed for me at least. Engine size is the issue

> @holycanvas How is the progression of this task ? @holycanvas Is this ready for 3.6 already. Am I able to see fetch it as a custom engine already or...

in 3.6.0 beta we've gone down from 2.2mb to 1.7mb in size of the built engine (77.3% of previous). When GZIP:ed it went down from 743Kb to 603Kb (81.2% of...

Update from CC 3.7.0 I just ran a very basic 2D game build with no 3D features in the feature cropping and only a few 2D things picked. The engine...