It takes a long time to open the react project on localhost

When I want to open the project (or any react project) that I created with create-react-app in Visual Studio Code with npm start on localhost, it takes 5 minutes to open. On a similar issue, someone showed a network setting in the developer tools section, but that setting is already disabled for me (network throttling , (React app taking too much time for loading on local system)).

I deleted Vs Code, plugins and node.js and reinstalled it from scratch, I did everything but I couldn’t find a solution. It still opens very late.