perf: cut ControlApp re-renders and lazy-load VFX packs
Move audio scrub/volume and brush drafts off root React ticks, coalesce overlay layout IPC, cache machine fingerprint and asset URLs, share one scene overlay host, and stop idle Pixi ticker. Also harden console against EPIPE on window load failures. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -73,3 +73,10 @@ void test('createWindows: показ окна — не только ready-to-sho
|
||||
assert.ok(src.includes('ensureWindowBecomesVisible'));
|
||||
assert.ok(src.includes('did-finish-load'));
|
||||
});
|
||||
|
||||
void test('createWindows: логи окон не валят main через EPIPE', () => {
|
||||
const src = readCreateWindows();
|
||||
assert.ok(src.includes('safeConsoleError'));
|
||||
assert.ok(src.includes('errorCode === -3'));
|
||||
assert.ok(src.includes('isMainFrame'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user