Creator Companion downloads package list too many times
tracked
nuruwo
As shown in Image 1:
① When clicking "Add Package" once (regardless of whether it's related to that package's list), it downloads all registered package lists 14 times each.
② When clicking "Manage Packages" once, it downloads all package lists 4 times each.
Especially in case ①, VCC sends a large number of requests to the server in a short period, which increases the communication load and slows down VCC's response.
Therefore, I request that the number of accesses be reduced.
Ideally, if the list updated in "Manage Packages" is retained, there would be no need to download the list even once during "Add Package." Thus, we would appreciate setting it to 0 downloads for "Add Package."
Image 2 shows the access log. (During "Add Package," the list is accessed 14 times in 2 seconds.)
VCC version: latest version at 2025/09/29.
Log In
This post was marked as
tracked
nuruwo
I overlooked the requirement to write an issue on GitHub. I will close this post. (Also, in 2.5.0-beta.1, the number of times was improved from 14 to 4.)
ふじた し(fjtsh)
Some remarks:
* If multiple packages are referenced,
the number of fetches will increase multiply by that number
. * Adding a Cache Control header to the HTTP response will not mitigate this issues. VCC's HTTP engine does not follow cache control headers.
This should be improved because it is a nuisance to the servers that provide the packages....