Time | Δ | Debug Message - Perch Runway 3.1.1 |
0.0447 | 0 | [39] SELECT p.pagePath, pr.routePattern, pr.routeRegExp, p.pageTemplate, pr.routeOrder, s.settingValue AS siteOffline
FROM perch3_pages p LEFT JOIN perch3_page_routes pr ON p.pageID=pr.pageID LEFT JOIN perch3_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 perch3_page_routes pr2 WHERE templateID!=0 ORDER BY routeOrder ASC, pagePath ASC |
0.0503 | 0.0055 | Matched route: news/tag/[slug:tag] |
0.0503 | 0.0001 | Using master page: /templates/pages/news/archive.php |
0.0504 | 0 | Page arguments: Array
(
[0] => /news/tag/royalvisitcork
[tag] => royalvisitcork
[1] => royalvisitcork
) |
0.0509 | 0.0005 | [33] SELECT DISTINCT settingID, settingValue FROM perch3_settings WHERE userID=0 |
0.0648 | 0.014 | [1] SELECT *
FROM perch3_blog_tags
WHERE tagSlug='royalvisitcork'
LIMIT 1 |
0.0801 | 0.0152 | [1] SELECT * FROM perch3_pages WHERE pagePath='/news/archive' LIMIT 1 |
0.0817 | 0.0016 | Using template: /templates/pages/attributes/default.html |
0.082 | 0.0003 | Using sub-template: /templates/pages/attributes/seo.html |
0.0821 | 0.0001 | Using sub-template: /templates/pages/attributes/facebook.html |
0.0822 | 0.0001 | Using sub-template: /templates/pages/attributes/twitter.html |
0.0838 | 0.0016 | [22] SELECT * FROM perch3_pages WHERE pageNew=0 AND pageHidden=0 ORDER BY pageTreePosition ASC |
0.0849 | 0.0011 | [1] SELECT pageTreePosition FROM perch3_pages WHERE pagePath='/news/archive' LIMIT 1 |
0.0853 | 0.0003 | [2] SELECT pageID FROM perch3_pages WHERE pageTreePosition IN ('000-009-002', '000-009', '000') ORDER BY pageTreePosition DESC |
0.0858 | 0.0005 | Using template: /templates/navigation/item.html |
0.0859 | 0.0001 | [7] Using template: /templates/navigation/subitem.html |
0.0868 | 0.001 | [9] Using template: /templates/navigation/subitem.html |
0.0891 | 0.0023 | [1] SELECT *
FROM perch3_blog_tags
WHERE tagSlug='royalvisitcork'
LIMIT 1 |
0.0962 | 0.007 | [1] SELECT SQL_CALC_FOUND_ROWS DISTINCT tbl.* FROM ( SELECT idx.itemID, main.*, idx2.indexValue as sortval FROM perch3_blog_index idx
JOIN perch3_blog_posts main ON idx.itemID=main.postID AND idx.itemKey='postID'
JOIN perch3_blog_index idx2 ON idx.itemID=idx2.itemID AND idx.itemKey='postID' AND idx2.indexKey='postDateTime' WHERE 1=1 AND idx.itemID=idx2.itemID AND idx.itemKey=idx2.itemKey GROUP BY idx.itemID, idx2.indexValue, postID ) as tbl LEFT JOIN perch3_blog_posts_to_tags p2t ON tbl.postID=p2t.postID LEFT JOIN perch3_blog_tags t ON p2t.tagID=t.tagID WHERE ( tagSlug IN ('royalvisitcork') AND postStatus='Published' AND postDateTime<='2025-05-28 13:55:00' ) GROUP BY itemID, sortval ORDER BY sortval DESC LIMIT 0, 8 |
0.241 | 0.1448 | [1] SELECT FOUND_ROWS() AS `count` |
0.2487 | 0.0077 | [1] Using template: /templates/blog/post_in_list.html |
0.2606 | 0.0119 | Rescoping to perch:blog |
0.2607 | 0.0001 | Using sub-template: /templates/blog/_blog_image_listing.html |
0.2625 | 0.0018 | [1] SELECT *
FROM perch3_blog_sections ORDER BY sectionTitle ASC |
0.2679 | 0.0054 | [1] SELECT *
FROM perch3_blogs ORDER BY blogTitle ASC |
0.3388 | 0.0709 | [1] SELECT setID FROM perch3_category_sets WHERE setSlug='blog' LIMIT 1 |
0.3396 | 0.0008 | [10] SELECT main.* , COALESCE(cc.countValue,0) AS `count.blog.post` FROM perch3_categories main LEFT OUTER JOIN perch3_category_counts cc ON cc.catID=main.catID WHERE 1=1 AND setID=1 AND (cc.countType='blog.post' OR cc.countType IS NULL) AND cc.countValue > 0 ORDER BY catTreePosition ASC |
0.3419 | 0.0022 | [10] Using template: /templates/blog/category_link_box.html |
0.3461 | 0.0042 | [1] SELECT * FROM perch3_blogs WHERE blogSlug='blog' LIMIT 1 |
0.3464 | 0.0003 | [1] SELECT * FROM perch3_blog_sections WHERE sectionSlug='posts' LIMIT 1 |
0.3467 | 0.0003 | [18] SELECT t.tagTitle, t.tagSlug, COUNT(p2t.postID) AS qty
FROM perch3_blog_tags t, perch3_blog_posts_to_tags p2t, perch3_blog_posts p
WHERE p2t.tagID=t.tagID AND p2t.postID=p.postID
AND p.postStatus='Published' AND p.postDateTime<='2025-05-28 13:55:00'
AND p.sectionID=1 AND p.blogID=1
GROUP BY t.tagID
ORDER BY t.tagTitle ASC
|
0.348 | 0.0013 | [18] Using template: /templates/blog/tag_link.html |
0.3529 | 0.0049 | [10] SELECT year(postDateTime) as year, COUNT(*) AS year_qty
FROM perch3_blog_posts
WHERE postStatus='Published'
AND postDateTime<='2025-05-28 13:55:00' GROUP BY year
ORDER BY year DESC |
0.3549 | 0.002 | Using template: /templates/blog/months_month_link.html |
0.355 | 0.0001 | [4] SELECT DISTINCT
year(postDateTime) AS year,
month(postDateTime) AS month,
CONCAT(year(postDateTime),"-",month(postDateTime),"-01") AS grouped_date,
COUNT(*) AS month_qty
FROM perch3_blog_posts p
WHERE year(postDateTime) = '2018'
AND p.postStatus='Published'
AND p.postDateTime<='2025-05-28 13:55:00' GROUP BY year, month, grouped_date
ORDER BY month DESC |
0.3576 | 0.0026 | [11] SELECT DISTINCT
year(postDateTime) AS year,
month(postDateTime) AS month,
CONCAT(year(postDateTime),"-",month(postDateTime),"-01") AS grouped_date,
COUNT(*) AS month_qty
FROM perch3_blog_posts p
WHERE year(postDateTime) = '2017'
AND p.postStatus='Published'
AND p.postDateTime<='2025-05-28 13:55:00' GROUP BY year, month, grouped_date
ORDER BY month DESC |
0.3645 | 0.0069 | [11] SELECT DISTINCT
year(postDateTime) AS year,
month(postDateTime) AS month,
CONCAT(year(postDateTime),"-",month(postDateTime),"-01") AS grouped_date,
COUNT(*) AS month_qty
FROM perch3_blog_posts p
WHERE year(postDateTime) = '2016'
AND p.postStatus='Published'
AND p.postDateTime<='2025-05-28 13:55:00' GROUP BY year, month, grouped_date
ORDER BY month DESC |
0.3685 | 0.004 | [7] SELECT DISTINCT
year(postDateTime) AS year,
month(postDateTime) AS month,
CONCAT(year(postDateTime),"-",month(postDateTime),"-01") AS grouped_date,
COUNT(*) AS month_qty
FROM perch3_blog_posts p
WHERE year(postDateTime) = '2015'
AND p.postStatus='Published'
AND p.postDateTime<='2025-05-28 13:55:00' GROUP BY year, month, grouped_date
ORDER BY month DESC |
0.3719 | 0.0034 | [8] SELECT DISTINCT
year(postDateTime) AS year,
month(postDateTime) AS month,
CONCAT(year(postDateTime),"-",month(postDateTime),"-01") AS grouped_date,
COUNT(*) AS month_qty
FROM perch3_blog_posts p
WHERE year(postDateTime) = '2014'
AND p.postStatus='Published'
AND p.postDateTime<='2025-05-28 13:55:00' GROUP BY year, month, grouped_date
ORDER BY month DESC |
0.3749 | 0.003 | [6] SELECT DISTINCT
year(postDateTime) AS year,
month(postDateTime) AS month,
CONCAT(year(postDateTime),"-",month(postDateTime),"-01") AS grouped_date,
COUNT(*) AS month_qty
FROM perch3_blog_posts p
WHERE year(postDateTime) = '2013'
AND p.postStatus='Published'
AND p.postDateTime<='2025-05-28 13:55:00' GROUP BY year, month, grouped_date
ORDER BY month DESC |
0.3767 | 0.0018 | [7] SELECT DISTINCT
year(postDateTime) AS year,
month(postDateTime) AS month,
CONCAT(year(postDateTime),"-",month(postDateTime),"-01") AS grouped_date,
COUNT(*) AS month_qty
FROM perch3_blog_posts p
WHERE year(postDateTime) = '2012'
AND p.postStatus='Published'
AND p.postDateTime<='2025-05-28 13:55:00' GROUP BY year, month, grouped_date
ORDER BY month DESC |
0.3783 | 0.0016 | [5] SELECT DISTINCT
year(postDateTime) AS year,
month(postDateTime) AS month,
CONCAT(year(postDateTime),"-",month(postDateTime),"-01") AS grouped_date,
COUNT(*) AS month_qty
FROM perch3_blog_posts p
WHERE year(postDateTime) = '2011'
AND p.postStatus='Published'
AND p.postDateTime<='2025-05-28 13:55:00' GROUP BY year, month, grouped_date
ORDER BY month DESC |
0.3808 | 0.0025 | [8] SELECT DISTINCT
year(postDateTime) AS year,
month(postDateTime) AS month,
CONCAT(year(postDateTime),"-",month(postDateTime),"-01") AS grouped_date,
COUNT(*) AS month_qty
FROM perch3_blog_posts p
WHERE year(postDateTime) = '2010'
AND p.postStatus='Published'
AND p.postDateTime<='2025-05-28 13:55:00' GROUP BY year, month, grouped_date
ORDER BY month DESC |
0.3826 | 0.0017 | [2] SELECT DISTINCT
year(postDateTime) AS year,
month(postDateTime) AS month,
CONCAT(year(postDateTime),"-",month(postDateTime),"-01") AS grouped_date,
COUNT(*) AS month_qty
FROM perch3_blog_posts p
WHERE year(postDateTime) = '2009'
AND p.postStatus='Published'
AND p.postDateTime<='2025-05-28 13:55:00' GROUP BY year, month, grouped_date
ORDER BY month DESC |
0.3838 | 0.0012 | [10] Using template: /templates/blog/months_year_link.html |
0.3899 | 0.0061 | [1] SELECT setID FROM perch3_category_sets WHERE setSlug='blog' LIMIT 1 |
0.3904 | 0.0005 | [10] SELECT main.* , COALESCE(cc.countValue,0) AS `count.blog.post` FROM perch3_categories main LEFT OUTER JOIN perch3_category_counts cc ON cc.catID=main.catID WHERE 1=1 AND setID=1 AND (cc.countType='blog.post' OR cc.countType IS NULL) AND cc.countValue > 0 ORDER BY catTreePosition ASC |
0.3918 | 0.0014 | [10] Using template: /templates/blog/category_link.html |
0.3931 | 0.0013 | [1] SELECT * FROM perch3_blogs WHERE blogSlug='blog' LIMIT 1 |
0.3935 | 0.0004 | [1] SELECT * FROM perch3_blog_sections WHERE sectionSlug='posts' LIMIT 1 |
0.3938 | 0.0003 | [18] SELECT t.tagTitle, t.tagSlug, COUNT(p2t.postID) AS qty
FROM perch3_blog_tags t, perch3_blog_posts_to_tags p2t, perch3_blog_posts p
WHERE p2t.tagID=t.tagID AND p2t.postID=p.postID
AND p.postStatus='Published' AND p.postDateTime<='2025-05-28 13:55:00'
AND p.sectionID=1 AND p.blogID=1
GROUP BY t.tagID
ORDER BY t.tagTitle ASC
|
0.395 | 0.0012 | [18] Using template: /templates/blog/tag_link.html |
0.3965 | 0.0015 | [10] Using template: /templates/blog/year_link.html |
0.3981 | 0.0016 | [1] SELECT groupID FROM perch3_navigation WHERE groupSlug='secondary' LIMIT 1 |
0.3988 | 0.0007 | [6] SELECT np.pageID, np.pageParentID, p.pagePath, p.pageTitle, p.pageNavText, p.pageNew, p.pageOrder, np.pageDepth, p.pageSortPath, np.pageTreePosition, p.pageAccessTags, p.pageAttributes
FROM perch3_navigation_pages np, perch3_pages p WHERE p.pageID=np.pageID AND np.groupID=1 AND p.pageNew=0 ORDER BY np.pageTreePosition ASC |
0.3998 | 0.0009 | [0] SELECT np.pageTreePosition FROM perch3_pages p, perch3_navigation_pages np WHERE np.pageID=p.pageID AND np.groupID=1 AND p.pagePath='/news/archive' LIMIT 1 |
0.4002 | 0.0004 | [6] Using template: /templates/navigation/secondary_item.html |
0.4013 | 0.0011 | Request time: 0.4013 |
0.4013 | 0 | Process time: 0.3999 |
0.4013 | 0 | Memory: 8.3935 |
0.4013 | 0 | Array
(
[type] => 8
[message] => Undefined variable: obfuscatedEmail
[file] => /home/ballyvol/public_html/dev/inc/functions.inc.php
[line] => 14
)
|