-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Precompiling assets taking a long time #25
Comments
This blog-post seems perhaps useful in speeding up the assets precompile: https://www.netguru.co/codestories/speed-up-assets-precompilation-time-in-a-rails-app - not sure if any of those things are helpful. |
Hey guys, I have been trying to resolve this issues, I could not find to get a good result. this ruby + rails is hard!
Looks like the precompile generates a Well the app is working despite the compilation is taking time, For now, I will stop here until someone who knows Ruby + rails could take eyes. cc. @olafveerman |
This issue still exists - would be great to bump and see if we can find a solution - especially the cc @geohacker |
@erictheise tagging you here in case you have any ideas! This really slows down both the docker build time as well as the startup time for our containers. |
Creating this issue to discuss and figure out a solution.
Currently, this is pretty bad: when doing a fresh build, this adds about 20 minutes to the build time and the precompile happens again at run-time of the container: https://github.com/developmentseed/osm-seed/blob/master/openstreetmap-website/start.sh#L4
We do need to fix this. Not 100% sure of the best approach.
@Rub21 will be great if you can document what you are trying and what errors you are facing.
The text was updated successfully, but these errors were encountered: