Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Painfully slow basic install 5+sec to load initial page???

    Could you peek in your Admin and go to the Tools ... Server Info ... and see if the Load averages are displayed ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #12
    Join Date
    May 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Painfully slow basic install 5+sec to load initial page???

    Hi thaks for the response, have just tried that and get the following message

    Bad Gateway
    Web server received an invalid response while acting as a gateway or proxy server.


    I take it this is not good??

  3. #13
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Painfully slow basic install 5+sec to load initial page???

    I think it is time to speak to your hosting provider to see if there are problems with the server ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #14
    Join Date
    May 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Painfully slow basic install 5+sec to load initial page???

    Just sent them an email to see if they can see an issues etc, just seems really strange, i know Zen is a php app so it should really sit on a unix based server but cant imagine a windows server stoping it from work as it should.

    thanks again

  5. #15
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Painfully slow basic install 5+sec to load initial page???

    Quote Originally Posted by l3wyh View Post
    have just embarked on my first install of ZenCart 1.3.8a
    As these are new installs I would strongly suggest starting with ZC v1.3.9d as v1.3.8a is a couple of years old now and requires numerous bug fixes and security patches applying. V1.3.9d has all of these and more already included.

    Looking at the Page Parse time and Query Time everything looks fine, except each page is still taking 6 - 9 seconds to load. Very odd.

    I would guess at there being something wrong with the PHP setup but you say you have another PHP application that is running fine.

    In the /includes/configure.php file what is STORE_SESSIONS defined as?

    Regards,
    Christian.

  6. #16
    Join Date
    May 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Painfully slow basic install 5+sec to load initial page???

    Downloaded the file as this is the config for the DB (minsu usernames and passwords, not sure if it looks right as i have never knowingly changed anything and left the default settings on install

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', '***********');
    define('DB_SERVER_PASSWORD', '***********');
    define('DB_DATABASE', '***********');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'db');
    // for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage

    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'none');
    define('DIR_FS_SQL_CACHE', 'C:/inetpub/vhosts/dandncomputing.co.uk/httpdocs/cache')

  7. #17
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Painfully slow basic install 5+sec to load initial page???

    Okay, the session settings look fine.

    There is one more test I can think of. Create a file called info.php and put the following into it...
    PHP Code:
    <?php
    phpinfo
    ();
    ?>
    ...then upload it to your ZC site's document root (where index.php is).

    If you then browse to it does it come up quickly and display information about your PHP settings? If it displays an error message or takes 6+ seconds to do anything then there is a problem with PHP.

    Regards,
    Christian.

  8. #18
    Join Date
    May 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Painfully slow basic install 5+sec to load initial page???

    thanks again for the help very much appreciated.

    Looks like it may be a slight problme as it takes the same to load the page as the others, except the other php based app i have installed (osticket) is on the same server just on a subdomain of a different domain and it loads instantly and so does the info.php file.

    Still waiting for a snr tech to get back to me from the host so they will hope fully be able to see the problem

    thanks again, help and advice is much appreciated

  9. #19
    Join Date
    May 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Painfully slow basic install 5+sec to load initial page???

    Problem appears to be solved, not sure if anyone can now see a differrence in the loading speed on the two installs.

    It appears that it was a server configuration, and was simply fixed by using " run as FastCGI Application" in the web hosting settings in plesk

    again thanks very much for the help everyone, very much appreicated

    thanks

  10. #20
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Painfully slow basic install 5+sec to load initial page???

    Quote Originally Posted by l3wyh View Post
    Problem appears to be solved, not sure if anyone can now see a differrence in the loading speed on the two installs.

    It appears that it was a server configuration, and was simply fixed by using " run as FastCGI Application" in the web hosting settings in plesk
    Glad you got it fixed. I went to both of your sites to check the speed for you but they are both showing a holding page at the moment.

    Regards,
    Christian.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Slow initial load time
    By Belaird in forum General Questions
    Replies: 1
    Last Post: 1 Oct 2015, 04:28 PM
  2. Help! Initial Load time so slow!
    By hgws in forum General Questions
    Replies: 3
    Last Post: 22 Jun 2009, 08:09 PM
  3. Slow Initial Page Load
    By zenticed in forum General Questions
    Replies: 1
    Last Post: 21 Aug 2006, 01:12 PM
  4. 1.3.01 install = painfully slow!
    By FutureFreak in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 7 Jul 2006, 04:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg