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: memoization and image lazy loading #2954

Merged
merged 3 commits into from
Jul 7, 2024

Conversation

adrianthedev
Copy link
Collaborator

@adrianthedev adrianthedev commented Jul 7, 2024

Description

Applies the changes from these PRs
minthesize#1
minthesize#2

Copy link

codeclimate bot commented Jul 7, 2024

Code Climate has analyzed commit 685d1ad and detected 0 issues on this pull request.

View more on Code Climate.

end

def class_name
to_s.demodulize
@class_name ||=to_s.demodulize
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[rubocop] reported by reviewdog 🐶
[Corrected] Layout/SpaceAroundOperators: Surrounding space missing for operator ||=.

@adrianthedev adrianthedev marked this pull request as ready for review July 7, 2024 20:44
@adrianthedev adrianthedev merged commit d88f603 into main Jul 7, 2024
20 of 21 checks passed
@adrianthedev adrianthedev deleted the perf/performance-optimizations branch July 7, 2024 20:45
Copy link
Contributor

github-actions bot commented Jul 7, 2024

This PR has been merged into main. The functionality will be available in the next release.

Please check the release guide for more information.

@adrianthedev adrianthedev changed the title performance: perf optimizations performance: memoization and image lazy loading Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant