473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How do I decrease first page load time when there are 300 dll's on bin folder?

Hi, it's me again:
I have made an extensive search at google and finding a lot of
information, but nothing that matters for me.
My problem is that I've about three hundreds DLL's on bin folder. If I
move half of these DLL's to another folder (outside of the application),
load time decreases in the same scale.
But all these moved DLL's are only used when specific pages are open,
and these pages are in a different folder first loaded page.
My question: can I do something to decrease first page without removing
DLL's from bin folder? I mean, is it possible to tell ASP.NET that it should
not map all DLL's that are on bin folder?

Thanks,

--
Ravi Wallau
no****@nospam.org
Feb 14 '06 #1
1 1316
Ravi,
Its generally better to have fewer, larger assemblies. Another way to cut
down on page response time is to have a scheduled request for the app before
business hours so that all the assemblies are already loaded when the first
"real" user requests a page.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Ravi Ambros Wallau" wrote:
Hi, it's me again:
I have made an extensive search at google and finding a lot of
information, but nothing that matters for me.
My problem is that I've about three hundreds DLL's on bin folder. If I
move half of these DLL's to another folder (outside of the application),
load time decreases in the same scale.
But all these moved DLL's are only used when specific pages are open,
and these pages are in a different folder first loaded page.
My question: can I do something to decrease first page without removing
DLL's from bin folder? I mean, is it possible to tell ASP.NET that it should
not map all DLL's that are on bin folder?

Thanks,

--
Ravi Wallau
no****@nospam.org

Feb 14 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: DotNetIsHorrible | last post by:
I write CRUD database applications for a living for an audience of about 100 users per application using classic ASP. I maintain and frequently change on user's request 22 different applications...
3
by: Raveendra | last post by:
Hi! I am trying to create one new Application Domain and calling one Assembly in that created Application Domain. It is working fine with stand alone application. But I need to do the same with...
5
by: Rudolf Ball | last post by:
Dear NG, i want to load a plugin (WinForm) in my Applikation. That works fine. Now I want to globalize that plugin. So I have to load the Satellite Assembly, as well. But how can I load this...
3
by: Hardy Wang | last post by:
Hi all, I just installed VS.Net 2005 and tried to play with it. I have following questions 1) I created a web project, I compile it, unlike VS.Net 2003 but I could not find any DLL files in BIN...
6
by: Andy Sutorius via DotNetMonster.com | last post by:
Using the code below the browser just sits and spins. The dll is located in the root of the web app. System.Runtime.Interop is in the using statements. I have tried this in ASP.NET 1.1 and 2.0 and...
3
by: tarscher | last post by:
Hi all, I have a gridview populated with data coming from a dataset (created via the wizard). The data shown in the gridview is dependent on the the choice of a control (dropdown with...
5
by: Alias | last post by:
Hi - I'm trying to implement a custom RoleProvider based on the SqlRoleProvider. I keep receiving a an error that it can't load type 'MyRoleTest.MyRoleProvider' when trying to load my...
5
by: Zeba | last post by:
Hi ! I want to know the cookie value that was set in the previous page. Initially in my page in project B I used HttpCookie cookie = Request.Cookies.Get(somefile.COOKIE_NAME); where...
1
by: jackiechen858 | last post by:
I was updating one of my .Net 2.0 web application on a customer's server yesterday. after I replaced the new dll, I got a error when I access it : Could not load file or assembly "xxxxx" or...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.