-
Notifications
You must be signed in to change notification settings - Fork 975
Improve startup time #3025
Comments
+1 from support : https://linkbubble.zendesk.com/agent/tickets/6457 |
+1 from support: https://linkbubble.zendesk.com/agent/tickets/6707 |
1 from support: https://linkbubble.zendesk.com/agent/tickets/6630 |
+1 from support: https://linkbubble.zendesk.com/agent/tickets/6573 |
+1 from support: https://linkbubble.zendesk.com/agent/tickets/5622 |
+1 from #5677. |
UI suggestion: #5820 |
FWIW: electron/electron#5672 |
Also see atom/atom#13253 We can share details with upstream in https://github.com/electron/maintainers-private/issues/32 |
There is still the problem of Brave's slow startup that doesn't seem to have been fixed since milestone 1.1.0. Its becoming my favorite browser, I'm I'm finding myself opening Firefox or Edge while waiting for it to start. And by the time Brave starts the other mentioned browser has already open and reached the the site I needed. The current version I am now using is |
Because it's the milestone in a future. |
Will instrument with #6267 |
+1 from community https://community.brave.com/t/brave-is-the-slowest-to-load/2688 |
+1 from community |
+1 from #9596 |
This is still an issue. Do we know which release is going to fix this ? |
Converted this issue to an Epic so we can start tracking specific issues inside this one. |
Per @zentagonist request, I'm typing down what we could cover with this. The plan is to split this issue most we can so it's measurable.
@NejcZdovc please add notes here based on your research if there's something more we should cover. Plan is to split this into several sub-tasks so that's achievable and not stale based on many issues to be covered also related to this issue #8128 |
Any update on the status of the fix? |
+1 |
+1 from community: https://community.brave.com/t/brave-slow-startup/26496 |
This should be fixed with brave-core but still needs tracking on brave-core once brave specific features are implemented. |
+1 by @Xenios91 via brave/brave-browser#620 |
Latest release from 14 days ago takes ca. 20 seconds to load on a modern Windows notebook with SSD. Chrome takes around 1 second on the same machine. Has this been fixed in brave-core yet?
|
@nisc did you want to give it a shot? You can try one of our releases available here: I'm able to open 0.54.0 on Windows in just under 3 seconds Closing as I believe this is addressed with brave-core |
@bsclifton 0.54.1 reduces startup time by ~80% to ~4 seconds on my machine. Much better than the >20 seconds in the stable release. Still not as fast as Chrome. But fast enough to be useful in production. This can stay closed. |
Using
console.time
andconsole.timeEnd
figure out why our startup time isn't ideal and find ways to improve it by lazily loading the slow things. Or see what we can wait until a few seconds into the app is started to init.The text was updated successfully, but these errors were encountered: