Pages loading slowly

What I’m trying to do:
Creating a simple bus booking system
What I’ve tried and what’s not working:
I have developed the code and published it. I noticed that scrolling between the pages is very slow, it takes like 1 second minimum and if it has some DB calls as well, it takes approx 4 to 5 seconds. Is it normal? Can we speed this up?
Code Sample:

# this is a formatted code snippet.
# paste your code between ``` 

Clone link:
share a copy of your app

Without any details, the best we can do is point you to the post that describes performance optimizations: [Wiki] Performance optimization

Take a look through those tips and see which ones apply to your app.

3 Likes