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

[Bug Report] Performance Issue when Adding Performer in Scene Tagger #3815

Closed
kermieisinthehouse opened this issue Jun 12, 2023 · 2 comments · Fixed by #3912
Closed

[Bug Report] Performance Issue when Adding Performer in Scene Tagger #3815

kermieisinthehouse opened this issue Jun 12, 2023 · 2 comments · Fixed by #3912
Labels
bounty This issue has a bounty on it in the OpenCollective bug report Bug reports that are not yet verified javascript Pull requests that update Javascript code

Comments

@kermieisinthehouse
Copy link
Collaborator

When creating a performer from the scene tagger, the API hit to create the record is performed quickly, but then the UI hangs for several seconds after the success notification is displayed. It seems that some function is eating up the main thread and any other UI interactions also hang while this is happening.

It is probably related to updating the performer dropdowns present on every scene in the page.

@kermieisinthehouse kermieisinthehouse added bug report Bug reports that are not yet verified javascript Pull requests that update Javascript code labels Jun 12, 2023
@WithoutPants
Copy link
Collaborator

$50 bounty added (partial from #663172)

@WithoutPants WithoutPants added the bounty This issue has a bounty on it in the OpenCollective label Jun 13, 2023
@i-am-at0m
Copy link

Not sure if it's related, but if the scrape has multiple results, and you select one other than the first one and then add a performer or site, when it comes back it reselects the first one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty This issue has a bounty on it in the OpenCollective bug report Bug reports that are not yet verified javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants