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

    Default Re: Why is my site so slow?

    You have a pretty site ...

    However ... you might peek at it in FireFox vs IE and see why you have so much space at the top in FireFox ...

    Makes for a lot of extra scrolling around the site ...
    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
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Why is my site so slow?

    looks like IH2 Miss configuration ..

  3. #13
    Join Date
    Jan 2010
    Location
    New Jersey
    Posts
    20
    Plugin Contributions
    0

    Default Re: Why is my site so slow?

    Just curious how I would diagnose if it is MySql that is slow or PHP. I ended up customizing the classic template a little. I resized all the images attached to 6k products. Changed all the suggested ways to speed up my zen cart.

    My parse times are usually 16 , 135 Queries and Query time 22.

    sometimes it loads very fast but mostly its pretty high gaining up to 30-45 parse time.

    I'm with GoDaddy now, (gag i know) and will be switching to a certified Zen Cart host in the very near future.

    I just wanted to know if I can absolutely say it lies with GoDaddy.

    Prior to loading in 6k products I had 1k and everything seems to move very fast.

    Parse times are listed on my page.. you may have to highlight the very bottom due to a black background.
    Last edited by Justin3085; 23 Feb 2010 at 04:52 PM.

  4. #14
    Join Date
    Jan 2010
    Location
    New Jersey
    Posts
    20
    Plugin Contributions
    0

    Default Re: Why is my site so slow?

    Ok, to update I ended up removing a component and testing until I felt there was a speed inscrease. The initial front page loads up faster now, the products still upload a tad slow but still faster than they were. The worst problem came from an embedded YouTube video which wasn't all that big but I guess enough to choke everything out.

    I'm not sure if this is the exact cause, who knows maybe the past few days GoDaddy was having some issues. In any event I will continue to monitor and see where it takes me.

  5. #15
    Join Date
    Jan 2010
    Location
    New Jersey
    Posts
    20
    Plugin Contributions
    0

    Default Re: Why is my site so slow?

    So, I made a switch over to Hostmonster. I did like GoDaddy however the shared hosting was not good for me.

    Since I switch I've been getting very ######## times:

    Parse Time: 0.847 - Number of Queries: 190 - Query Time: 0.350813339188

    So, there is a reason they have Recommended Hosting services listed. Do the right thing. Switch. :)

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

    Default Re: Why is my site so slow?

    .8 seconds and .3 seconds ...

    is that first hit? second hit?

    Have you a site that we could perhaps peek at to see what is really slow and what is not?

    NOTE: many would kill for those times ...
    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!

  7. #17
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Why is my site so slow?

    Granted I could be have a dense moment and just noticed your old times and that you were actually saying your times rule now ...
    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!

  8. #18
    Join Date
    Jan 2010
    Location
    New Jersey
    Posts
    20
    Plugin Contributions
    0

    Default Re: Why is my site so slow?

    That is after I transferred my entire site to Hostmonster. My times before with GoDaddy were 14 and 9 roughly.

    Im not quite sure what you mean first or second hit. I checked it from a few computers and different areas and it seems consistent on those times.

    Of course as I'm responding to your post and I decided to check it again I get a 4.4 and 3.2 lol :)

    Regardless I'm much happier with the performance from Hostmonster.

  9. #19
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Why is my site so slow?

    First hit is the first time you hit a page/link on your site vs the 2nd time you hit the same page/link (not with a refresh but by using the link/url) ...

    The time difference is what is cached by MySQL ... so an active site is, generally, faster as other people are hitting these pages/links so that they are cached ...

    One test is to go to All Products then check the speed of each page and then re-check the speed ... you will usually find the 2nd time through faster ...
    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!

  10. #20

    Default Re: Why is my site so slow?

    Quote Originally Posted by Ajeh View Post
    The time difference is what is cached by MySQL ... so an active site is, generally, faster as other people are hitting these pages/links so that they are cached ...
    Cache built in MySQL does not (in general) improve performance of Zen Cart. It might seem it does, but it doesn't. It improves performance of stores with very very low traffic only (when there's only one or two visitors on the site).

    The thing with MySQL cache (NOT Query Cache zen cart module) is that it stores query results as long as every table query refers to is not updated. If even one row of any referenced table gets updated MySQL won't use cached result and will execute query again. And - unfortunately - Zen Cart has little flaw that makes every query-worth-to-be-cached uncachable: it updates products table every time someone visits product page.

    As I wrote it might seem that the site is faster with MySQL cache but it isn't. It seems faster because:
    • You are probably the only visitor on Your site
    • You've accessed the same page in very short period of time. This does not happen on live site with mid to high traffic (I'm not sure about low traffic sites - haven't tested it)


    As soon as the site will receive more traffic probability of using cached result will drop exponentially. Even low traffic sites won't gain much from MySQL cache. If page takes 20 seconds to load the visitor most probably already views competitors sites and closed browser window. Sure, if someone will visit EXACTLY the same page within few seconds it will load quickly, but probability of that happening is (very?) low.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. View by manufacturers_id is so slow, why?
    By DigitalShadow in forum General Questions
    Replies: 19
    Last Post: 14 Jan 2012, 02:15 AM
  2. slow header - why?
    By christinefred in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Jun 2009, 10:40 PM
  3. Can't figure out why my site is slow.
    By RoboMike in forum General Questions
    Replies: 14
    Last Post: 1 Apr 2009, 07:09 PM
  4. why my site is so slow ??
    By tomzhang in forum General Questions
    Replies: 22
    Last Post: 28 Oct 2008, 01:37 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