Coppermine Gallery Cpu Usage Coppermine Gallery Cpu Usage
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Coppermine Gallery Cpu Usage

Started by davelu, April 12, 2007, 11:47:28 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

davelu

Hi,
I recently called my host about this issue i'm having with them (its a looong story) and the person told me every time the gallery is requested, it uses 100% cpu to load index.php :S

The only custom code i added to index.php is (for changing layout)

if($skin!=NULL){
setcookie('galleryskin',$skin,time()+86400*30);
header('Location: index.php');
}


Debug code below:

davelu


USER:
------------------
Array
(
    [ID] => ee02072d5d404a915ecb87643e14007f
    [am] => 1
    [lang] => english
    [liv] => Array
        (
            [0] => 2845
            [1] => 8303
            [2] => 8306
            [3] => 8259
            [4] => 8320
        )

    [lap] => 6
    [name] => testing11
    [search] => Array
        (
            [search] => nevermind
            [album] => search
            [title] => on
            [newer_than] =>
            [caption] => on
            [older_than] =>
            [keywords] => on
            [owner_name] => on
            [type] => AND
            [pic_raw_ip] => on
            [params] => Array
                (
                    [title] => on
                    [caption] => on
                    [keywords] => on
                    [owner_name] => on
                    [pic_raw_ip] => on
                )

        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => Dave
    [groups] => Array
        (
            [0] => 1
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 10
    [num_URI_upload] => 10
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM cpg146_filetypes; (0.13s)
    [1] => select * from cpg146_plugins order by priority asc; (0.128s)
    [2] => delete from `db173029520`.cpg146_sessions where time<1176410678 and remember=0; (0.128s)
    [3] => delete from `db173029520`.cpg146_sessions where time<1175204678; (0.128s)
    [4] => select user_id from `db173029520`.cpg146_sessions where session_id=md5("f2de499ab824656340c09af1afd01683f6fdf06d0fe581638beb3d0eff5b11ba"); (0.135s)
    [5] => select user_id as id, user_password as password from `db173029520`.cpg146_users where user_id=1 (0.132s)
    [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `db173029520`.cpg146_users AS u INNER JOIN `db173029520`.cpg146_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.128s)
    [7] => SELECT user_group_list FROM `db173029520`.cpg146_users AS u WHERE user_id='1' and user_group_list <> ''; (0.128s)
    [8] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg146_usergroups WHERE group_id in (1) (0.128s)
    [9] => SELECT group_name FROM  cpg146_usergroups WHERE group_id= 1 (0.128s)
    [10] => update `db173029520`.cpg146_sessions set time='1176414279' where session_id=md5('f2de499ab824656340c09af1afd01683f6fdf06d0fe581638beb3d0eff5b11ba'); (0.128s)
    [11] => SELECT user_favpics FROM cpg146_favpics WHERE user_id = 1 (0.129s)
    [12] => DELETE FROM cpg146_mod_online WHERE last_action < NOW() - INTERVAL 10 MINUTE (0.128s)
    [13] => REPLACE INTO cpg146_mod_online (user_id, user_name, user_ip, last_action) VALUES ('1', 'Dave', '74.103.175.48', NOW()) (0.127s)
    [14] => SELECT * FROM cpg146_mark_users WHERE user_id = 1 (0.128s)
    [15] => SELECT * FROM cpg146_mark_config (0.128s)
    [16] => DELETE FROM cpg146_banned WHERE expiry < '2007-04-12 21:44:40' (0.128s)
    [17] => SELECT * FROM cpg146_banned WHERE (ip_addr='74.103.175.48' OR ip_addr='74.103.175.48' OR user_id=1) AND brute_force=0 (0.128s)
    [18] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = ''  ORDER BY pos (0.129s)
    [19] => SELECT aid FROM cpg146_albums as a WHERE category>=10000 (0.22s)
    [20] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0.143s)
    [21] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '1'  ORDER BY pos (0.128s)
    [22] => SELECT aid FROM cpg146_albums WHERE category = 2 (0.128s)
    [23] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 2 (0.157s)
    [24] => SELECT count(*) FROM cpg146_albums as a WHERE category = '2' (0.138s)
    [25] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=2 ORDER BY a.pos LIMIT 0,19 (0.129s)
    [26] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (31, 32, 18, 19, 20, 30, 28, 29, 35, 26, 27, 23, 22, 21, 25, 24, 33, 34, 339)GROUP BY a.aid (0.135s)
    [27] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2030' (0.129s)
    [28] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6175' (0.131s)
    [29] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='917' (0.129s)
    [30] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='976' (0.156s)
    [31] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='1029' (0.133s)
    [32] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2002' (0.177s)
    [33] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='1950' (0.174s)
    [34] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='1995' (0.128s)
    [35] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2134' (0.13s)
    [36] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='7107' (0.128s)
    [37] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='7122' (0.128s)
    [38] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='1685' (0.128s)
    [39] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='1332' (0.128s)
    [40] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='4305' (0.146s)
    [41] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='1727' (0.128s)


davelu

2nd half of Debug code:

    [42] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='1690' (0.128s)
    [43] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2074' (0.128s)
    [44] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2093' (0.129s)
    [45] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6168' (0.128s)
    [46] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '2'  ORDER BY pos (0.128s)
    [47] => SELECT aid FROM cpg146_albums WHERE category = 3 (0.128s)
    [48] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 3 (0.128s)
    [49] => SELECT count(*) FROM cpg146_albums as a WHERE category = '3' (0.135s)
    [50] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=3 ORDER BY a.pos LIMIT 0,5 (0.128s)
    [51] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (36, 37, 38, 39, 40)GROUP BY a.aid (0.129s)
    [52] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='280' (0.139s)
    [53] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='365' (0.134s)
    [54] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='340' (0.128s)
    [55] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='412' (0.165s)
    [56] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='7066' (0.131s)
    [57] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '3'  ORDER BY pos (0.128s)
    [58] => SELECT aid FROM cpg146_albums WHERE category = 4 (0.128s)
    [59] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 4 (0.128s)
    [60] => SELECT count(*) FROM cpg146_albums as a WHERE category = '4' (0.129s)
    [61] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=4 ORDER BY a.pos LIMIT 0,9 (0.128s)
    [62] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (61, 62, 63, 64, 65, 66, 67, 68, 69)GROUP BY a.aid (0.13s)
    [63] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='5990' (0.128s)
    [64] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='881' (0.128s)
    [65] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='636' (0.128s)
    [66] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='836' (0.13s)
    [67] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='7082' (0.128s)
    [68] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2688' (0.128s)
    [69] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='874' (0.14s)
    [70] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='7119' (0.133s)
    [71] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='743' (0.128s)
    [72] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '4'  ORDER BY pos (0.128s)
    [73] => SELECT aid FROM cpg146_albums WHERE category = 5 (0.128s)
    [74] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 5 (0.128s)
    [75] => SELECT count(*) FROM cpg146_albums as a WHERE category = '5' (0.137s)
    [76] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=5 ORDER BY a.pos LIMIT 0,20 (0.128s)
    [77] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60)GROUP BY a.aid (0.13s)
    [78] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='4232' (0.128s)
    [79] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='73' (0.128s)
    [80] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='117' (0.128s)
    [81] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='4265' (0.137s)
    [82] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='9' (0.128s)
    [83] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='22' (0.128s)
    [84] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='44' (0.129s)
    [85] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='131' (0.128s)
    [86] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='135' (0.136s)
    [87] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='139' (0.128s)
    [88] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='145' (0.128s)
    [89] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='8269' (0.128s)
    [90] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='170' (0.128s)
    [91] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='171' (0.128s)
    [92] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='183' (0.13s)
    [93] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='178' (0.132s)
    [94] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2706' (0.128s)
    [95] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='38' (0.131s)
    [96] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='143' (0.14s)
    [97] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2740' (0.128s)
    [98] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '5'  ORDER BY pos (0.128s)
    [99] => SELECT aid FROM cpg146_albums WHERE category = 6 (0.128s)
    [100] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 6 (0.128s)
    [101] => SELECT count(*) FROM cpg146_albums as a WHERE category = '6' (0.137s)
    [102] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=6 ORDER BY a.pos LIMIT 0,2 (0.128s)
    [103] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (70, 71)GROUP BY a.aid (0.128s)
    [104] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6177' (0.135s)
    [105] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='255' (0.133s)
    [106] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '6'  ORDER BY pos (0.128s)
    [107] => SELECT aid FROM cpg146_albums WHERE category = 8 (0.128s)
    [108] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 8 (0.128s)
    [109] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '8'  ORDER BY pos (0.128s)
    [110] => SELECT aid FROM cpg146_albums WHERE category = 7 (0.128s)
    [111] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 7 (0.128s)
    [112] => SELECT count(*) FROM cpg146_albums as a WHERE category = '7' (0.128s)
    [113] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=7 ORDER BY a.pos LIMIT 0,16 (0.128s)
    [114] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 293, 294, 296, 366)GROUP BY a.aid (0.129s)
    [115] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3858' (0.133s)
    [116] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3861' (0.128s)
    [117] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='4310' (0.128s)
    [118] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3924' (0.128s)
    [119] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3930' (0.128s)
    [120] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3932' (0.167s)
    [121] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3935' (0.136s)
    [122] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3937' (0.128s)
    [123] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3956' (0.128s)
    [124] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3991' (0.13s)
    [125] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='4004' (0.132s)
    [126] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3961' (0.139s)
    [127] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6025' (0.142s)
    [128] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='4109' (0.132s)
    [129] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='4212' (0.128s)
    [130] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6218' (0.128s)
    [131] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '7'  ORDER BY pos (0.143s)
    [132] => SELECT aid FROM cpg146_albums WHERE category = 9 (0.129s)
    [133] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 9 (0.129s)
    [134] => SELECT count(*) FROM cpg146_albums as a WHERE category = '9' (0.128s)
    [135] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=9 ORDER BY a.pos LIMIT 0,20 (0.129s)
    [136] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (92, 93, 94, 109, 110, 113, 114, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132)GROUP BY a.aid (0.133s)
    [137] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6959' (0.13s)
    [138] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='8273' (0.128s)
    [139] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3201' (0.128s)
    [140] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6029' (0.128s)
        [141] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3644' (0.128s)
    [142] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2871' (0.132s)
    [143] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2918' (0.128s)
    [144] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2936' (0.134s)
    [145] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2949' (0.13s)
    [146] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2961' (0.134s)
    [147] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2962' (0.133s)
    [148] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='4193' (0.179s)
    [149] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='8276' (0.172s)
    [150] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2988' (0.128s)
    [151] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2991' (0.128s)
    [152] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2994' (0.128s)
    [153] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3010' (0.128s)
    [154] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3009' (0.128s)
    [155] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3011' (0.128s)
    [156] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3012' (0.129s)
    [157] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '9'  ORDER BY pos (0.137s)

