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

get_meta is called too often #53

Open
ankush opened this issue Jan 7, 2025 · 1 comment
Open

get_meta is called too often #53

ankush opened this issue Jan 7, 2025 · 1 comment

Comments

@ankush
Copy link
Member

ankush commented Jan 7, 2025

  1. db query internally calls this function as if it's free
  2. it also calls get_filters, which calls it for each field
  3. get_doc calls it many time for each child doc row
@ankush
Copy link
Member Author

ankush commented Jan 21, 2025

  • Eliminated from db query
  • get_filters is not part of DB query so it ends up duplicating calls :/
  • get doc is likely unavoidable.

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