You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Since commit 947f271 (last-changed date and author, #176 page overview), the preview performance is bad when editing page elements or properties.
The reason is that each change touches the current project, and the current granularity of IPC events triggers a full styleguide reload on the preview side (patterns scan and projects/page-refs deserialization).
Since the change does not affect the patterns path (nor the patterns themselves), the IPC messages should be split into 1. patterns path and analyzer name, 2. projects.
Alternatively, the IPC event should not trigger a patterns reload as the path nor the analyzer changes.
Note: Development on this issue is paused until #389 is merged to reduce conflicts.
The text was updated successfully, but these errors were encountered:
Since commit 947f271 (last-changed date and author, #176 page overview), the preview performance is bad when editing page elements or properties.
The reason is that each change touches the current project, and the current granularity of IPC events triggers a full styleguide reload on the preview side (patterns scan and projects/page-refs deserialization).
Since the change does not affect the patterns path (nor the patterns themselves), the IPC messages should be split into 1. patterns path and analyzer name, 2. projects.
Alternatively, the IPC event should not trigger a patterns reload as the path nor the analyzer changes.
Note: Development on this issue is paused until #389 is merged to reduce conflicts.
The text was updated successfully, but these errors were encountered: