How Mendix load the pages in memory?

0
How Mendix load the pages in memory? Does Mendix load all pages of a project in the memory? Or is it a lazy load? I know that the page layout (which is static) is loaded one time, but how mendix works with all dinamic contents of pages?
asked
1 answers
0

Hi Rafael,

There is some documentation on this topic in a Learning Path. There is a module specifically on pages. This should answer most of your questions: https://academy.mendix.com/link/path/58/Learn-About-Runtime-Object-Handling-in-Mendix

answered