Since we updated to a new server we are getting a performance issue when we are trying to reach the content section. It takes about one minute to open the content.
Macro Parsing Error: System.Threading.ThreadAbortException: Thread was being aborted. at umbraco.editorControls.tinyMCE3.webcontrol.TinyMCEWebControl.parseMacrosToHtml(String input)
Macro Parsing Error: System.Threading.ThreadAbortException: Thread was being aborted. at umbraco.editorControls.tinyMCE3.webcontrol.TinyMCEWebControl.parseMacrosToHtml(String input)
if i try to load this page by using the content editor it throws the error. The same page works on our dev environment.
We backuped the database and restored it in a completly new database.
We got this recently and was down to a dll dependancy conflict. Updated all the dll's in the bin folder to be the from the correct umbraco release and restarted the apppool and all works fine now.
We added the domain to the host.config file and now it is much faster.
But it takes still 3 times longer as on dev environment. I think everytime i open a content page which includes inline macros (in content) it takes too long
I read that the TinyMCE classes are creating the issues - we are using a lot of RichtText editors and about 10 classes inside the TinyMCE.css file.
I have a client site running v4.9.0, which is throwing timeout errors for content nodes that contain multiple macros inside TinyMCE. The macros themselves look fine. Wondering if there's an issue with the number of macros inserted?
Performance issue when opening content section
Hello,
Since we updated to a new server we are getting a performance issue when we are trying to reach the content section. It takes about one minute to open the content.
In the error log I can see:
At /umbraco/editContent.aspx?id=2253 (Referred by: http://.../umbraco/umbraco.aspx
and:
Macro Parsing Error: System.Threading.ThreadAbortException: Thread was being aborted.
at umbraco.editorControls.tinyMCE3.webcontrol.TinyMCEWebControl.parseMacrosToHtml(String input)
Any idea how this can be solved?
Hi Dominik
What ersion of Umbraco are you having this issue on?
/Jan
4.7.2 but only after switching to a new server. It looks like the database takes really long to respond
The error is happening everytime on the same page
Macro Parsing Error: System.Threading.ThreadAbortException: Thread was being aborted.
at umbraco.editorControls.tinyMCE3.webcontrol.TinyMCEWebControl.parseMacrosToHtml(String input)
if i try to load this page by using the content editor it throws the error. The same page works on our dev environment.
We backuped the database and restored it in a completly new database.
Firebug shows that editCOntent sometimes needs 50seconds to load the content. 49 seconds it is waiting
Any idea why this happens?
We got this recently and was down to a dll dependancy conflict. Updated all the dll's in the bin folder to be the from the correct umbraco release and restarted the apppool and all works fine now.
We added the domain to the host.config file and now it is much faster.
But it takes still 3 times longer as on dev environment. I think everytime i open a content page which includes inline macros (in content) it takes too long
I read that the TinyMCE classes are creating the issues - we are using a lot of RichtText editors and about 10 classes inside the TinyMCE.css file.
@dominik - did you find the root cause of this?
I have a client site running v4.9.0, which is throwing timeout errors for content nodes that contain multiple macros inside TinyMCE. The macros themselves look fine. Wondering if there's an issue with the number of macros inserted?
Thanks, Lee.
is working on a reply...