Skip to content

One frame running phase for every workspace start #8990

Closed
@mustard-mh

Description

@mustard-mh

Bug description

One frame running phase for every workspace start

This is part because of the time diff between contentAvailable and ideReady

This PR #8313 will wait until contentAvailable to get .gitpod.yml file to parse extensions and download extensions via URL first, and then start IDE

So ideReady will always be after contentAvailable, but after contentAvailable, workspace phase turns to Running.

We can verify it here https://gitpod.io/#github.com/mustard-mh/test/tree/hw/large-file which will download some large files

vscode:
  extensions:
    - http://ipv4.download.thinkbroadband.com/1GB.zip
    - http://212.183.159.230/1GB.zip
    - https://speed.hetzner.de/10GB.bin
Image
iShot2022-03-29 15 50 04

Steps to reproduce

Start a workspace

Anything else?

No response

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions