Need assistance with Intranet / Umbraco performance
Hi,
I'm hoping someone might be able to assist with an issue we're having with our internal intranet site.
We're using Umbraco 7.1.8 however there are two issues we're facing with it that i just can't seem to progress on.
1) Performance - We have the intranet sat on a server however when we turn Windows authentication on it changes the loading speed of http://**Intranettest/ from 6 secs to 60secs however when we turn this on and go back to anonymous it loads faster again but users are unable to comment on post; has anyone got any experience over resolving this, ensure performance is keep as good as it can be while allowing users to comment on post through windows authentication.
2) When i click on the my profile icon in the top right hand corner, it's the symbol of a blue person in our case it directs to:
http://**/profile/?u=S*P\E.E*s
That then shows 'User cannot be found' however when we remove the SP \ part
http://**/profile/?u=E.E*s it loads the details.
So does anyone know where or if i need to change this in the Umbraco location or where else i can amend this so it stops adding the S*P part in the URl for the user profile.
1) Can you check the code that checks for is user authenticated or no? maybe there are some extra DB calls another thing - check the code that loads member's specific data.
2) It requires investigation on how the profile page build and what URL does it use
Need assistance with Intranet / Umbraco performance
Hi,
I'm hoping someone might be able to assist with an issue we're having with our internal intranet site.
We're using Umbraco 7.1.8 however there are two issues we're facing with it that i just can't seem to progress on.
1) Performance - We have the intranet sat on a server however when we turn Windows authentication on it changes the loading speed of http://**Intranettest/ from 6 secs to 60secs however when we turn this on and go back to anonymous it loads faster again but users are unable to comment on post; has anyone got any experience over resolving this, ensure performance is keep as good as it can be while allowing users to comment on post through windows authentication.
2) When i click on the my profile icon in the top right hand corner, it's the symbol of a blue person in our case it directs to: http://**/profile/?u=S*P\E.E*s That then shows 'User cannot be found' however when we remove the SP \ part http://**/profile/?u=E.E*s it loads the details. So does anyone know where or if i need to change this in the Umbraco location or where else i can amend this so it stops adding the S*P part in the URl for the user profile.
Kind Regards
Hi,
1) Can you check the code that checks for is user authenticated or no? maybe there are some extra DB calls another thing - check the code that loads member's specific data.
2) It requires investigation on how the profile page build and what URL does it use
Thanks, Alex
is working on a reply...