Results 1 to 6 of 6
  1. #1

    Default Slow loading website

    Hy,

    just finished a new site (new install with updated database 1.5.3) with the responsive sheffield blue template.
    But the website has a long loading time, this was not the case with the old site.

    Can anyone checks if there is a script thats slowing down the TTFB, or could it be due to a slow server/host?

    http://kglracing.com/shop/


    Server Host: kglracing.com
    HTTP Server: Apache/2PHP versie: 5.6.33 (Zend: 2.6.0)
    PHP File Uploads: On
    Max upload grootte: 128M
    PHP Memory Limiet: 256M
    POST Max grootte: 128M
    Database: MySQL 5.6.38
    Database Host: localhost (127.0.0.1)
    Database datum: 06/12/2018 09:02:10
    Database Data Grootte: 616,342 kB
    Database Index Grootte: 63,818 kB

  2. #2

    Default Re: Slow loading website

    Here a test made with www.webpagetest.org

    So it is clear the problem is in the first bite, takes over 4 seconds before website starts to load

    Name:  test.jpg
Views: 238
Size:  84.6 KB

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Slow loading website

    Just a quick look tells me your main page is going to over 50 http sites in order to render! A view source shows 3,353. Cleaning that up will make a major difference.

    Are they really links to items off-site are could they be linked internally?

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,018
    Plugin Contributions
    61

    Default Re: Slow loading website

    I agree with dbltoe that not much optimization has been done... But I think it SQL slow. Under Configuration >> Logging >> turn on Display The Page Parse Time. It should (if your template isn't broken) display a line in your footer on the catalog side.

    The rewrites don't help either. In my experience Zen Cart rewrite modules slow the website 10% or more.

    ~Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  5. #5
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Slow loading website

    Sidenote as well, the footer links are kind of....screwy. I'm guessing you used a template where the left column of the footer was nearly on the left side of the screen and you added "left:50px;" to the element #flex-navSupp .flexFooterCol.ffCcol1. As a result, that first column is overlapping the second column.

    Most likely this change will fix it in stylesheet.css:
    instead line 416 being: #flex-navSupp .flexFooterCol.ffCcol1 {border:0;position:relative;left:50px;}

    make it:
    #flex-navSupp .flexFooterCol.ffCcol1 {border:0;position:relative; padding-left:50px;box-sizing: border-box;}

    "left" is shifting the whole column to the right. Padding will instead add the buffer you are looking for and box-sizing: border-box; will do it in a way that doesn't expand the width.

    And the site is throwing this error in DevTools:
    Uncaught TypeError: Cannot set property 'className' of undefined
    at CBPFWTabs._show (cbpFWTabs.js:65)
    at CBPFWTabs._init (cbpFWTabs.js:43)
    at new CBPFWTabs (cbpFWTabs.js:28)
    at (index):3678

  6. #6
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,691
    Plugin Contributions
    9

    Default Re: Slow loading website

    ensuring that your site is on a host that utilizes SSDs, in my experience, is the single best way to ensure a faster loading site.

    cleaning up all of the other things as indicated by sites like:

    https://gtmetrix.com/

    is also quite helpful.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 

Similar Threads

  1. v138a suddenly Slow loading website
    By PUREchocolatetruffle in forum General Questions
    Replies: 6
    Last Post: 14 Jun 2012, 11:57 AM
  2. v150 Slow website loading
    By oitem in forum Basic Configuration
    Replies: 13
    Last Post: 19 May 2012, 04:02 PM
  3. Slow Loading
    By oewdirect in forum General Questions
    Replies: 2
    Last Post: 18 Jun 2009, 09:14 PM
  4. Slow loading shop
    By koenvandamme in forum Basic Configuration
    Replies: 2
    Last Post: 1 Apr 2009, 11:28 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR