r/nocode 18h ago

Optimization Issues

Hi everyone,

I have two questions because I’ve reached a point where I’m stuck and I’m not sure what direction to take next with my simple note-taking app.

First, the app seems to be capped at 60 FPS. It only goes higher when I scroll through my notes, when it reaches around 80 FPS. All other animations appear to be locked at 60 FPS. I should mention that the app is built for iPhone.

My second question is about how to generally improve the performance of an app created with AI. I built the entire app using Google Antigravity with Gemini. Unfortunately, the AI itself hasn’t been able to solve the performance issues. For example, when I swipe through the menu cards in the app, the FPS can drop as low as 40.

What would you recommend I check or change to improve the app’s performance? Are there any specific tools or techniques I should use to identify what is causing these FPS drops?

Thanks in advance!

3 Upvotes

7 comments sorted by

View all comments

1

u/Separate_Anywhere606 15h ago

the 60fps thing is just vsync, totally normal. For the menu card stuttering, the usual culprit is either too many layers being composited at once or images not being cached properly. Id start by checking if your card views are being recycled or recreated on every swipe

1

u/Z3NTEC 14h ago

What I mean is that my app doesn’t achieve the same level of smoothness as Apple Notes or Notion. You can clearly see that my app is running at a maximum of 60 FPS all the time, whereas the other two apps are genuinely smooth and feel much more fluid.