davelu

ah nvm more

    [158] => SELECT aid FROM cpg146_albums WHERE category = 23 (0.128s)
    [159] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 23 (0.128s)
    [160] => SELECT aid FROM cpg146_albums WHERE category = 10 (0.128s)
    [161] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 10 (0.13s)
    [162] => SELECT count(*) FROM cpg146_albums as a WHERE category = '10' (0.337s)
    [163] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=10 ORDER BY a.pos LIMIT 0,2 (0.129s)
    [164] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (269, 364)GROUP BY a.aid (0.394s)
    [165] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3819' (0.128s)
    [166] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6187' (0.167s)
    [167] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '10'  ORDER BY pos (0.128s)
    [168] => SELECT aid FROM cpg146_albums WHERE category = 31 (0.131s)
    [169] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 31 (0.129s)
    [170] => SELECT aid FROM cpg146_albums WHERE category = 39 (0.132s)
    [171] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 39 (0.128s)
    [172] => SELECT aid FROM cpg146_albums WHERE category = 40 (0.148s)
    [173] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 40 (0.128s)
    [174] => SELECT aid FROM cpg146_albums WHERE category = 41 (0.128s)
    [175] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 41 (0.128s)
    [176] => SELECT aid FROM cpg146_albums WHERE category = 11 (0.128s)
    [177] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 11 (0.128s)
    [178] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '11'  ORDER BY pos (0.128s)
    [179] => SELECT aid FROM cpg146_albums WHERE category = 26 (0.128s)
    [180] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 26 (0.208s)
    [181] => SELECT aid FROM cpg146_albums WHERE category = 27 (0.128s)
    [182] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 27 (0.176s)
    [183] => SELECT aid FROM cpg146_albums WHERE category = 28 (0.132s)
    [184] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 28 (0.156s)
    [185] => SELECT aid FROM cpg146_albums WHERE category = 29 (0.128s)
    [186] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 29 (0.128s)
    [187] => SELECT aid FROM cpg146_albums WHERE category = 30 (0.128s)
    [188] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 30 (0.131s)
    [189] => SELECT aid FROM cpg146_albums WHERE category = 12 (0.128s)
    [190] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 12 (0.142s)
    [191] => SELECT count(*) FROM cpg146_albums as a WHERE category = '12' (0.136s)
    [192] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=12 ORDER BY a.pos LIMIT 0,10 (0.148s)
    [193] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (88, 89, 90, 91, 99, 117, 108, 320, 329, 336)GROUP BY a.aid (0.132s)
    [194] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='8262' (0.128s)
    [195] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='8294' (0.128s)
    [196] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='8252' (0.128s)
    [197] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6970' (0.138s)
    [198] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='8310' (0.134s)
    [199] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='8277' (0.128s)
    [200] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='4319' (0.128s)
    [201] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='7041' (0.128s)
    [202] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='5785' (0.129s)
    [203] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '12'  ORDER BY pos (0.128s)
    [204] => SELECT aid FROM cpg146_albums WHERE category = 22 (0.128s)
    [205] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 22 (0.128s)
    [206] => SELECT aid FROM cpg146_albums WHERE category = 13 (0.178s)
    [207] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 13 (0.128s)
    [208] => SELECT count(*) FROM cpg146_albums as a WHERE category = '13' (0.129s)
    [209] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=13 ORDER BY a.pos LIMIT 0,2 (0.128s)
    [210] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (97, 98)GROUP BY a.aid (0.128s)
    [211] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='2855' (0.149s)
    [212] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='8246' (0.161s)
    [213] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '13'  ORDER BY pos (0.128s)
    [214] => SELECT aid FROM cpg146_albums WHERE category = 21 (0.128s)
    [215] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 21 (0.134s)
    [216] => SELECT aid FROM cpg146_albums WHERE category = 25 (0.128s)
    [217] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 25 (0.128s)
    [218] => SELECT aid FROM cpg146_albums WHERE category = 14 (0.132s)
    [219] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 14 (0.128s)
    [220] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '14'  ORDER BY pos (0.128s)
    [221] => SELECT aid FROM cpg146_albums WHERE category = 15 (0.159s)
    [222] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 15 (0.128s)
    [223] => SELECT aid FROM cpg146_albums WHERE category = 16 (0.128s)
    [224] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 16 (0.128s)
    [225] => SELECT aid FROM cpg146_albums WHERE category = 17 (0.128s)
    [226] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 17 (0.128s)
    [227] => SELECT aid FROM cpg146_albums WHERE category = 18 (0.128s)
    [228] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 18 (0.128s)
    [229] => SELECT aid FROM cpg146_albums WHERE category = 19 (0.128s)
    [230] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 19 (0.135s)
    [231] => SELECT aid FROM cpg146_albums WHERE category = 20 (0.128s)
    [232] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 20 (0.128s)
    [233] => SELECT aid FROM cpg146_albums WHERE category = 44 (0.16s)
    [234] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 44 (0.128s)
    [235] => SELECT aid FROM cpg146_albums WHERE category = 38 (0.128s)
    [236] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 38 (0.128s)
    [237] => SELECT aid FROM cpg146_albums WHERE category = 24 (0.128s)
    [238] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 24 (0.629s)
    [239] => SELECT count(*) FROM cpg146_albums as a WHERE category = '24' (0.128s)
    [240] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=24 ORDER BY a.pos LIMIT 0,3 (0.132s)
    [241] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (260, 263, 264)GROUP BY a.aid (0.128s)
    [242] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='8267' (0.128s)
    [243] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='3811' (0.128s)
    [244] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6362' (0.128s)
    [245] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '24'  ORDER BY pos (0.128s)
    [246] => SELECT aid FROM cpg146_albums WHERE category = 36 (0.128s)
    [247] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 36 (0.128s)
    [248] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '36'  ORDER BY pos (0.127s)
    [249] => SELECT aid FROM cpg146_albums WHERE category = 37 (0.128s)
    [250] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 37 (0.14s)
    [251] => SELECT aid FROM cpg146_albums WHERE category = 42 (0.128s)
    [252] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 42 (0.128s)
    [253] => SELECT count(*) FROM cpg146_albums as a WHERE category = '42' (0.171s)
    [254] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=42 ORDER BY a.pos LIMIT 0,1 (0.128s)
    [255] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (367)GROUP BY a.aid (0.143s)
    [256] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='6207' (0.138s)
    [257] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '42'  ORDER BY pos (0.225s)
    [258] => SELECT aid FROM cpg146_albums WHERE category = 32 (0.172s)
    [259] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 32 (0.178s)
    [260] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '32'  ORDER BY pos (0.128s)
    [261] => SELECT aid FROM cpg146_albums WHERE category = 33 (0.132s)
    [262] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 33 (0.128s)
    [263] => SELECT aid FROM cpg146_albums WHERE category = 34 (0.129s)
    [264] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 34 (0.128s)
    [265] => SELECT aid FROM cpg146_albums WHERE category = 43 (0.128s)
    [266] => SELECT count(*) FROM cpg146_pictures as p, cpg146_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 43 (0.128s)
    [267] => SELECT count(*) FROM cpg146_albums as a WHERE category = '43' (0.128s)
    [268] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg146_albums as a LEFT JOIN cpg146_pictures as p ON a.thumb=p.pid WHERE category=43 ORDER BY a.pos LIMIT 0,5 (0.128s)
    [269] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg146_albums AS a  LEFT JOIN cpg146_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (394, 395, 396, 397, 398)GROUP BY a.aid (0.128s)
    [270] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg146_pictures WHERE pid='7074' (0.251s)
    [271] => SELECT cid, name, description, thumb FROM cpg146_categories WHERE parent = '43'  ORDER BY pos (0.128s)
    [272] => SELECT aid FROM cpg146_albums as a WHERE category = '0' (0.146s)
    [273] => SELECT count(*) FROM cpg146_albums as a WHERE 1 (0.139s)
    [274] => SELECT count(*) FROM cpg146_pictures as p LEFT JOIN cpg146_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0.146s)
    [275] => SELECT count(*) FROM cpg146_comments as c LEFT JOIN cpg146_pictures as p ON c.pid=p.pid LEFT JOIN cpg146_albums as a ON a.aid=p.aid WHERE 1 (0.152s)
    [276] => SELECT count(*) FROM cpg146_categories WHERE 1 (0.128s)
    [277] => SELECT sum(hits) FROM cpg146_pictures as p LEFT JOIN cpg146_albums as a ON p.aid=a.aid WHERE 1 (0.145s)
    [278] => SELECT COUNT(*) FROM cpg146_pictures WHERE approved = 'NO' (0.131s)
    [279] => SELECT count(*) FROM cpg146_albums as a WHERE category = '0' (0.128s)
    [280] => SELECT COUNT(*) from cpg146_pictures WHERE approved = 'YES'  (0.131s)
    [281] => SELECT * FROM cpg146_pictures WHERE approved = 'YES'  ORDER BY RAND() LIMIT 8 (0.222s)
    [282] => SELECT COUNT(*) from cpg146_pictures WHERE approved = 'YES'  (0.127s)
    [283] => SELECT * FROM cpg146_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,8 (0.129s)
    [284] => SELECT COUNT(*) FROM `db173029520`.cpg146_users (0.128s)
    [285] => SELECT COUNT(*) FROM cpg146_mod_online (0.128s)
    [286] => SELECT COUNT(*) FROM cpg146_mod_online WHERE user_id <> 0 (0.128s)
    [287] => SELECT user_id, user_name FROM `db173029520`.cpg146_users ORDER BY user_id DESC LIMIT 1 (0.128s)
    [288] => SELECT user_id, user_name FROM cpg146_mod_online WHERE user_id <> 0 (0.128s)
    [289] => SELECT user_id,user_lastvisit FROM `db173029520`.cpg146_users WHERE user_lastvisit LIKE '2007-04-12%' (0.129s)
    [290] => SELECT user_name as user_name FROM `db173029520`.cpg146_users WHERE user_id = '1' (0.128s)
    [291] => SELECT user_name as user_name FROM `db173029520`.cpg146_users WHERE user_id = '5949' (0.128s)
    [292] => SELECT user_name as user_name FROM `db173029520`.cpg146_users WHERE user_id = '6028' (0.183s)
)

