I’ve noticed that the first access to a servlet by a client is slow. But succeeding requests become faster. I know that only 1 instance of a class is needed to make several request. That is why the succedding requests are faster. But the question is: How do I make the first request for the server to load faster?