Forum Discussion
EricDeferm
Jul 16, 2019Steel Contributor
Script to launch browser - Access other browsers (then MSIE) as comboject
I'm a newbe in PowerShell, so forgive me my ignorance. We discovered a PS script to measure the load time of SharePoint pages (Intranet home & other main pages). The script actually launches a browse...
Darrick
Brass Contributor
COM is Microsoft applications specific (mostly).
I recommend the following tools, although they're geared toward internet websites rather intranet:
EricDeferm
Jul 24, 2019Steel Contributor
Tx Darrick for sharing the info, very valuable for public web sites. Unfortunately our performance issues are happening on our Intranet.
- gastoneJul 27, 2019Brass Contributor
Powershell is not adapt for this kind troubleshooting, apart the COM problem, you have the total time, but a http page is builded as union of different part and you need to find lagging part.
All modern browser have a tool to see detailed loading time graphs (ex. image below are FF e Chrome)There are automation platform to automate navigation process(testing/analysiss/rtc) https://www.seleniumhq.org/ but, I think, your task should be accomplished manually.