How to Automate web performance tools in React Application other than lighthouse

72 Views Asked by At

I am looking for a web performance tool that can be added to the localhost CI-CD Pipeline rather than manually entering the URL in PageSpeed Insights for performance check, I have heard about Pingdom but don't really know how to implement or add it to my localhost as there are not enough resources, I am searching for a tool that can be automated other than Lighthouse, looking for some API or SDK, I want to automate it on every significant change / commit to check that hasn't broken something

1

There are 1 best solutions below

1
On

you should check to react documentation for performance tools -

https://reactjs.org/docs/perf.html

I this you got a solution to your question.