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

ContainerList performance is bad #111

Closed
gecampbell opened this issue May 28, 2013 · 1 comment
Closed

ContainerList performance is bad #111

gecampbell opened this issue May 28, 2013 · 1 comment

Comments

@gecampbell
Copy link
Contributor

To fix a prior issue with CDN container relationships, I added a call to Refresh() on the Container object to ensure that it has the associated CDN container info.

Unfortunately, this means that the performance of the ContainerList is really bad, because it has to hit the service with each container. This needs to be fixed ASAP.

@gecampbell
Copy link
Contributor Author

Commenting out line 63 of lib/OpenCloudObjectStore/CDNContainer.php seems to improve the performance, but needs further testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants