Architecture :: Designing Heavy Page (Takes Time To Load)

Aug 17, 2010

What should be the approach while designing when you know that your page would take considerable time to load? e.g. if it has controls which are heavy & some which are lighter? Can we make use of any of the design patterns to solve this issue?

View 4 Replies


Similar Messages:

Web Forms :: Steps To Be Taken If The Page Takes Time To Load?

Feb 12, 2010

if I hit the .aspx page on the browser and if the page takes time to load say may be 25-30 seconds then what are the steps to be taken to make sure that the page loads quickly. In other words what could be the reason for this slow loading.

View 3 Replies

Web Forms :: Displaying Loading GIF Image Whenever Page Takes Time To Load

Apr 27, 2016

Displaying loading gif image whenever my page takes time to load but not for particular single control. i had seen this. URL...but it working for button , can i check it for my whole page  and all controls whenever it takes times to load.

View 1 Replies

Web Forms :: Webpage Takes Long Time To Load For The First Time?

Apr 30, 2010

I am working on a ASP.NET 2.0 application. It is hosted on IIS 6 on Windows 2003 server.

Few pages have jpeg images (around 50 images and 50 KB each). It takes long time to load the page for the first time. But when i open the same page for the second or third time it is faster.

why does a web page take long time to load for the first time?

Is it cached somewhere when it loads for the first time? Do we have any control over it?

View 5 Replies

Web Forms :: Takes Time To Load Data In Dictionary

Jan 13, 2010

I have 10 000 000 words, I need to use

[Code]....

to search for specific word. It is very quick in finding the word, but when loading that amount of data to my dictionary it takes a while. Could you say what is the efficient way deal with such data? This is not homework or work related, but it is my personal project.

View 2 Replies

IIS Configuration :: Web Application When Kept Idle Takes Time To Load?

Dec 6, 2012

I have developed a web application in .net & if the web application is idle for some time & after that if we perform some action on that web page then it doesn't respond.

View 1 Replies

Web Forms :: SQL DataReader Takes Lot Of Time To Load Data

Nov 29, 2012

i am having the problem that i am using datareader to get contents in my asp.net page.But the page takes a lot of time to load.How to decrease the loading time of the apage and increase the performance of my page.

View 1 Replies

Web Forms :: ImageButton Hover Takes Time To Load Image?

Jan 10, 2011

I've dynamically made an ImageButton, the problem is when I hover the Image, it takes a few seconds to load the hover image (imgHover.png in my code)..

Is there a way to preload the images or something?

heres my code:

[Code]....

View 2 Replies

AJAX :: Trying To Create A Progress Bar For Page Load As It Takes Long To Load?

Jul 7, 2010

I am trying to create a progress bar for page load as it takes long to load. I need help to resolve jscript error 'null' is null or not an object on line $get("btn").click();

[Code]....

View 3 Replies

C# - Page Rendering Takes More Time?

Nov 30, 2010

I have a aspx page which contains 6 user controls which will be displayed when the user clicks on any button using show model pop up extender. My page rendering takes more time. it taked 3 minuits to load the page. If i debug the page its traveling to page load of all the user controls. Its not taking more time to fetch the data from database but its taking time to load the page. Is there any way to improve the perfomace .Is there any place where i have to look into.I am using VS 2010 and c# .

View 2 Replies

Master Page Logo Renders Last And Takes A While To Load?

Oct 27, 2010

My asp.net web app uses a master page which contains an 8k jpg of the company logo. Whenever I load a page or do a refresh, all of the non-master page html renders first, then the master page logo is shown, pushing all the html down a few lines. It's very annoying. Is there anything I can do to prevent that from happening?

View 1 Replies

Web Forms :: After Getting The Records It Takes Too Much Time To Display In The The Page?

Mar 1, 2010

i have 4 dropdownlist controls in a page. each have more than 6000 records. when retrive the records from DB there is no issue and taking very less time. after getting the records it takes too much time to display in the the page. here no problem with db retriving.. i guess problem is with page weightage. how can i solve this problem..

View 3 Replies

Performance - Page Contains Dynamic Elements - Loading Takes Time

Feb 10, 2010

I am dynamically creating a table of checkboxes on my test.aspx page. The dimensions (row and column count) of the table are determined by querying the database. In test.aspx page, I do the following:

<script language="C#" runat="server">
protected void Page_Load ( object src, EventArgs e ) {
//Query the database to get the data for rows and columns
CheckBox[] chkBox = new CheckBox[rows * columns]; //creates a collection of checkboxes
//Iterate over the query set in a double for loop to create dynamic checkboxes
}
</script>

Right now I have the number of rows=20 and columns=10, but it can increase (with the columns more likely). I used the Net tab in Firebug to ascertain the time taken by different events and found that GetTest.aspx is taking close to 4 minutes, which is too long a time to wait. Is there a way to being down the page load time? Is my approach to create dynamic check boxes correct?

View 4 Replies

Visual Studio :: Design Page Takes Longer Time To Open?

May 10, 2010

