Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2011
    Location
    Pensacola, FL
    Posts
    88
    Plugin Contributions
    4

    database error Reduce First Byte Time Load

    I'm getting a very slow first byte load time here at http://www.renaissancemaninc.com, and looking for any insight.

    I plan to get css-js-loader working after working out css conflicts, but is there anything else I might want to look at?

    Thanks much for any input.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Reduce First Byte Time Load

    Loads quickly here.

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,911
    Plugin Contributions
    96

    Default Re: Reduce First Byte Time Load

    Likewise, although using the "Net" tab on my Firebug console, your main page's payload is 633.9KB comprising 72 separate files. That could slow some people down.

  4. #4
    Join Date
    Sep 2008
    Posts
    210
    Plugin Contributions
    21

    Default Re: Reduce First Byte Time Load

    There are 282 products on your site so I think your site has not any problem about the page load :)

    Quote Originally Posted by mutinyzoo View Post
    I'm getting a very slow first byte load time here at http://www.renaissancemaninc.com, and looking for any insight.

    I plan to get css-js-loader working after working out css conflicts, but is there anything else I might want to look at?

    Thanks much for any input.
    Our Site: http://zucando.com
    Marketing Plugins: Marketing Modules
    Free Response Templates: Responsive Templates

  5. #5
    Join Date
    Mar 2011
    Location
    Pensacola, FL
    Posts
    88
    Plugin Contributions
    4

    Default Re: Reduce First Byte Time Load

    Quote Originally Posted by lat9 View Post
    Likewise, although using the "Net" tab on my Firebug console, your main page's payload is 633.9KB comprising 72 separate files. That could slow some people down.
    Thank you all for your input. Am I correct in the understanding that elements such as the banner slider that load AFTER the main page, are not involved in the TTFP (time to first byte)?

  6. #6
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: Reduce First Byte Time Load

    TTFB doesn't have anything to do with the number of requests nor the additional elements you're loading. You can have 5 elements or 5000, that won't affect your TTFB.
    Before going any further, read what it says - literally. It's time to FIRST byte. Zen Cart is a dynamic website and pages are literally built on the fly. I understand YOU know this, but I'm gonna write it anyway for other people reading this post: try going to YOUR_DOMAIN/index.php - you'll get a fully compiled HTML website in your browser. Then go to your server and check the index.php in root and you'll see it's completely different and has nothing to do with what was generated in the browser. So, what happens?

    When you go to any page of your site, the server needs to build the output before sending it to the visitor's browser. With Zen Cart, server will have to check auto_loaders, init_includes, functions and many other files, go through hoops and loops with template related files, put it all together and then serve the generated HTML to the browser. All of that server processing is what happens in the famous TTFB. Once the structure is built and "sent out", TTFB ends and the remainder of your content starts loading (including css, js, images etc.).

    From my experience, this is usually fixed by upgrading to a better server, but also depends on the current server load. For example, the latest site that I did some speed optimization varied from A to F according to webpagetest.org, all depending on time when I ran the tests and, of course, test location.

    P.S. You might wanna add target=_blank to Zen Cart and mZoo links in the footer...

 

 

Similar Threads

  1. v139f Slow Load (Time to First Byte)
    By milesreid in forum General Questions
    Replies: 6
    Last Post: 20 Mar 2012, 09:35 PM
  2. Improving Time to First Byte
    By jeking in forum General Questions
    Replies: 1
    Last Post: 17 Aug 2011, 04:23 AM
  3. First Page very slow to load
    By Jims in forum General Questions
    Replies: 7
    Last Post: 22 Mar 2011, 01:11 PM
  4. How can I reduce Time to First Byte of the main page
    By emill in forum General Questions
    Replies: 5
    Last Post: 8 Nov 2010, 11:54 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