Hello, I need help or suggestion regarding how to ...
# help
a
Hello, I need help or suggestion regarding how to decrease response time from wiremock, I’m using 3.2.0 version for java17 microservice, I want to reduce the response time which wiremock is taking, I have not added any delay in the stub also using these properties
Copy code
"--async-response-threads", "40", "--container-threads", "40", "--disable-request-logging", "true", "--global-response-templating", "--no-request-journal", "--async-response-enabled", "true"
l
Just out of interest, what are the response times you are seeing? I assume they are slow?
a
i'm expecting below 1000ms as i have added a timeout if it is more than 1000ms, most of my request is getting more than 1000ms
l
What type of matching are you performing in your stubs?
a
not large response, how can i explain this, GET and POST api