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

Dynamic updating of contact details in footer #174

Open
SubhamGupta007 opened this issue Jun 27, 2022 · 2 comments
Open

Dynamic updating of contact details in footer #174

SubhamGupta007 opened this issue Jun 27, 2022 · 2 comments
Labels
low priority Low priority issues

Comments

@SubhamGupta007
Copy link
Contributor

IMG-20220620-WA0010
Dynamically update footer details

@harshitsurana harshitsurana added the low priority Low priority issues label Dec 22, 2022
@harshitsurana
Copy link
Contributor

Suppose we add a dynamic footer. Then, every time we open a page, the footer will request the backend for the contact details, which will be a costly operation against changing contact details every year directly in an HTML file.

Parallelly will be looking for alternative methods. Hence issue is set as low priority.

@arin17bishwa
Copy link
Contributor

We might be able to do away with repeated database hits by using some level of caching.
Refer to this part: cached_property

This option can be explored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Low priority issues
Projects
None yet
Development

No branches or pull requests

3 participants