Skip to content
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

describe performance benefits of disabling config.assets.check_precompiled_asset #441

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidsbailey
Copy link

After hours of debugging long latency on the first call to ActionView::Helpers::AssetUrlHelper.asset_path in development, I finally discovered the performance benefits of disabling config.assets.check_precompiled_asset via this issue: #352 this reduced time for the first call to asset_path to complete from > 60 seconds to < 1 second on developer machines for our application.

This pull request attempts to improve the documentation for this setting so that people trying to debug similar performance problems will have a clue to try disabling config.assets.check_precompiled_asset.

@davidsbailey
Copy link
Author

any concerns with this documentation update @rafaelfranca ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant