Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Zac 223 posts 575 karma points
    Apr 22, 2015 @ 18:26
    Zac
    0

    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 :

    http://www.mywebsite.com/umbraco/backoffice/UmbracoApi/Stylesheet/GetAll
    

    It does eventually return the correct response:

    )]}',
    [{"name":"app","path":"~/css/app.css","id":1076},
    {"name":"Editor Styles","path":"~/css/Editor Styles.css","id":1072},
    {"name":"pie","path":"~/css/pie.css","id":1130},
    {"name":"style","path":"~/css/style.css","id":1117}]
    

    Any ideas?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 5x admin c-trib
    Apr 23, 2015 @ 09:18
    Jeroen Breuer
    0

    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

  • Zac 223 posts 575 karma points
    Apr 23, 2015 @ 11:15
    Zac
    0

    Hi Jeroen.

    We're using 7.2.4 - it's been updated pretty much every release since 7.1.8

  • Matthew Kirschner 323 posts 611 karma points
    Apr 23, 2015 @ 14:57
    Matthew Kirschner
    1

    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.

  • Zac 223 posts 575 karma points
    Apr 23, 2015 @ 17:26
    Zac
    0

    Sounds like exactly the same issue. Could you use F12 Developer Tools to confirm it's the same request locking things up?

  • Matthew Kirschner 323 posts 611 karma points
    Apr 23, 2015 @ 17:33
    Matthew Kirschner
    0

    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"

  • Matthew Kirschner 323 posts 611 karma points
    Apr 23, 2015 @ 20:49
    Matthew Kirschner
    0

    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).

Please Sign in or register to post replies

Write your reply to:

Draft