I want to ask you something. I'm facing some issues when a have to map an entity object to DTO object using org.modelMapper.
The thing is that for my teammates everything is working correctly, it takes about 4-5 seconds, but for me it's like 10-20 minutes or even more.
We have so many nested objects in the entities and in the DTO's but they should have this problem too. The thing is that only happens to me. I tried with another computer which is faster but it happens also.
Here are some details of the project:
- Java 11 Spring Boot
- PostgreSQL for the database
- We open a tunnel connection for the database
- We use the same VPN for the internet connection
Any idea of what's going on?