-
Notifications
You must be signed in to change notification settings - Fork 0
[$150] Performance: Group Page , Discussion Page #350
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
@jmgasper Please apply PR-topcoder-platform/forums-plugins#57. Thanks! I see the list of errors in DEV. As a result, member roles are not displayed at group pages/ discussion pages. I have compared all M2M parameters. In my environment, I have only one parameter different ('AUTH0_AUDIENCE'). TestingDiscussion page with 33 comments: CacheKeys |
Contest https://www.topcoder.com/challenges/30161722 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30161722 has been updated - it has been assigned to obog. |
Seems much betters thanks. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30161722 |
Execution time is worse for pages that have a challenge group because member roles are displayed for a challenge.

Group page
Group page takes about 2,5- 4,5 seconds.
For a challenge group page:
65% of execution time:
Discussion page
Discussion page takes about 2,5-5,3 secs.

42% of execution time takes to get response from Topcoder API.

TODO
Need to cache data:
The text was updated successfully, but these errors were encountered: