Ionic 4: slow actionsheet on first load

Ionic 4: When using Alert, Actionsheet or an ion-select, the alert/actionsheet is always slow to load on the first load.

Subsequent uses of the controllers are fast as expected.

Is there a way to preload these components so that they are fast from the start, i.e. something equivalent to adding add them to entryComponents?