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

    Default Re: Pages loading very slowly

    Are you able to go to phpMyAdmin and export the structure of your database then Zip that and add it as an attachment ... the goal here is to perhaps find missing indexes ...

    I have 3 Option Names each with 1700 attributes on it and have the query times of:
    Parse Time: 2.357 - Number of Queries: 3824 - Query Time: 1.3687172103424

    I have not tested this with the 5100 attributes on other servers, but I have with 1700 Attributes on Products and I do not get 12 seconds ...

    If you look in your Zen Cart Admin at the Tools ... Server Info ... what do you see from just below the menu and up to and including the php version?
    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
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,970
    Plugin Contributions
    96

    Default Re: Pages loading very slowly

    I'm going out on a limb here, but I'm guessing that you've got "Dynamic Product Updater" installed. When I look at the Firebug "Net" tab on Firefox, it seems that a lot of time is spent posting to dpu_ajax.php.

  3. #13
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Pages loading very slowly

    lat9: Yes I do and always have had dynamic price updater. Many of my attributes are dependant upon that module.

    Ajeh: First here is my server info:

    Click image for larger version. 

Name:	database_specs.jpg 
Views:	45 
Size:	31.6 KB 
ID:	14583

    Second: I have added my database (exported the structure of my database then Zipped it and added it as an attachment)
    Attached Files Attached Files

  4. #14
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,970
    Plugin Contributions
    96

    Default Re: Pages loading very slowly

    Quote Originally Posted by sports guy View Post
    lat9: Yes I do and always have had dynamic price updater. Many of my attributes are dependant upon that module.
    Is there a way to (momentarily) disable the DPU to see if that's the bottleneck?

  5. #15
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Pages loading very slowly

    So much for that theory ... you have the indexes expected so that is not it ...
    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!

  6. #16
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Pages loading very slowly

    With JavaScript enabled I am seeing "NetworkError: 403 Forbidden - http://www.framesforlife.com/images". So something in your JavaScript is attempting to access this location (and the site is configured to deny access). This will slow down apparent load time for the site (why is it trying to load something which should not be loaded?).

    But the "meat" of what I am seeing is the product page "seems" to hang when attempting to generate the "product" content (div id="productGeneral"). Can you enable page parse times so we can see how many SQL queries are involved and an overview of how long they are taking? Feel free to modify your template to output these as a comment (so web browsers do not actively display the parse times to potential customers - or mess up any CSS layouts).
    Last edited by lhungil; 9 Oct 2014 at 08:35 PM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  7. #17
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Pages loading very slowly

    Quote Originally Posted by lhungil View Post
    With JavaScript enabled I am seeing "NetworkError: 403 Forbidden - http://www.framesforlife.com/images". So something in your JavaScript is attempting to access this location (and the site is configured to deny access). This will slow down apparent load time for the site (why is it trying to load something which should not be loaded?).

    But the "meat" of what I am seeing is the product page "seems" to hang when attempting to generate the "product" content (div id="productGeneral"). Can you enable page parse times so we can see how many SQL queries are involved and an overview of how long they are taking? Feel free to modify your template to output these as a comment (so web browsers do not actively display the parse times to potential customers - or mess up any CSS layouts).
    I don't know how to troubleshoot the javascript getting hung up on the images folder. But I do have additional product images and image manager installed. So perhaps this is leading to this javascript snag. Some of my product pages (like the one above) have an additional image and others do not.

    I enabled: Page Parse Times.

  8. #18
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Pages loading very slowly

    Quote Originally Posted by lat9 View Post
    Is there a way to (momentarily) disable the DPU to see if that's the bottleneck?
    I removed the 3 files for Dynamic Price Updater and was getting the same slow load times as my other tests (8 - 9 seconds at this time). Did several tests on multiple products and the same result with or without dynamic price updater. So the dynamic price updater seems to be working fine. In fact, it seems to load quickly once the page loads and I change an attribute like length or width.

    I did notice that my images/ajax-loader.gif file was missing. Per lhungils' mention of this: ""NetworkError: 403 Forbidden - http://www.framesforlife.com/images" I though perhaps this image missing might be the hangup problem. But once I uploaded the image for DPU the same slow page load times persist.

  9. #19
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Pages loading very slowly

    Wow, 10,000+ queries! Feels a bit high... Do you have the Query Cache plugin for 1.3.9 installed? Any "cache" prepopulated by Simple SEO URLs (or do you have Ultimate URLs installed)? Any chance of logging the queries to a file (for one product page load - disable after)?

  10. #20
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Pages loading very slowly

    Umm anyone else getting these issues on that page

    Invalid App Id: Must be a number or numeric string representing the application id. connect.facebook.net/en_US/all.js:56

    FB.getLoginStatus() called before calling FB.init(). connect.facebook.net/en_US/all.js:56

    Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. blk01-p-32:154

    Failed to load resource: net::ERR_CACHE_MISS http://www.framesforlife.com/black-p...-11/blk01-p-32

    Failed to load resource: net::ERR_CACHE_MISS https://www.facebook.com/plugins/lik...alse&width=150
    wouldn't they have an effect?
    Webzings Design
    Semi retired from Web Design

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v139h Product Pages loading slowly
    By athena in forum General Questions
    Replies: 28
    Last Post: 19 Mar 2013, 06:03 PM
  2. my site is Browsing very slowly
    By fadi21 in forum Customization from the Admin
    Replies: 1
    Last Post: 26 Oct 2010, 01:52 PM
  3. Site Loading Slowly
    By BarryLegal in forum General Questions
    Replies: 21
    Last Post: 8 Aug 2008, 12:39 AM
  4. Zen Cart Installed But Loading Pages VERY Slowly on GoDaddy
    By shirt10 in forum General Questions
    Replies: 2
    Last Post: 10 May 2008, 11:13 PM
  5. Zencart Loading VERY Slowly On My Hosting Service
    By Trailtreks in forum General Questions
    Replies: 3
    Last Post: 17 Mar 2008, 07:52 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