How to increase the startup speed of the delphi app?

前端 未结 11 1998
醉梦人生
醉梦人生 2020-12-24 09:54

What do you do to increase startup speed (or to decrease startup time) of your Delphi app?

Other than application specific, is there a standard trick that always wor

11条回答
  •  自闭症患者
    2020-12-24 10:53

    Well, as Argalatyr suggested I change my comment to a separate answer:

    As an extension to the "don't auto create forms" answer (which will be quite effective by itself) I suggest to delay opening connections to databases, internet, COM servers and any peripheral device until you need it first.

提交回复
热议问题