Recently my SharePoint portal seems to slowing from end user information entering. The User entry box people-picker was really taking forever to resolve name. The slowness was recorded across whole site collection and there was no customization involved which might have affected this issue.
In order to resolve this slowness following steps needs to be performed.
1. Execute following command on the WFE server.
Please note - the password here is not the server.
2. Now execute following command on APP server.
This will do the trick. repeat same for Sub-site as well.
In order to resolve this slowness following steps needs to be performed.
1. Execute following command on the WFE server.
Stsadm–o setapppassword –password
Please note - the password here is not the server.
2. Now execute following command on APP server.
Stsadm –o setproperty –pn peoplepicker -searchadforests –pv "forests:i.domain.com, Domain:i.domain.com" -url "http://Sharepointsite/"
This will do the trick. repeat same for Sub-site as well.