What's on in Queensland...

2024/Coomera Cup/low res 1.jpg

IOM Coomera Cup 2024 Event Report

Jonesy  wins Coomera Cup for the 4th year in a row.

Well done Paul, you have actually won every Coomera Cup since this was the 4th time it has been run.

Maybe we could get a perpetual trophy and leave it at your home.

CC2024 was held over two days , 22nd and 23rd of June.

New committee members announcement

 

 

Eagleby Classic IOM Regatta

eaglebyclassic

facts-img

0

Clubs

facts-img

0

Members

facts-img

0

Events

Time: 0.139571 / SQL: 0.01138s for 27 queries / Net Memory: 9816432 / Peak: 10383984
Debug: (0.007109) - (net usage: 883456) - (peak: 1510176)
Initialize Database
Debug: (0.009288) - (net usage: 1221608) - (peak: 1699704)
Done Initializing Database
Debug: (0.009309) - (net usage: 1221768) - (peak: 1699704)
initialize internal global cache
Debug: (0.011161) - (net usage: 1564136) - (peak: 2020704)
done initializing global cache
Debug: (0.011206) - (net usage: 1563600) - (peak: 2020704)
Loading Modules
Debug: (0.029673) - (net usage: 3995488) - (peak: 4736824)
SET @CG_ZEROTIME = NOW() - INTERVAL 150 YEAR,@CG_FUTURETIME = NOW() + INTERVAL 5 YEAR
Debug: (0.036375) - (net usage: 4766456) - (peak: 5300256)
End of Loading Modules
Debug: (0.03667) - (net usage: 4847304) - (peak: 5320112)
Initialize Smarty
Debug: (0.036685) - (net usage: 4847464) - (peak: 5320112)
Done Initialing Smarty
Debug: (0.037102) - (net usage: 4871184) - (peak: 5357048)
cms_content_cache: begin load needed content objects
Debug: (0.03736) - (net usage: 4885288) - (peak: 5363144)
cms_content_cache: end loading needed content objects
Debug: (0.040499) - (net usage: 5687984) - (peak: 6264528)
SELECT tpl_id,design_id FROM cms_layout_design_tplassoc
                   WHERE tpl_id IN (30,31,32) ORDER BY tpl_id
Debug: (0.040913) - (net usage: 5724800) - (peak: 6264528)
SELECT * FROM cms_layout_templates WHERE id IN (30,31,32)
Debug: (0.041282) - (net usage: 5664144) - (peak: 6264528)
SELECT * FROM cms_content WHERE content_id = 1 LIMIT  1
Debug: (0.047855) - (net usage: 6565440) - (peak: 7314904)
process template top
Debug: (0.058818) - (net usage: 8046520) - (peak: 9592088)
SELECT * FROM cms_content_props WHERE content_id = 1
Debug display of 'Start Load Smarty Plugin Navigator/function':(0.061458) - (net usage: 8100216) - (peak: 9592088)
Debug: (0.062165) - (net usage: 8147672) - (peak: 9592088)
SELECT * FROM cms_module_smarty_plugins ORDER BY module
Debug display of 'Start Load Smarty Plugin News/function':(0.063063) - (net usage: 8182408) - (peak: 9592088)
Debug: (0.066104) - (net usage: 8303104) - (peak: 9592088)
Start Navigator default action
Debug: (0.067113) - (net usage: 8357888) - (peak: 9592088)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (33,34,35,39,40,41,43,45,61,62,63) AND active = 1 ORDER BY hierarchy
Debug: (0.06804) - (net usage: 8393752) - (peak: 9592088)
SELECT * FROM cms_content_props WHERE content_id IN (33,34,35,39,40,41,43,45,61,62,63) ORDER BY content_id
Debug: (0.069525) - (net usage: 8593536) - (peak: 9592088)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (52,53,54,55,56,57,58,64,60,59,65) AND active = 1 ORDER BY hierarchy
Debug: (0.070433) - (net usage: 8646792) - (peak: 9592088)
SELECT * FROM cms_content_props WHERE content_id IN (52,53,54,55,56,57,58,64,60,59,65) ORDER BY content_id
Debug: (0.07166) - (net usage: 8784424) - (peak: 9592088)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (36,37,38,42,66) AND active = 1 ORDER BY hierarchy
Debug: (0.072249) - (net usage: 8805160) - (peak: 9592088)
SELECT * FROM cms_content_props WHERE content_id IN (36,37,38,42,66) ORDER BY content_id
Debug: (0.073144) - (net usage: 8876304) - (peak: 9592088)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (44,51) AND active = 1 ORDER BY hierarchy
Debug: (0.073604) - (net usage: 8884536) - (peak: 9592088)
SELECT * FROM cms_content_props WHERE content_id IN (44,51) ORDER BY content_id
Debug: (0.074233) - (net usage: 8922248) - (peak: 9592088)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (46,47,48,49) AND active = 1 ORDER BY hierarchy
Debug: (0.074682) - (net usage: 8936232) - (peak: 9592088)
SELECT * FROM cms_content_props WHERE content_id IN (46,47,48) ORDER BY content_id
Debug: (0.075208) - (net usage: 8976120) - (peak: 9592088)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (49) AND active = 1 ORDER BY hierarchy
Debug: (0.088701) - (net usage: 9201040) - (peak: 9746464)
End Navigator default action
Debug: (0.090239) - (net usage: 9212272) - (peak: 9746464)
            SELECT SQL_CALC_FOUND_ROWS
                mn.*,
                mnc.news_category_name,
                mnc.long_name,
                u.username,
                u.first_name,
                u.last_name
            FROM cms_module_news mn
            LEFT OUTER JOIN cms_module_news_categories mnc
            ON mnc.news_category_id = mn.news_category_id
            LEFT OUTER JOIN cms_users u
            ON u.user_id = mn.author_id
            WHERE
                status = 'published'
            AND
        IF(start_time IS NULL AND end_time IS NULL,news_date <= NOW(),NOw() BETWEEN start_time AND end_time)ORDER BY mn.news_date desc LIMIT 0, 3
