Question
Is there any possibility to disable the auto-compiling of apps?
Background: There is no official feature, but the auto compiling cost a huge amount of time.
In our project we heavy make use of Filters and SyncSets. And each change triggers a compilation of the whole App. Even small description string changes trigger the reset of the filters.
Here is an image of what it means to change something within a chart (No change to filters, or any data source definition):
Possible Answers: I am looking for just anything. Maybe some sort of console hack with an infinite loop which pauses the compiler? Maybe it is possible to code a Custom component which pauses the Compiler?