we have umbraco 7.10.4
when we are going to the backend users tab it takes for 3-6 minutes to load the list.
we checked with our DBA's and there is no issues with networking or DB structure.
have any of you faced this issue?
we have about 35 users.
what we found out that when logging to the back office, the first tcp request are going to external server with IP 104.27.147.217
only after finish session with this server it is start quering our local DB and than boots up fast.
so you have any idea why it is going to external server?
This ip - our.umbraco.org, this request checks what is latest Umbraco version now. You can disable this request by setting this setting in AppSettings:
tried it. and did iisreset the tcp connection still going out to external umbraco server.
i saw that there is file feedproxy.config that allows external domains.
did what you said and indeed the default welcome page did not load.
still we see tcp connections going to umbraco external servers & users tab still takes 5 mins to load.
Backend Users tab very slow
Hi Guys
we have umbraco 7.10.4 when we are going to the backend users tab it takes for 3-6 minutes to load the list. we checked with our DBA's and there is no issues with networking or DB structure. have any of you faced this issue?
many thanks E
Hi Eyal
How many users do you have in your db?
Thanks,
Alex
Hi Alex
we have about 35 users. what we found out that when logging to the back office, the first tcp request are going to external server with IP 104.27.147.217 only after finish session with this server it is start quering our local DB and than boots up fast.
so you have any idea why it is going to external server?
Thanks E
Hi Eyal,
This ip - our.umbraco.org, this request checks what is latest Umbraco version now. You can disable this request by setting this setting in AppSettings:
Thanks,
Alex
Hi Alex
thanks for the reply i can not find the string "umbracoVersionCheckPeriod" anywhere. can you pin point me.
thanks E
Hi Eyal
Go to web.config =>
Hi Alex
tried it. and did iisreset the tcp connection still going out to external umbraco server. i saw that there is file feedproxy.config that allows external domains.
any ideas? thanks E
As you see from the comment -
Dashboard it's a screen that you see on the right side when login.
You can disable this umbraco screen, go to "/Config/Dashboard.config"
Find the following lines and remove:
Thanks,
Alex
Hi Alex
did what you said and indeed the default welcome page did not load. still we see tcp connections going to umbraco external servers & users tab still takes 5 mins to load.
any other ideas?
thanks E
is working on a reply...