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

Performance improvement, fixes twice #url method call #2519

Merged
merged 1 commit into from
Jan 17, 2021

Conversation

skyeagle
Copy link
Contributor

Hi there,

Currently, the method #url is being called twice (with and without options) in a case of arity != 0 (very common case).
It is very inefficient for signed URLs specifically.

This PR fixes that.

Thanks!

@mshibuya mshibuya merged commit 3d1259f into carrierwaveuploader:master Jan 17, 2021
@mshibuya
Copy link
Member

Thanks!

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

2 participants