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

Cache calls to htmel #4

Open
lefetmeofefet opened this issue Mar 10, 2020 · 0 comments
Open

Cache calls to htmel #4

lefetmeofefet opened this issue Mar 10, 2020 · 0 comments

Comments

@lefetmeofefet
Copy link
Owner

Calling htmel a lot of times can become slow, especiall if we're updating a list frequently, causing the whole list to be calculated and each item in the list calls htmel.
Caching will save the extra time of processing the template. Basically, the flow is:

  • htmel is called, check if cache contains the state object
  • if contains, clone the existing template
  • otherwise create a new template, and save to cache
@lefetmeofefet lefetmeofefet changed the title Cache calls to htmel Cache calls to htmel Mar 10, 2020
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

No branches or pull requests

1 participant