performance - ASP.NET MVC site takes too much time to load probably because of a Windows service running on the same server -
i have dedicated windows 2008 server several websites , 1 windows service running.
the service runs every 30 seconds , pretty cpu intensive. sites loaded fast except 1 closely connected service. website project dll referenced service, , think reason slow.
has had experience this? how can improve loading time of site?
update
here's more information:
only first time load slow. subsequent loads fast. website , service access same mongodb database. service references website's dll , uses lot of classes including usersrepository.
stopping service makes application run normal.
yes, service's fault. solved problem making clone of bin folder used service only.
Comments
Post a Comment