in Education by
I am currently investigating why my site takes so long to load. The Firebug net panel tells me this: 7.74s (onload: 16.02s) What might be causing this huge gap? What exactly is the browser doing after all resources are loaded until it fires the onload event? Thanks. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
It would be difficult to say the cause without a site URL. But you can do the following things at your end. You can install the following Firefox addons YSlow Page Speed addon (check it with Google it is a product from Google itself) This addons will give you fairly good idea about what causes your issue. Also have a look the Best Practices for Speeding Up Your Web Site article from Yahoo! that specifies several points to improve the performance of the website. Hope this helps. JP

Related questions

0 votes
    I am currently investigating why my site takes so long to load. The Firebug net panel tells me this: ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Why do we need to use an onload event in the script tag after using the async attribute? (a) ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    How many 'onload' events can be written in a page 1. 2 2. 1 3. None 4. Many...
asked Feb 26, 2021 in Technology by JackTerrance
0 votes
    Which property of viewport specifies zoom onload? Please select the correct options from below (a)maximum-scale (b)user-scalable (c)initial-scale (d)None of the options...
asked Dec 11, 2020 in Education by Editorial Staff
0 votes
    The img tag inside the canvas element is greyed out in firebug. Mostly this is due to a bad style ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    The img tag inside the canvas element is greyed out in firebug. Mostly this is due to a bad style ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Firebug is an extension of which browser? (a) Mozilla (b) Chrome (c) IE (d) Opera I got this ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Why do Web Developers use Firebug? (a) Track cookies (b) Track sessions (c) Both Track cookies ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    What are the goals for using Firebug? (a) Performance (b) Adaptability (c) Complexity (d) Reliability ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    Firebug can be used to inspect ___________ (a) HTML (b) CSS (c) DOM (d) All of the mentioned I ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    I have a big table which contains about 100 million records in MySQL. I want to read all the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Aug 1, 2022 in Education by JackTerrance
...