Debug: (0.0904) - (net usage: 9235224) - (peak: 9746464)
SELECT FOUND_ROWS() LIMIT  1
Debug: (0.092859) - (net usage: 9464976) - (peak: 9989640)
SELECT * FROM cms_module_news_fielddefs WHERE public = 1 ORDER BY item_order
Debug: (0.09354) - (net usage: 9467528) - (peak: 9989640)
SELECT A.news_id,A.fielddef_id,A.value FROM cms_module_news_fieldvals A
              INNER JOIN cms_module_news_fielddefs B
              ON A.fielddef_id = B.id
              WHERE news_id IN (22,23,24)
              ORDER BY A.news_id,B.item_order
Debug: (0.094557) - (net usage: 9510784) - (peak: 9989640)
SELECT * FROM cms_module_news_categories ORDER BY hierarchy
Debug: (0.095142) - (net usage: 9516304) - (peak: 9989640)
SELECT news_category_id,COUNT(news_id) AS cnt FROM cms_module_news WHERE news_category_id IN (1,2,3,4,5,6,7,8) AND ( IFNULL(start_time, '1970-01-01 10:00:01') < '2025-01-18 01:46:50')  AND (( IFNULL(end_time, '1970-01-01 10:00:01') = '1970-01-01 10:00:01') OR (end_time > '2025-01-18 01:46:50'))  AND status = 'published' GROUP BY news_category_id
Debug: (0.138786) - (net usage: 9813560) - (peak: 10383984)
SELECT SQL_CALC_FOUND_ROWS S.id FROM cms_layout_stylesheets S LEFT JOIN cms_layout_design_cssassoc D ON S.id = D.css_id WHERE D.design_id = 10 ORDER BY D.item_order ASC LIMIT 0, 1000
Debug: (0.138959) - (net usage: 9830664) - (peak: 10383984)
SELECT FOUND_ROWS() LIMIT  1
Debug: (0.139299) - (net usage: 9821832) - (peak: 10383984)
INSERT INTO cms_adminlog (timestamp, user_id, username, item_id, item_name, action, ip_addr) VALUES (1737128810,0,NULL,-1,'cms_stylesheet','No stylesheets matched the criteria specified',NULL)
Debug: (0.139384) - (net usage: 9797840) - (peak: 10383984)
calling module Gallery from event ContentPostRender