Recently added

Time Δ Debug Message - Perch Runway 3.2
1787556849.11050 [907] SELECT p.pagePath, pr.routePattern, pr.routeRegExp, p.pageTemplate, pr.routeOrder, s.settingValue AS siteOffline FROM swt_pages_staging p LEFT JOIN swt_page_routes pr ON p.pageID=pr.pageID LEFT JOIN swt_settings s ON s.settingID='siteOffline' UNION SELECT NULL AS pagePath, pr2.routePattern, pr2.routeRegExp, pr2.templatePath AS pageTemplate, pr2.routeOrder, NULL AS siteOffline FROM swt_page_routes pr2 WHERE templateID!=0 ORDER BY routeOrder ASC, pagePath ASC
1787556849.14790.0374Matched route: discover/in-your-garden/[slug:cat]
1787556849.1480.0001Server address: 216.73.217.165
1787556849.1480Using master page: /templates/pages/in-your-garden/archive.php
1787556849.1480Page arguments:
Array
(
    [0] => /discover/in-your-garden/ponds
    [cat] => ponds
    [1] => ponds
)
1787556849.14820.0002 [1] SELECT * FROM swt_pages_staging WHERE pagePath='discover/in-your-garden/category' LIMIT 1
1787556849.14910.0009 [86] SELECT DISTINCT settingID, settingValue FROM swt_settings WHERE userID=0
1787556849.15110.002 [1] SELECT * FROM swt_shop_cart WHERE cartID=24427722
1787556849.15340.0023 [1] SELECT * FROM swt_shop_cart WHERE cartID=24427722
1787556849.15440.001 [nil] SELECT * FROM swt_shop_sales WHERE saleFrom<='2026-08-24 07:34:00' AND saleTo>'2026-08-24 07:34:00' AND saleActive=1 AND saleDeleted IS NULL ORDER BY saleOrder ASC
1787556849.1560.0015 [0] SELECT setID FROM swt_category_sets WHERE setSlug='' LIMIT 1
1787556849.15720.0013 [1] SELECT main.* FROM swt_categories main WHERE 1=1 AND (catPath='wildcall/ponds/') ORDER BY catTreePosition ASC
1787556849.15860.0013Using template: /templates/categories/category.html
1787556849.15880.0002 [250] SELECT country, countryID FROM swt_shop_countries WHERE countryActive=1 ORDER BY country ASC
1787556849.16020.0015Using template: /templates/pages/attributes/seo.html
1787556849.16060.0003 [nil] SELECT regionID, regionTemplate, regionPage, regionRev AS rev FROM swt_content_regions WHERE regionKey='Banner image' AND (regionPage='discover/in-your-garden/category' OR regionPage='*')
1787556849.16150.0009No matching content regions found. Check region name (Banner image) and page path options.
1787556849.16150 [nil] SELECT * FROM ( SELECT idx.itemID, c.regionID, idx.pageID, c.itemJSON, idx2.indexValue as sortval FROM swt_content_index idx JOIN swt_content_items c ON idx.itemID=c.itemID AND idx.itemRev=c.itemRev AND idx.regionID=c.regionID JOIN swt_content_index idx2 ON idx.itemID=idx2.itemID AND idx.itemRev=idx2.itemRev AND idx2.indexKey='_order' WHERE idx.regionID IS NULL AND idx.itemID=idx2.itemID AND idx.itemRev=idx2.itemRev ) as tbl GROUP BY itemID, pageID, itemJSON, sortval, regionID ORDER BY sortval ASC
1787556849.16270.0011 [82] SELECT * FROM swt_pages_staging WHERE pageNew=0 AND pageHidden=0 AND pageDepth >=0 AND pageDepth<=2 ORDER BY pageTreePosition ASC
1787556849.16660.004 [1] SELECT pageTreePosition FROM swt_pages_staging WHERE pagePath='discover/in-your-garden/category' LIMIT 1
1787556849.16740.0008 [4] SELECT pageID FROM swt_pages_staging WHERE pageTreePosition IN ('000-003-003-001-001', '000-003-003-001', '000-003-003', '000-003', '000') ORDER BY pageTreePosition DESC
1787556849.17070.0033Using template: /templates/navigation/ps_nav_template.html
1787556849.17080 [6] Using template: /templates/navigation/ps_nav_template_children.html
1787556849.17160.0008 [4] Using template: /templates/navigation/ps_nav_template_children.html
1787556849.1720.0005 [29] Using template: /templates/navigation/ps_nav_template_children.html
1787556849.17480.0027 [10] Using template: /templates/navigation/ps_nav_template_children.html
1787556849.17580.001 [7] Using template: /templates/navigation/ps_nav_template_children.html
1787556849.17650.0007 [9] Using template: /templates/navigation/ps_nav_template_children.html
1787556849.17940.0029 [0] SELECT setID FROM swt_category_sets WHERE setSlug='' LIMIT 1
1787556849.18030.0009 [1] SELECT main.* FROM swt_categories main WHERE 1=1 AND (catPath='wildcall/ponds/') ORDER BY catTreePosition ASC
1787556849.18140.001 [1] Using template: /templates/categories/wildcall_banner.html
1787556849.18410.0027 [1] SELECT collectionID, collectionTemplate FROM swt_collections WHERE (collectionKey='Wildcall')
1787556849.18510.001 [7] SELECT idx.itemID FROM swt_collection_index idx JOIN swt_collection_revisions c ON idx.itemID=c.itemID AND idx.itemRev=c.itemRev AND idx.collectionID=c.collectionID WHERE (idx.collectionID=5) AND ((idx.indexKey='_category' AND idx.indexValue LIKE 'wildcall/ponds%'))
1787556849.18710.002 [7] SELECT * FROM ( SELECT idx.itemID, ci.collectionID, ci.itemJSON, idx2.indexValue as sortval FROM swt_collection_index idx JOIN swt_collection_items ci ON idx.itemID=ci.itemID AND idx.itemRev=ci.itemRev AND idx.collectionID=ci.collectionID JOIN swt_collection_revisions cr ON idx.itemID=cr.itemID AND idx.itemRev=cr.itemRev AND idx.collectionID=ci.collectionID JOIN swt_collection_index idx2 ON idx.itemID=idx2.itemID AND idx.itemRev=idx2.itemRev AND idx2.indexKey='_order' WHERE (idx.collectionID=5) AND idx.itemID IN (15, 41, 14, 133, 134, 120, 135) AND idx.itemID=idx2.itemID AND idx.itemRev=idx2.itemRev ) as tbl GROUP BY itemID, itemJSON, sortval ORDER BY sortval ASC
1787556849.20770.0206 [7] Using template: /templates/content/wildcall_listing.html
1787556849.20840.0007 [5] SELECT * FROM ( SELECT idx.itemID, ci.collectionID, ci.itemJSON, idx2.indexValue as sortval FROM swt_collection_index idx JOIN swt_collection_items ci ON idx.itemID=ci.itemID AND idx.itemRev=ci.itemRev AND idx.collectionID=ci.collectionID JOIN swt_collection_revisions cr ON idx.itemID=cr.itemID AND idx.itemRev=cr.itemRev AND idx.collectionID=ci.collectionID JOIN swt_collection_index idx2 ON idx.itemID=idx2.itemID AND idx.itemRev=idx2.itemRev AND idx2.indexKey='postDateTime' WHERE (idx.collectionID=5) AND idx.itemID=idx2.itemID AND idx.itemRev=idx2.itemRev ) as tbl GROUP BY itemID, itemJSON, sortval ORDER BY sortval DESC LIMIT 0, 5
1787556849.35390.1454 [5] Using template: /templates/content/wildcall_listing_snippet.html
1787556849.35410.0002 [1] SELECT * FROM swt_categories ORDER BY catTreePosition ASC
1787556849.35910.005 [1] SELECT pageID, pageParentID, pageDepth, pageTreePosition FROM swt_pages_staging WHERE pagePath='/what-we-do' OR pageSortPath='/what-we-do' LIMIT 1
1787556849.36020.0011 [1] SELECT pageID, pageParentID, pageDepth, pageTreePosition FROM swt_pages_staging WHERE pageTreePosition='000-002' LIMIT 1
1787556849.36090.0007 [7] SELECT * FROM swt_pages_staging WHERE pageNew=0 AND pageHidden=0 AND pageTreePosition LIKE '000-002%' AND pageDepth >=1 AND pageDepth<=2 ORDER BY pageTreePosition ASC
1787556849.36390.003 [1] SELECT pageTreePosition FROM swt_pages_staging WHERE pagePath='discover/in-your-garden/category' LIMIT 1
1787556849.36460.0007 [4] SELECT pageID FROM swt_pages_staging WHERE pageTreePosition IN ('000-003-003-001-001', '000-003-003-001', '000-003-003', '000-003', '000') ORDER BY pageTreePosition DESC
1787556849.36760.003 [6] Using template: /templates/navigation/footer-nav.html
1787556849.36830.0007 [1] SELECT pageID, pageParentID, pageDepth, pageTreePosition FROM swt_pages_staging WHERE pagePath='/make-a-difference' OR pageSortPath='/make-a-difference' LIMIT 1
1787556849.3690.0008 [1] SELECT pageID, pageParentID, pageDepth, pageTreePosition FROM swt_pages_staging WHERE pageTreePosition='000-005' LIMIT 1
1787556849.36960.0005 [38] SELECT * FROM swt_pages_staging WHERE pageNew=0 AND pageHidden=0 AND pageTreePosition LIKE '000-005%' ORDER BY pageTreePosition ASC
1787556849.37310.0035 [1] SELECT pageTreePosition FROM swt_pages_staging WHERE pagePath='discover/in-your-garden/category' LIMIT 1
1787556849.37370.0006 [4] SELECT pageID FROM swt_pages_staging WHERE pageTreePosition IN ('000-003-003-001-001', '000-003-003-001', '000-003-003', '000-003', '000') ORDER BY pageTreePosition DESC
1787556849.37640.0027 [10] Using template: /templates/navigation/footer-nav.html
1787556849.37930.0029 [1] SELECT pageID, pageParentID, pageDepth, pageTreePosition FROM swt_pages_staging WHERE pagePath='/visit' OR pageSortPath='/visit' LIMIT 1
1787556849.38020.0008 [1] SELECT pageID, pageParentID, pageDepth, pageTreePosition FROM swt_pages_staging WHERE pageTreePosition='000-004' LIMIT 1
1787556849.38070.0005 [30] SELECT * FROM swt_pages_staging WHERE pageNew=0 AND pageHidden=0 AND pageTreePosition LIKE '000-004%' AND pageDepth >=1 AND pageDepth<=2 ORDER BY pageTreePosition ASC
1787556849.38390.0032 [1] SELECT pageTreePosition FROM swt_pages_staging WHERE pagePath='discover/in-your-garden/category' LIMIT 1
1787556849.38440.0005 [4] SELECT pageID FROM swt_pages_staging WHERE pageTreePosition IN ('000-003-003-001-001', '000-003-003-001', '000-003-003', '000-003', '000') ORDER BY pageTreePosition DESC
1787556849.38630.0019 [29] Using template: /templates/navigation/footer-nav.html
1787556849.38810.0018 [1] SELECT pageID, pageParentID, pageDepth, pageTreePosition FROM swt_pages_staging WHERE pagePath='/make-a-difference' OR pageSortPath='/make-a-difference' LIMIT 1
1787556849.38880.0007 [1] SELECT pageID, pageParentID, pageDepth, pageTreePosition FROM swt_pages_staging WHERE pageTreePosition='000-005' LIMIT 1
1787556849.38940.0006 [11] SELECT * FROM swt_pages_staging WHERE pageNew=0 AND pageHidden=0 AND pageTreePosition LIKE '000-005%' AND pageDepth >=1 AND pageDepth<=2 ORDER BY pageTreePosition ASC
1787556849.39270.0033 [1] SELECT pageTreePosition FROM swt_pages_staging WHERE pagePath='discover/in-your-garden/category' LIMIT 1
1787556849.39330.0006 [4] SELECT pageID FROM swt_pages_staging WHERE pageTreePosition IN ('000-003-003-001-001', '000-003-003-001', '000-003-003', '000-003', '000') ORDER BY pageTreePosition DESC
1787556849.39630.003 [10] Using template: /templates/navigation/footer-nav.html
1787556849.39760.0014Request time: 0.2883
1787556849.39760Process time: 0.2881
1787556849.39770Memory: 1.728