You are here

Site Speed Testing

    1 post / 0 new
    Py Zahl's picture
    Py Zahl
    Online
    Joined: 10/24/2008 - 8:53pm
    Site Speed Testing

    -- PERFORMANCE TESTING --

    script perf.sh

    #!/bin/sh
    set -i n
    n=1
    echo $n
    while [ $n -le 100 ]
    do
    echo $n
    echo A
    wget http://sbra.olotltd.com
    echo B
    wget http://sbra.olotltd.com/?q=upcoming_rides
    echo C
    wget http://sbra.olotltd.com/?q=calendar
    echo D
    wget http://sbra.olotltd.com/?q=forum/11
    (( n = n + 1));
    done

    running it:
    $ time ./perf.sh
    ... starting slow, until the cache kicks in (if enabled) ...
    real 0m12.837s
    user 0m0.078s
    sys 0m0.171s

    SBRA is a member of bicyclelongisland.org.


    Thank you for visiting the SBRA Website. PS: best viewed in all browsers, but IE -- sincerely, your Webmaster.
    Please send comments & questions about the SBRA site to the SBRA-Webmaster.