Editor Slow - how can I figure out the cause?
@Erik Beuschau
Good question @ 👍 Here are a few ways you can start : - Check if there are any reported issues on the component /page in the [issues panel ] ( https://docs.nordcraft.com/the-editor/issues-panel ) - If your component /page is slow . Create a new branch , and see if performance improves after deleting different things from it , e .g . onLoad / onAttributeChange workflows , APIs , large wrapping elements - Check if you 're using overly complex test values for attributes (e .g . 1MB + JSON payloads ) - Check your developer console to see if there are any errors reported - Inspect your project using this (experimental ) tool https://editor.nordcraft.com/page-size/<your-project-short-id>/<your-branch> to see if there are some components /attributes /variables etc . that stand out in terms of size . It 's advised to keep the project 's total size below 20MB if possible If none of those things help you identify the issue , the issue could be on our end and we 're happy to investigate 🙌 @Erik Beuschau
Good question @ 👍 Here are a few ways you can start : - Check if there are any reported issues on the component /page in the [issues panel ] ( https://docs.nordcraft.com/the-editor/issues-panel ) - If your component /page is slow . Create a new branch , and see if performance improves after deleting different things from it , e .g . onLoad / onAttributeChange workflows , APIs , large wrapping elements - Check if you 're using overly complex test values for attributes (e .g . 1MB + JSON payloads ) - Check your developer console to see if there are any errors reported - Inspect your project using this (experimental ) tool https://editor.nordcraft.com/page-size/<your-project-short-id>/<your-branch> to see if there are some components /attributes /variables etc . that stand out in terms of size . It 's advised to keep the project 's total size below 20MB if possible If none of those things help you identify the issue , the issue could be on our end and we 're happy to investigate 🙌
