Performance: Excessive CPU & time consumption while initializing multiple ace editor instances #5188
Unanswered
shashi-kumar-o9
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Is there a way you could give an example page showing what you are trying to do with this 100+ read-only editors. Having such an example would help me greatly in either optimizing the rendering or finding an alternative way to create them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue:
Ask:
Configuration:
{
"selectionStyle": "line",
"highlightActiveLine": true,
"highlightSelectedWord": true,
"readOnly": true,
"copyWithEmptySelection": false,
"cursorStyle": "ace",
"mergeUndoDeltas": true,
"behavioursEnabled": true,
"wrapBehavioursEnabled": true,
"autoScrollEditorIntoView": true,
"hScrollBarAlwaysVisible": false,
"vScrollBarAlwaysVisible": false,
"highlightGutterLine": true,
"animatedScroll": false,
"showInvisibles": false,
"showPrintMargin": false,
"printMarginColumn": 80,
"printMargin": false,
"fadeFoldWidgets": false,
"showFoldWidgets": true,
"showLineNumbers": true,
"showGutter": false,
"displayIndentGuides": true,
"fontSize": "13px",
"maxLines": null,
"scrollPastEnd": 0,
"theme": "ace/theme/textmate",
"maxPixelHeight": 0,
"scrollSpeed": 2,
"dragDelay": 0,
"dragEnabled": true,
"focusTimeout": 0,
"tooltipFollowsMouse": true,
"firstLineNumber": 1,
"overwrite": false,
"newLineMode": "auto",
"useWorker": true,
"useSoftTabs": true,
"navigateWithinSoftTabs": false,
"tabSize": 4,
"wrap": "free",
"indentedSoftWrap": false,
"foldStyle": "markbegin",
"mode": "ace/mode/ibpl",
"enableMultiselect": true,
"enableBlockSelect": true,
"enableBasicAutocompletion": true,
"enableLiveAutocompletion": true,
"enableSnippets": false
}
Logs:
Beta Was this translation helpful? Give feedback.
All reactions