Below script will help you to improve SDL Web 8 / SDL web 8.5 CMS UI performance. Execute this script once or twice a day. This will purge all transactions / restart IIS / restart all services / restart component services. Its ans generic script
#Load Tridion.ContentManager.Automation module #Remove success and failed items from publishing transactions 200 days before from today. # Remove batches #To check the status of the indexes befor search index #Re-index all publications # Stop.IIS.Tridion.TMS.Services.ps1 stop-service -displayname "IIS Admin Service" -force stop-service -displayname "SDL Web Content Distributor Transport Service" -force #stop-service -displayname "Tridion Translation Manager"
start-service -displayname "IIS Admin Service" start-service -displayname "SDL Web Content Distributor Transport Service" #start-service -displayname "SDL Web Audience Manager Service"
#Stop the SMTP Virtual Server #Start the SMTP Virtual Server |