Android build performance

Hello. I’ve been developing game in typescript Cocos Creator. Now i want to build my game on android and iOS. For now i’ve tried the android one, and performance seems to be terrible. Is it normal in cocos creator android builds, or maybe there are some tips on boosting performance overall? And what are your experiences on mobile builds in cc?

how many draw calls does it show you?

Yeah. So i turned debug mode on, and it shows ~~375 on the view with biggest performance problems. It seems pretty weird to me, since i have only one atlas, and this menu shows only some leaderboards prefabs. (Avatar + name + points)

try to keep it below 40. anything above and i start getting performance problems.

I did some research on forums and i found information, that android build from js creator works on canvas. Is that true? If it is, i think it means that every node is a single draw call, because of canvas batching problems.

did you resolve your problem.I also have a game on android and it really lag.But on web platform it work well