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

Optimize API Size with Lazy Loading for /barcode and /database Routes #10

Open
areebahmeddd opened this issue Sep 1, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@areebahmeddd
Copy link
Member

Currently, the API call returns a nested dictionary, which can be large and slow to process. Implement lazy loading to fetch only the required data as needed, reducing the API response size and improving performance on the /barcode and /database routes.

@areebahmeddd areebahmeddd added enhancement New feature or request help wanted Extra attention is needed labels Sep 1, 2024
@areebahmeddd areebahmeddd changed the title Add lazy loading to reduce API size in /barcode and /database routes Optimize API Size with Lazy Loading for /barcode and /database Routes Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant