Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default how to test SQL speeds

    A lot of times people report tests of:

    parse time
    SQL time
    and SQL queries


    I am trying to do my own testing with some new web hosts versus old...

    just wondering how people are finding these statistics.

    I'm thinking phpMyAdmin, but really don't know..

    can anyone pass on to the rest of us how to find this info for our own sites?
    so we can do some comparisons/diagnoses of our own.


    thanks in advance.

    adam.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: how to test SQL speeds

    Admin->Configuration->Logging->Display Page Parse Times

    ... and then look in the footer of your site on each page...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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. #3
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Re: how to test SQL speeds

    easy enough!

    thanks, Dr. Byte.



    adam.

  4. #4
    Join Date
    Nov 2004
    Location
    U.K. South Wales
    Posts
    501
    Plugin Contributions
    0

    Default Re: how to test SQL speeds

    Can someone advise,
    If i'm displaying parse time and sql time,
    is the sql time also added into the parse time?

    i.s if parse time = 35 and sql time = 33,

    does this mean actually, that the parse time 'doing php parsing' was 2?

    I'm having trouble with my host's page serve up times, i assume results like the above mean that the sql server is overloaded

  5. #5
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: how to test SQL speeds

    The SQL time is the time it took for all SQL queries to run ... from the time of sending a query, until the results came back.... then timer stops.... and when next query is sent, timer starts again from where it left off, etc. After the final query, the number is shown.

    The page parse time is the time it took from when the first line of code in index.php started processing until the footer of your page was drawn. This includes the delays introduced by any SQL queries waiting on the database.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

 

 

Similar Threads

  1. v151 Configuring SQL Database for test site
    By narata in forum General Questions
    Replies: 1
    Last Post: 10 Mar 2014, 10:10 PM
  2. v151 SQL query setup. How do I TEST a query 'off-line'?
    By lewisasding in forum General Questions
    Replies: 3
    Last Post: 8 Mar 2013, 12:24 AM
  3. Loading Speeds
    By Miff in forum General Questions
    Replies: 5
    Last Post: 27 Nov 2011, 04:05 AM
  4. How to test a check out experience with test payment and all?
    By hamspots in forum General Questions
    Replies: 3
    Last Post: 23 Jan 2009, 06:50 AM

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