KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Startup Methods Taking Long Time
PRODUCT: 4D | VERSION: 19 | PLATFORM: Mac & Win
Published On: September 7, 2021

If you notice your startup database methods ('On Server' and 'On Startup') are taking a long time to finish, this can be a result of placing large operations in the startup methods. To avoid this and allow your application to startup quickly, it is a good idea to place code that executes time consuming operations in another method and call it with New process from the startup methods. This allows the startup method to continue and finish without needing to wait for the long operation to finish.