I am working on reducing load time of my angular 4 app. My app has 16 JSON files (only 47.1 kb in size), these files are the service response mocks and are for developer use only. This means, in case the service is down the developer can use these mock JSON responses and continue to develop code on their local code setup.
My question is can these JSON files increase the response time of my website? As of now these JSON files are not being called ever in the production. So, if I remove them will my websites's response time increase?