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

Cached includes #32

Open
Abbe98 opened this issue Oct 21, 2021 · 0 comments
Open

Cached includes #32

Abbe98 opened this issue Oct 21, 2021 · 0 comments
Labels
large-project-support Things that mostly affects large projects 🏅 enhancement New feature or request
Milestone

Comments

@Abbe98
Copy link
Collaborator

Abbe98 commented Oct 21, 2021

The cached_include and cached_include_text functions should take the same arguments as include/include_text but instead of rendering the template each time the functions are invoked it should instead render the template once and store it and its arguments(keys, hashed?) in memory. The next time the template/argument combination is invoked the template should be pulled from memory instead of doing a full render.

@Abbe98 Abbe98 added the 🏅 enhancement New feature or request label Oct 21, 2021
@Abbe98 Abbe98 added this to the 0.3.0 milestone Oct 21, 2021
@Abbe98 Abbe98 modified the milestones: 0.3.0, 0.4.0 Mar 16, 2022
@Abbe98 Abbe98 added the large-project-support Things that mostly affects large projects label Feb 10, 2023
@Abbe98 Abbe98 modified the milestones: 0.4.0, Planned Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
large-project-support Things that mostly affects large projects 🏅 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant