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

perf(DS-282): add lru_cache to improve performance with multiple themes #682

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

dcoa
Copy link

@dcoa dcoa commented Oct 25, 2022

This PR backport theme performance implementation from edx-platform/pull/31090

These changes should improve the performance caused by the file I/O
when it's running in docker, using lru_cache to save thousands of calls to listdir
when running with a handful of themes defined in COMPREHENSIVE_THEME_DIRS.
@dcoa dcoa merged commit e4e4751 into ednx-release/nuez.master Oct 25, 2022
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.

3 participants