Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: New Property Sales Site

  1. #21
    Thread Starter
    Veteran alinimmo's Avatar
    Join Date
    Sep 2010
    Location
    United Kingdom
    Posts
    372
    Thanks
    29
    Thanked 11 Times in 8 Posts
    Quote Originally Posted by cloudybright View Post
    CP is alive and well - just not on the front page:
    Sardinia Cagliari Apartments Villas Sardinia tourist services agriturismo

    How did you get WordPress/ClassiPress to run so fast?
    It is amazingly quick!
    hi cloudy have had a few issues with speed and infact the italian version is a lot slower ...no idea why!

    yes using w3 total cache although not sure how much of a difference this has made on the speed.

    I noticed a real difference in speed when i inserted <?php flush(); ?>

    in the header.php

  2. #22
    Veteran cloudybright's Avatar
    Join Date
    Sep 2010
    Location
    Code Hell
    Posts
    590
    Thanks
    14
    Thanked 53 Times in 50 Posts
    Quote Originally Posted by alinimmo View Post
    hi cloudy have had a few issues with speed and infact the italian version is a lot slower ...no idea why!

    yes using w3 total cache although not sure how much of a difference this has made on the speed.

    I noticed a real difference in speed when i inserted <?php flush(); ?>

    in the header.php
    Perhaps the Italian version is on a different server?

    From PHP Manual:
    "Several servers, especially on Win32, will still buffer the output from your script until it terminates before transmitting the results to the browser."

    As I recall, you're using IIS servers?

  3. #23
    Marketplace Seller mr_green's Avatar
    Join Date
    Aug 2010
    Posts
    952
    Thanks
    113
    Thanked 192 Times in 147 Posts
    alinimmo

    for 3.04
    try to add in function.php

    PHP Code:

    function jQuery_Google_init() {
    if ( !
    is_admin() ) { // actually not necessary, because the Hook only get used in the Theme
    wp_deregister_script'jquery' ); // unregistered key jQuery
    wp_register_script'jquery''http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.js'false'1.6.1');
    wp_enqueue_script'jquery' ); // include jQuery
    }
    }
    add_action'after_setup_theme''jQuery_Google_init' ); // Theme active, include function 
    or
    Google Ajax API CDN
    hxxp://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js
    Microsoft CDN
    hxxp://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.js
    jQuery CDN (via Media Temple)
    hxxp://code.jquery.com/jquery-1.6.1.min.js Minified version

    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    <script type='text/javascript' src='http://www.go-sardinia.com/it/wp-content/themes/classipress304/includes/js/easing.js?ver=1.3'></script>
    <script type='text/javascript' src='http://www.go-sardinia.com/it/wp-content/themes/classipress304/includes/js/jcarousellite.js?ver=1.0.1'></script>
    <script type='text/javascript' src='http://www.go-sardinia.com/it/wp-content/themes/classipress304/includes/js/theme-scripts.js?ver=3.0'></script>
    <script type='text/javascript' src='http://www.go-sardinia.com/it/wp-content/themes/classipress304/includes/js/validate/jquery.validate.pack.js?ver=1.6'></script>
    <script type='text/javascript' src='http://www.go-sardinia.com/it/wp-content/themes/classipress304/includes/js/validate/localization

    MERGE this files in one file and put it in the footer

    Now your are in the road to have a pro site
    Best

  4. #24
    Thread Starter
    Veteran alinimmo's Avatar
    Join Date
    Sep 2010
    Location
    United Kingdom
    Posts
    372
    Thanks
    29
    Thanked 11 Times in 8 Posts
    Quote Originally Posted by cloudybright View Post
    Perhaps the Italian version is on a different server?

    From PHP Manual:
    "Several servers, especially on Win32, will still buffer the output from your script until it terminates before transmitting the results to the browser."

    As I recall, you're using IIS servers?
    both on the same server ( italian is separate directory) yes on IIS and all the joys that brings

  5. #25
    Thread Starter
    Veteran alinimmo's Avatar
    Join Date
    Sep 2010
    Location
    United Kingdom
    Posts
    372
    Thanks
    29
    Thanked 11 Times in 8 Posts
    Quote Originally Posted by mr_green View Post
    alinimmo

    for 3.04
    try to add in function.php

    PHP Code:

    function jQuery_Google_init() {
    if ( !
    is_admin() ) { // actually not necessary, because the Hook only get used in the Theme
    wp_deregister_script'jquery' ); // unregistered key jQuery
    wp_register_script'jquery''http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.js'false'1.6.1');
    wp_enqueue_script'jquery' ); // include jQuery
    }
    }
    add_action'after_setup_theme''jQuery_Google_init' ); // Theme active, include function 
    or
    Google Ajax API CDN
    hxxp://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js
    Microsoft CDN
    hxxp://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.js
    jQuery CDN (via Media Temple)
    hxxp://code.jquery.com/jquery-1.6.1.min.js Minified version

    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    <script type='text/javascript' src='http://www.go-sardinia.com/it/wp-content/themes/classipress304/includes/js/easing.js?ver=1.3'></script>
    <script type='text/javascript' src='http://www.go-sardinia.com/it/wp-content/themes/classipress304/includes/js/jcarousellite.js?ver=1.0.1'></script>
    <script type='text/javascript' src='http://www.go-sardinia.com/it/wp-content/themes/classipress304/includes/js/theme-scripts.js?ver=3.0'></script>
    <script type='text/javascript' src='http://www.go-sardinia.com/it/wp-content/themes/classipress304/includes/js/validate/jquery.validate.pack.js?ver=1.6'></script>
    <script type='text/javascript' src='http://www.go-sardinia.com/it/wp-content/themes/classipress304/includes/js/validate/localization

    MERGE this files in one file and put it in the footer

    Now your are in the road to have a pro site
    many thanks for this...i'll have a stab at that and see if it gets a bit faster

  6. #26
    Marketplace Seller thesyndicate's Avatar
    Join Date
    Aug 2009
    Location
    The Matrix
    Posts
    1,842
    Thanks
    17
    Thanked 52 Times in 51 Posts
    Please try back in 331 days??


    I love to help out you out but please read this first Have you tried to install in a root domain? Have you tried to Resave permalinks? Have you tried to disable all plug in? Have you tried the default theme of Wordpress?

    ++ If the issue is fixed consider closing the thread and change to solved, thank you for helping us helping you. ++

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Why are Featured Property Frame Sizes Not Equal?
    By andyclassipress in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 17th, 2011, 09:16 AM
  2. Replies: 4
    Last Post: September 17th, 2010, 03:01 PM