Skip to content

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.

1 participant