How to Speedup Ionic3 Sidemenu Application

  1. Google it!

  2. Use Lazy Loading (part 1, part 2)

  3. If you have lists in your app, increase ionic scroll performance.

  4. Did you have unused colors in your $colors variable inside variables.scss? Remove them!

  5. Check your code, since the problem is, surely, more in your code than in the framework itself.

  6. Read other posts like this:

1 Like