Backoffice CPU and delay issue brining back stylesheets
Hi all,
I'm getting 100% CPU usage and a long delay (e.g. 30 seconds) when trying to view editor styles, or when modifying a Rich Text data type when the back office makes a request to :
I've also had issues with Stylesheets in the backoffice. I have a dozen or so sylesheets in the css folder and the backoffice takes several minutes to load them into the menu. This also happens when editing a datatype like the RTE.
Because of the long load times, adding new formats to a stylesheet is painful. Saving a new format also has a weird glitch that restores a very old version of the stylesheet, requiring me to re-publish the stylesheet from my source.
The request file is: curl "http://research1.magnet.fsu.edu/umbraco/backoffice/UmbracoTrees/LegacyTree/GetNodes?rnd=345a43beef434a1eb2fadc09defdda31&id=-1&treeType=stylesheets&contextMenu=true&isDialog=false"
When I accessed Settings > Stylesheets just now, the css files all loaded within ~20 seconds, which is quicker than normal. However, I still have a huge delay whenever I click the trailing ellipses (...) on a css file to open the CRUD/formats menu. This css folder includes 30+ css, min.css, and scss files. Not to mention a few sub-folders with several of their own css files (though Umbraco should ignore these).
Backoffice CPU and delay issue brining back stylesheets
Hi all,
I'm getting 100% CPU usage and a long delay (e.g. 30 seconds) when trying to view editor styles, or when modifying a Rich Text data type when the back office makes a request to :
It does eventually return the correct response:
Any ideas?
Hello,
What version of Umbraco are you using? In Umbraco 7.2.3 this CPU issue is fixed: http://issues.umbraco.org/issue/U4-6292
Jeroen
Hi Jeroen.
We're using 7.2.4 - it's been updated pretty much every release since 7.1.8
I've also had issues with Stylesheets in the backoffice. I have a dozen or so sylesheets in the css folder and the backoffice takes several minutes to load them into the menu. This also happens when editing a datatype like the RTE.
Because of the long load times, adding new formats to a stylesheet is painful. Saving a new format also has a weird glitch that restores a very old version of the stylesheet, requiring me to re-publish the stylesheet from my source.
Sounds like exactly the same issue. Could you use F12 Developer Tools to confirm it's the same request locking things up?
The request file is: curl "http://research1.magnet.fsu.edu/umbraco/backoffice/UmbracoTrees/LegacyTree/GetNodes?rnd=345a43beef434a1eb2fadc09defdda31&id=-1&treeType=stylesheets&contextMenu=true&isDialog=false"
When I accessed Settings > Stylesheets just now, the css files all loaded within ~20 seconds, which is quicker than normal. However, I still have a huge delay whenever I click the trailing ellipses (...) on a css file to open the CRUD/formats menu. This css folder includes 30+ css, min.css, and scss files. Not to mention a few sub-folders with several of their own css files (though Umbraco should ignore these).
is working on a reply...