Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6893267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:38:15+00:00 2026-05-27T06:38:15+00:00

I would like my webpage to render faster. Based on this article , I

  • 0

I would like my webpage to render faster. Based on this article, I understand that the page renders when the ‘load’ event is fired.
When I look at the Network Tab of my Chrome browser, I see that the ‘load’ event is fired after an ajax call to a PHP script returns.

Webpage is live at http://www.99like.com/index.php

=> Is there any way to get the page to render before the PHP script is called?

Following is the extract of the code which I think is relevant for the question:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="highcharts.js"></script>
<script type="text/javascript">
    var ajax_load = "<img class='loading' src='images/load.gif' alt='loading...' />";
    var inputForm = "<div class='shadow'><form type='submit' onsubmit='displayChart(); return false'><input id='searchBox' type='text' size='30' value='search keyword' /></form></div>";
    var chart = "<div id='chart' class='shadow'></div>";
    var chartPage = inputForm + chart;

    $(function ()
    {
        exampleChart();
    });

    function exampleChart() {
        $('#searchBox').val("hotel"); // nice example
        displayChart ();
    }

    function displayChart () {
        var keyword = $('#searchBox').val();

        var chart = new Highcharts.Chart({  ...  });

        chart.showLoading();

        var phpFunctionURL = "getChartData.php";
        var DataSeries; 
        $.ajax( {
            url: phpFunctionURL,
            dataType: 'json',
            async: false,
            data: { ... },  
            success: function(json) { DataSeries = json; }
        } ); 
    }
</script>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:38:16+00:00Added an answer on May 27, 2026 at 6:38 am

    A few remarks:

    1. Make sure all your JavaScript are at the bottom of the page, including JQuery and Google Analytics code
    2. Your web-page is missing the end tag
    3. If needed, you could wait for the onLoad event to launch your AJAX request instead of the DomReady event, this will speed up the page rendering.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like a webpage that constantly updates a graph with new data as
In my Ruby (1.9.2) Rails (3.0.x) I would like to render a web page
I would like to put a link to a webpage in an alert dialog
I would like to brighten an image on my webpage on mouseover using css
I would like to update (change the content) some part of the webpage without
When users click on an element in my webpage, I would like to call
I am writing a Firefox extension. I would like to search the current webpage
I would like to be able to fetch a web page's html and save
I would like the button on my web page to toggle the visibility of
I would like to display an image on my web page and provide the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.