Results 1 to 4 of 4

Thread: Loading the Google APIs associated with the Google Map to speed up page loads

  1. #1
    Thread Starter
    jrossmacleod's Avatar
    Join Date
    Dec 2013
    Location
    Bradenton, FL, USA
    Posts
    212
    Thanks
    3
    Thanked 4 Times in 4 Posts

    Loading the Google APIs associated with the Google Map to speed up page loads

    It appears that API's for Google Maps are slowing my site down (and probably yours too)

    I hope that someone can help me with the implemention of a possible solution.

    I seems that you can load the APIs by including the following script in the "header" of any web page.
    (header.php)? ...obviously.

    <script type="text/javascript" src="https://www.google.com/jsapi"></script>

    and then load the Google API with google.load(module, version)

    <script type="text/javascript">
    google.load("search", "1");
    google.load("jquery", "1.4.2");
    google.load("jqueryui", "1.7.2");
    </script>

    to enhance the default loader functionality.

    Has anyone tried this?
    If so, where would the scripts above be placed in header.php....assuming that that's where they would actually go within Vantage.

    To be honest, I'm pretty much shooting in the dark here.

    Thanks

  2. #2
    Thread Starter
    jrossmacleod's Avatar
    Join Date
    Dec 2013
    Location
    Bradenton, FL, USA
    Posts
    212
    Thanks
    3
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    jrossmacleod's Avatar
    Join Date
    Dec 2013
    Location
    Bradenton, FL, USA
    Posts
    212
    Thanks
    3
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Google Maps not loading on listing page
    By larrycornett in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: November 27th, 2013, 01:22 AM
  2. Website/Page Loading Speed Issues
    By discovery in forum Vantage General Discussion (Legacy)
    Replies: 8
    Last Post: July 8th, 2013, 10:09 AM
  3. I dont want Google Maps loads first
    By charger69 in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: January 24th, 2013, 12:30 PM
  4. Replies: 5
    Last Post: April 27th, 2011, 02:00 AM
  5. Page Loading Speed
    By samanders in forum ClassiPress General Discussion
    Replies: 5
    Last Post: February 25th, 2011, 06:31 AM