-
Notifications
You must be signed in to change notification settings - Fork 212
[$80] Performance issue while pulling up challenges from listing page #3548
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
Comments
@topcoder-platform/topcodercompetitors this one is now open for pickup. Please PR against the branch https://github.com/topcoder-platform/community-app/tree/feature-member-profiles |
Contest https://www.topcoder.com/challenges/30112906 has been created for this ticket. |
@kkartunov is this still open? do you have the screen recording for this issue? Thanks |
Hi @topcoder-platform/topcodercompetitors This ticket is open for pick up. Try to reproduce it on current production page: www.topcoder.com/challenges, you could easily spot the issues will show up. Please let me know if you can't reproduce this or have some questions about this. |
The fix should be based on branch |
@LieutenantRoger the issue is with pulling up Past challenges with search keyword, right? |
Hi @gets0ul Yes , it is. |
Contest https://www.topcoder.com/challenges/30112906 has been updated - it has been assigned to gets0ul. |
Per my testing: with the fix, it will show the result in 17s for now. We will accept this for now. |
QA note: This ticket should pass QA if performance is under 18 secs. Thank you. |
Fix for Issue #3548 Pulling up Past Challenges
The time to show the results is based on the keyword that is being searched. For example if you have some recently completed challenges with the searched keyword, the results show up faster. If you do not have any recently completed challenges with the searched keyword, then the search takes longer. Also the page becomes more and more unresponsive as we keep searching |
please check the video here |
comment from dev: Hey @picachui thanks for testing, but it seems you are testing not the correct area. It looks if we use Keyword in the filter panel, it will be searched as a 'tag', but the ticket is trying to fix the 'Search challenges' box when we open up the www.topcoder.com/challenges page. After retesting as per above comment, search is displaying results below 18 secs . Verified in dev. |
@LieutenantRoger , when the user searches for a keyword that is not present in the past challenges, the search results (Message "No Past Challenges found") must be displayed at a reasonable amount of time. At present the search keeps going on for more than a few minutes. Please see video |
Please take a look above raised issue |
@LieutenantRoger, what @SathyaJayabal noticed can be logged as a separate issue. Let's accept this fix and close out this ticket. Please open another separate ticket for: "when the user searches for a keyword that is not present in the past challenges, the search results (Message "No Past Challenges found") must be displayed at a reasonable amount of time. At present the search keeps going on for more than a few minutes. Please see video |
Sure. Hi @SathyaJayabal please accept this fix and mark it pass. |
Verified in beta |
Verified in prod |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30112906 |
Describe the bug
https://www.topcoder.com/challenges/?bucket=past&tab=details&filter[text]=salesforce
Please improve performance to reduce loading time.
The text was updated successfully, but these errors were encountered: