Top "Pageload" questions

Use this for general web page loading questions (HTML, PHP, ASP, etc).

What is Chrome doing with this "GC Event"?

I'm getting the following timeline from a very simple site I'm working on. Chrome tells me it's cleaning up 10MB …

debugging google-chrome pageload
ASP.NET user control: Page_Load fires before property is set

This is driving me crazy. I have a very simple user control: public int? ImageId {set; get;} protected void Page_…

c# asp.net properties pageload
What does DOM loadtime in the page load timings represent?

This is how the typical loadtime of one of my page splits into :- Domain Lookup 0 0 % Connect 134 .3% Request 19658 40% Response 134 .3% DOM 28808 58% …

dom pageload page-load-time
How to stop selenium webdriver from waiting for page load?

Sometimes when i run a test, website never stops loading and my test stucks on it. How can i set …

java selenium webdriver pageload
asp.net: (c# client-side) how to access html element created after page loads?

Imagine this, Step 1: ASPX Page Loads. Step 2: Button fires a script that creates a html element (div, span, etc) with …

c# html asp.net pageload
.net ViewState in page lifecycle

I have a page containing a control called PhoneInfo.ascx. PhoneInfo is dynamically created using LoadControl() and then the initControl() …

c# .net viewstate lifecycle pageload
Using foreach loop with DataList on Page Load

I am working with a datalist on one of my pages, while trying to find the controls using a foreach …

c# foreach datalist pageload
jQuery Mobile getting popout to open on page load

I am using the new pop out features for JQM. Launching the popout via a button click is straightforward but …

jquery jquery-mobile mobile pageload
get pageload time using command line - linux

I am stuck with a problem. I have list of 10 URL. I need to calculate the page load time. I …

linux curl time pageload
Updatepanel in ajax always runs page_load Event?

I'm new to ajax and using visual studio 2005 and framework 2.0. A simple Ajax sample always takes to the page load …

asp.net ajax updatepanel pageload