I am developing a
servlet application. It is connected to the backend database and has lot of business logic needs to be handled as well.
Now, I found that, everytime when I come back on Monday morning and access the site, it takes significantly longer time ( times as long as normal) to get the page, then after that , any following up access to the other sites in the application takes much less time.
Does it have something to do with the fact that I don't access it over the weekend and some stuff is cleaned out, and then later on the system uses cached objects automatically ?