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

[hotfix] Temporary increase performance threshold to 400 for CDN #160

Closed

Conversation

haroldrandom
Copy link
Contributor

@haroldrandom haroldrandom self-assigned this Mar 11, 2020
@haroldrandom haroldrandom changed the title [hotfix] Temporary increase to 400 for CDN [hotfix] Temporary increase performance threshold to 400 for CDN Mar 11, 2020
@@ -15,7 +15,7 @@
logger = get_logger(__name__)

TOTAL = 'ALL'
TOTAL_THRESHOLD = 300
TOTAL_THRESHOLD = 400 # temporary increase to 400 for CDN
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think changing this value is enough. We also need to tweak THRESHOLDS.

But let me investigate why CDN is slow first.

@jiasli
Copy link
Member

jiasli commented Mar 11, 2020

Fixed the CDN module's high loading time issue with Azure/azure-cli#12535

This PR can still be useful if we see similar issues again but can't fix it quickly.

@haroldrandom haroldrandom deleted the tmp-increase-perf-threshold branch March 11, 2020 04:22
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

Successfully merging this pull request may close these issues.

[CDN] High module load time
2 participants