Introduction

Completed

What do you do if users complain that your app is slow? Well, before you try to answer that question and try to find solutions, you should first avoid that they ever complain about this issue.

You need to make sure you implement and follow performance guidelines. This process should start at the moment that you think about the architecture of your application, and before you've even written one line of code.

This module explains the importance of performance, how you can achieve maximum performance and links to documentation, and examples on how to technically implement these recommended techniques.