Copied to clipboard

Flag this post as spam?

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


  • L P 13 posts 123 karma points
    Feb 19, 2021 @ 15:31
    L P
    0

    Umbraco 8 backoffice extremely slow

    Have an Umbraco 8 built (latest version 8.11.1) with several language variants. The site contains a big amount of data (ex. around 3000 records/nodes). Like a structure we have several nodes with enabled list views.
    We have custom logic implemented about the save/publish events so the slow speed there is as expected. But the bigger problem is the extremely slow load process! What makes me wonder too is also why each node is interacting with the corresponding Surface controller? We have a custom composer which looks like this: enter image description here

    The site is running on Azure as well and i made it a little bit faster by making the connection to the database through private endpoint. But it is still slow! Can somebody advise?

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Feb 19, 2021 @ 23:47
    Alex Skrypnyk
    0

    Hi LP

    What about Examine? Is it set correctly?

    Can you check the Examine indexes and overall system health, maybe something in the log?

    Are you using custom plugins? Check in browser console log what's going on during page load.

    Thanks, Alex

  • Mehmet Avcı 55 posts 240 karma points
    Feb 20, 2021 @ 09:56
    Mehmet Avcı
    0

    Hi,

    One problem I faced on Azure WebApps is I/O limits. When log4net/serilog tries to log a little verbose or too many operations on Examine, performance goes down and time to time it causes crashes (I am speaking about premium app service plans and autoscale options are available on them).

    You might want to check them out and optimize.

    Best, Mehmet

Please Sign in or register to post replies

Write your reply to:

Draft