-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Labels
[Aspect] Browser[Feature] PR Previewer[Type] EnhancementNew feature or requestNew feature or request
Description
plugin-proxy.php currently buffers the entire zip artifact downloaded from GitHub. This means the browser can only start downloading, say, a WordPress core build from a specific PR once the PHP script has the full response. This significantly slows down the WordPress PR previewer. Let's make sure the plugin-proxy.php streams the response body as it receives the bytes.
Metadata
Metadata
Assignees
Labels
[Aspect] Browser[Feature] PR Previewer[Type] EnhancementNew feature or requestNew feature or request