some time sthe design pages takes longer time to open sometimes its proper the code page open immediately but the design page tekes longer time to open but its not always how do i solve

View 3 Replies

How To Make Website That Response Even On Heavy Traffic Load

Aug 28, 2010

i wanted to know that how to make the website that performance never goes down even if the load is increased up to some extent rather than the general websites.

i am confusued that is this related to the database server or the coding...

View 3 Replies

Architecture :: Finding Best Practice For Designing Classes - OOP

Aug 10, 2010

I am searching for what are the standard best practice (for OOP) used to design classes for develop asp.net application? I am aware of most of the OOP concepts but confused with how to map object/classes.

Let's take example of Adventure works - 2005 database provided by Microsoft; it has five schemas Sales, Purchase, Person, Production, HR and DBO.

Should we consider Schemas as Namespace in Classes?

Now, Person schema has 5 tables, should we design classes based on tables?

i.e. Person schema has Address, AddressType, Contact, ContactType, CountryRegion & StateProvince tables. What are the classes we can consider?

What are the basic criteria to decide objects? What to do and how to design classes for tables like Purchase order detail, Product cost history, Product inventory, Product Category etc.

View 3 Replies

AJAX :: Error On First Time Page Refresh Then Removes On The Second Time / Could Not Load File Or Assembly

May 20, 2010

Server Error in '/MedTegraSL.Web' Application.

Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.

Description:

An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.

Source Error:

[Code]....

Source File:

c:ProductiveTeamsMedTegraPresentationMedTegraSLMedTegraSL.WebMainMaster.Master Line: 16 Assembly Load Trace: The following information can be to determine why the assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' could not be loaded.

[Code]....

Stack Trace:

[Code]....

View 2 Replies

Login Page Takes Long Time To Login?

Apr 12, 2010

I am working on a web application in C#. I am using FormsAuthenticationTicket to authenticate the user. The user's information is check against a sqlserver database, if the correct credential is entered, (combine the username and password, encrypt them using the FormsAuthentication, and assign the random number generated to a session.), the users is redirected to a welcome pages.

However, I notice that there are times when I run the application, and it takes over five minutes to display the login screen, or I have to stop and start the application in order to display the login screen . Does anyone have an idea what may cause this issue?

View 2 Replies

How To Handle Heavy Page

Feb 26, 2011

I have been asked to design & develop a page in asp.net which contains 7 tabs. Each table contains 2 Editable gridview & clicking on gridview cell should open a popup & that popup will open a new popup ( I would say nested popup). Even when I switch from one tab to another. It should hold the griddata & whenever user will finish all the operations he/she will click on save button which will save all the data contained in the tabs. The page is really too heavy. It will definitely take a long time to load as it contains gridview operations, popup related jobs, tab data & tab switching. I am finding the best way I can achieve this with an acceptable speed of operation.

View 3 Replies

DataSource Controls :: The SQL Below Takes At Least 7 Second To Run And May Even Time Out?

May 6, 2010

The SQL below takes at least 7 second to run and may even time out.

There are a lot of records over a million in each of the two tables being inner joined and then being searched on.

I have tried putting an index on the create_date# and rdat# hoping that sql would not have to access all the records

But it seems to have made no difference, so I have now deleted those indexes.

I realise that manipulation of strings comes at a price but I can only work with the data I have been given.

Do you have any tips or trick that I can use to optimise this code?

-- Description: Finds all customer infomation that matches at least two params

-- =============================================

ALTER PROCEDURE [dbo].[usp_FindMatchesInDAProspect.bak] [code]....

View 1 Replies

Forms Data Controls :: 11 Gridviews On Same Page - Optimize Page Load Time?

Oct 4, 2010

I have a web page which has about 11 gridviews.Hence the page takes bout 15 seconds to load.The grids are 1 below the other.They are populated at the page load.

I need a solution to reduce page load time. Is there a way,where the gridview loads only if user scrolls to it. I donot want the user to make selection for everytime he wishes to see a gridview. The page should show gridview if its data is bound to it, not waiting for entire page gridviews to get populated.

View 3 Replies

To Show Pdf Files In Web Page - Taking Much Time To Load Page?

Mar 6, 2010

I have web application where i want to show pdf files in web page. in my page there are 5 pdf files i have to show at a time.it's taking much time to load page. and also user has to wait until all files are loaded in page.is there any free components to show pdf files.

View 3 Replies

Determine Time It Takes To Copy Datatable Into Another

Sep 21, 2010

I'm copying one datatable into another like this:

temporaryTreeData = treeViewData.Copy();

How could I figure out how much time it takes for the copy to complete?

View 2 Replies

While Launching A Simulator It Takes More Time To Start?

Jan 20, 2010

here .aspx file in one website is communicating with .asmx file in another website so its taking some time to displat the simulator.

View 2 Replies

Security :: Validate Credentials Takes More Time?

Aug 11, 2010

PrincipalContext.validatecredentials(username, password);

Takes more time and high cpu usage to validate.

Is there any alternative way to validate credentials or any way to reduce the load and time?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved