Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Feb 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: Help with parse times?

    I am using checkout by amazon, paypal, the bookshelf template, and using product type book, and thats it. I am wondering if when they were adding products they could have put something in database wrong. This seemed to come on all at once but they don't know exactly when.
    Last edited by RMsimp; 28 Aug 2012 at 12:06 AM.

  2. #12
    Join Date
    Jan 2004
    Posts
    58,257
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Help with parse times?

    I suspect that the indexes on the tables added by your "book" addon are at fault.

    Perhaps try running the following SQL statements via phpMyAdmin:
    Code:
    alter table book_authors add index ba_name (book_authors_id,language_ida,book_authors_name,book_authors_nickname);
    alter table book_authors_info add index bai_id (book_authors_id,language_id);
    alter table books_to_authors add index bta_map (book_authors_id,language_idta,products_id);

    Suggestion courtesy of senior tech staff at GoDaddy who offered this feedback when I asked them if there was any reason why their server would be so slow.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #13
    Join Date
    Feb 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: Help with parse times?

    Thank you very much, that seems to have fixed the problem. I wish the 5 weeks I was calling GoDaddy for help they would have given me that info. I wouldn't have moved the site. Again thank you

  4. #14
    Join Date
    Jan 2004
    Posts
    58,257
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Help with parse times?

    Quote Originally Posted by RMsimp View Post
    Thank you very much, that seems to have fixed the problem.
    Cool. Glad it helped!

    Quote Originally Posted by RMsimp View Post
    I wish the 5 weeks I was calling GoDaddy for help they would have given me that info. I wouldn't have moved the site.
    Valid point. This same person has told me that they're actively working on ways to help address that in the future. They've had some big top-level mgmt changes that are re-shaping how they do things, and it's looking more promising. Hopefully this means their image can change moving forward.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. high query and parse times
    By JimmyV in forum General Questions
    Replies: 6
    Last Post: 29 Jan 2010, 05:18 PM
  2. Slow parse times
    By vortextennis in forum General Questions
    Replies: 3
    Last Post: 16 Sep 2009, 04:19 PM
  3. High Parse Times - Query times OK
    By BodyJewels in forum General Questions
    Replies: 9
    Last Post: 25 Jun 2009, 07:19 AM
  4. SLOW site - parse times??
    By BDCreations in forum General Questions
    Replies: 4
    Last Post: 19 Aug 2008, 08:55 PM
  5. Suddenly Parse times went up
    By Johnmans in forum General Questions
    Replies: 0
    Last Post: 8 Apr 2008, 01:37 AM

Bookmarks

Posting Permissions

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