Project

General

Profile

Feature #1041

Updated by liaham over 2 years ago

Boot time should be improved by caching the required code.  

 For doing so, [bootsnap](https://github.com/Shopify/bootsnap) should be integrated during the installation*) build of xmera Omnia: 

 ``` 
 $ bundle exec bootsnap precompile 
 ``` 
 *) on the respective production system after all gems and plugins are installed. 
 

Back