==========================
GET :
------------------
Array
(
)

==========================
POST :
------------------
Array
(
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.4 - OK
------------------
mySQL version: 4.0.27-standard-log
------------------
Coppermine version: 1.4.6(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.28 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 4.0.25
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.1
Linked Version 1.2.1
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | /usr/local/php/bin | /usr/local/php/bin
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | /usr/local/php/bin | /usr/local/php/bin
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/local/lib/php | .:/usr/local/lib/php
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i  | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 50000 | 50000
max_input_time | -1 | -1
upload_max_filesize | 20M | 20M
post_max_size | 8M | 8M
==========================
Page generated in 42.334 seconds - 293 queries in 40.328 seconds - Album set : ; Meta set: ;

davelu

I just want to highlight how long it to load the page:
Page generated in 42.334 seconds - 293 queries in 40.328 seconds - Album set : ; Meta set: ;

do u know what might be causing this issue?
my webiste gallery is emmawatson.ca/CoppGallery

Nibbler

Reduce the amount of information (statistics) on the main page and tell your host to enable the MySQL query cache.

davelu

Quote from: Nibbler on April 13, 2007, 12:22:46 AM
Reduce the amount of information (statistics) on the main page and tell your host to enable the MySQL query cache.
I'll ask about that. As for statistics, can you give me an example? Thanks alot!