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

It takes long time to show entry after editing an Entity #54

Closed
userlocalhost opened this issue Dec 2, 2020 · 0 comments
Closed

It takes long time to show entry after editing an Entity #54

userlocalhost opened this issue Dec 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@userlocalhost
Copy link
Member

Background / Problem

After adding an EntityAttrs at editing entity, it takes long time to show Entry of edited Entity.
That is because Attributes of entry would be created when user refers it.

Therefore, in the case to show an Entry (or show CustomView Entry that refers entries of edited Entity) takes very long time (may be couple of minutes).

Solution

This problem could be alleviate by following solutions.

  • Create a new job that complement Attributes of Entries of edited Entity.
  • Call above job after editing an Entity
@userlocalhost userlocalhost added the enhancement New feature or request label Dec 2, 2020
@hinashi hinashi closed this as completed Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants