0004: SELECT DISTINCT "SubsiteDomain"."ClassName", "SubsiteDomain"."LastEdited", "SubsiteDomain"."Created", "SubsiteDomain"."Domain", "SubsiteDomain"."Protocol", "SubsiteDomain"."IsPrimary", "SubsiteDomain"."SubsiteID", "SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN "SubsiteDomain"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\SubsiteDomain' END AS "RecordClassName"
FROM "SubsiteDomain"
WHERE ("SubsiteDomain"."Domain" = ?)
ORDER BY "SubsiteDomain"."IsPrimary" DESC
LIMIT 1
0.0006s
0005: SELECT DISTINCT "Subsite"."ClassName", "Subsite"."LastEdited", "Subsite"."Created", "Subsite"."Title", "Subsite"."RedirectURL", "Subsite"."DefaultSite", "Subsite"."Theme", "Subsite"."Language", "Subsite"."IsPublic", "Subsite"."PageTypeBlacklist", "Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN "Subsite"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\Subsite' END AS "RecordClassName"
FROM "Subsite"
WHERE ("Subsite"."ID" = ?)
ORDER BY "Subsite"."Title" ASC
LIMIT 1
0.0004s
0006: SELECT COUNT(ID) as "COUNT" FROM "SiteTree" LIMIT 1
0.0003s
0007: SELECT MAX(LastEdited) FROM "SiteTree" LIMIT 1
0.0005s
0008: SELECT MAX(LastEdited) FROM "SiteConfig" LIMIT 1
0.0002s
0009: SELECT DISTINCT "SubsiteDomain"."ClassName", "SubsiteDomain"."LastEdited", "SubsiteDomain"."Created", "SubsiteDomain"."Domain", "SubsiteDomain"."Protocol", "SubsiteDomain"."IsPrimary", "SubsiteDomain"."SubsiteID", "SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN "SubsiteDomain"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\SubsiteDomain' END AS "RecordClassName"
FROM "SubsiteDomain"
WHERE ("SubsiteDomain"."Domain" = ?)
ORDER BY "SubsiteDomain"."IsPrimary" DESC
LIMIT 1
0.0004s
0010: SELECT DISTINCT count(DISTINCT "SubsiteDomain"."ID") AS "Count"
FROM "SubsiteDomain" INNER JOIN "Subsite" ON "Subsite"."ID" = "SubsiteDomain"."SubsiteID" AND "Subsite"."IsPublic"=1
WHERE ('2shine.nzduat.co.nz' LIKE replace("SubsiteDomain"."Domain",'*','%'))
0.001s
0011: SELECT "SubsiteDomain"."SubsiteID", "SubsiteDomain"."IsPrimary" AS "_SortColumn0"
FROM "SubsiteDomain" INNER JOIN "Subsite" ON "Subsite"."ID" = "SubsiteDomain"."SubsiteID" AND "Subsite"."IsPublic"=1
WHERE ('2shine.nzduat.co.nz' LIKE replace("SubsiteDomain"."Domain",'*','%'))
ORDER BY "_SortColumn0" DESC
0.0003s
0012: SELECT "SubsiteDomain"."Domain", "SubsiteDomain"."IsPrimary" AS "_SortColumn0"
FROM "SubsiteDomain" INNER JOIN "Subsite" ON "Subsite"."ID" = "SubsiteDomain"."SubsiteID" AND "Subsite"."IsPublic"=1
WHERE ('2shine.nzduat.co.nz' LIKE replace("SubsiteDomain"."Domain",'*','%'))
ORDER BY "_SortColumn0" DESC
0.0003s
0013: SHOW FULL FIELDS IN "SiteTree"
0.0014s
0014: SHOW COLLATION LIKE 'utf8mb4_unicode_ci'
0.0005s
0015: SHOW FULL FIELDS IN "Page"
0.0009s
0016: SHOW COLLATION LIKE 'utf8mb3_general_ci'
0.0004s
0017: SHOW FULL FIELDS IN "DonatePage"
0.001s
0018: SHOW FULL FIELDS IN "EventDetailsPage"
0.0007s
0019: SHOW FULL FIELDS IN "EventHolderPage"
0.0008s
0020: SHOW FULL FIELDS IN "EventPage"
0.0009s
0021: SHOW FULL FIELDS IN "EventRegistrationPage"
0.0008s
0022: SHOW FULL FIELDS IN "HomePage"
0.0008s
0023: SHOW FULL FIELDS IN "LocationPage"
0.0006s
0024: SHOW FULL FIELDS IN "ReferralFormPage"
0.0006s
0025: SHOW FULL FIELDS IN "MD_Page_ContactPage"
0.0007s
0026: SHOW FULL FIELDS IN "MD_Page_ServiceHolderPage"
0.0008s
0027: SHOW FULL FIELDS IN "ErrorPage"
0.0007s
0028: SHOW FULL FIELDS IN "Blog"
0.0009s
0029: SHOW FULL FIELDS IN "BlogPost"
0.0008s
0030: SHOW FULL FIELDS IN "RedirectorPage"
0.0008s
0031: SHOW FULL FIELDS IN "VirtualPage"
0.0009s
0032: SHOW FULL FIELDS IN "UserDefinedForm"
0.0008s
0033: SHOW FULL FIELDS IN "ContactPage"
0.0009s
0034: SELECT DISTINCT "SiteTree_Live"."ClassName", "SiteTree_Live"."LastEdited", "SiteTree_Live"."Created", "SiteTree_Live"."Priority", "SiteTree_Live"."ElementalSearchContent", "SiteTree_Live"."MetaTitle", "SiteTree_Live"."CanViewType", "SiteTree_Live"."CanEditType", "SiteTree_Live"."Version", "SiteTree_Live"."Title", "SiteTree_Live"."URLSegment", "SiteTree_Live"."MenuTitle", "SiteTree_Live"."Content", "SiteTree_Live"."MetaDescription", "SiteTree_Live"."ExtraMeta", "SiteTree_Live"."ShowInMenus", "SiteTree_Live"."ShowInSearch", "SiteTree_Live"."Sort", "SiteTree_Live"."HasBrokenFile", "SiteTree_Live"."HasBrokenLink", "SiteTree_Live"."ReportClass", "SiteTree_Live"."SubsiteID", "SiteTree_Live"."ParentID", "SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN "SiteTree_Live"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName"
FROM "SiteTree_Live"
WHERE ("SiteTree_Live"."URLSegment" = ?)
AND ("SiteTree_Live"."ParentID" = ?)
AND ("SiteTree_Live"."SubsiteID" IN (5))
ORDER BY "SiteTree_Live"."Sort" ASC
LIMIT 1
0.0009s
0035: SELECT DISTINCT "SiteTree_Live"."ClassName", "SiteTree_Live"."LastEdited", "SiteTree_Live"."Created", "SiteTree_Live"."Priority", "SiteTree_Live"."ElementalSearchContent", "SiteTree_Live"."MetaTitle", "SiteTree_Live"."CanViewType", "SiteTree_Live"."CanEditType", "SiteTree_Live"."Version", "SiteTree_Live"."Title", "SiteTree_Live"."URLSegment", "SiteTree_Live"."MenuTitle", "SiteTree_Live"."Content", "SiteTree_Live"."MetaDescription", "SiteTree_Live"."ExtraMeta", "SiteTree_Live"."ShowInMenus", "SiteTree_Live"."ShowInSearch", "SiteTree_Live"."Sort", "SiteTree_Live"."HasBrokenFile", "SiteTree_Live"."HasBrokenLink", "SiteTree_Live"."ReportClass", "SiteTree_Live"."SubsiteID", "SiteTree_Live"."ParentID", "SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN "SiteTree_Live"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName"
FROM "SiteTree_Live"
WHERE ("SiteTree_Live"."ParentID" = ?)
AND ("SiteTree_Live"."URLSegment" = ?)
AND ("SiteTree_Live"."SubsiteID" IN (5))
ORDER BY "SiteTree_Live"."Sort" ASC
LIMIT 1
0.0012s
0037: SELECT DISTINCT "SiteTree_Live"."ClassName", "SiteTree_Live"."LastEdited", "SiteTree_Live"."Created", "SiteTree_Live"."Priority", "SiteTree_Live"."ElementalSearchContent", "SiteTree_Live"."MetaTitle", "SiteTree_Live"."CanViewType", "SiteTree_Live"."CanEditType", "SiteTree_Live"."Version", "SiteTree_Live"."Title", "SiteTree_Live"."URLSegment", "SiteTree_Live"."MenuTitle", "SiteTree_Live"."Content", "SiteTree_Live"."MetaDescription", "SiteTree_Live"."ExtraMeta", "SiteTree_Live"."ShowInMenus", "SiteTree_Live"."ShowInSearch", "SiteTree_Live"."Sort", "SiteTree_Live"."HasBrokenFile", "SiteTree_Live"."HasBrokenLink", "SiteTree_Live"."ReportClass", "SiteTree_Live"."SubsiteID", "SiteTree_Live"."ParentID", "SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN "SiteTree_Live"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName"
FROM "SiteTree_Live"
WHERE ("SiteTree_Live"."ID" = ?)
ORDER BY "SiteTree_Live"."Sort" ASC
LIMIT 1
0.0004s
0038: SELECT DISTINCT "Subsite"."ClassName", "Subsite"."LastEdited", "Subsite"."Created", "Subsite"."Title", "Subsite"."RedirectURL", "Subsite"."DefaultSite", "Subsite"."Theme", "Subsite"."Language", "Subsite"."IsPublic", "Subsite"."PageTypeBlacklist", "Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN "Subsite"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\Subsite' END AS "RecordClassName"
FROM "Subsite"
WHERE ("Subsite"."ID" = ?)
ORDER BY "Subsite"."Title" ASC
LIMIT 1
0.0004s
0040: SELECT DISTINCT "SiteTree_Live"."ClassName", "SiteTree_Live"."LastEdited", "SiteTree_Live"."Created", "SiteTree_Live"."Priority", "SiteTree_Live"."ElementalSearchContent", "SiteTree_Live"."MetaTitle", "SiteTree_Live"."CanViewType", "SiteTree_Live"."CanEditType", "SiteTree_Live"."Version", "SiteTree_Live"."Title", "SiteTree_Live"."URLSegment", "SiteTree_Live"."MenuTitle", "SiteTree_Live"."Content", "SiteTree_Live"."MetaDescription", "SiteTree_Live"."ExtraMeta", "SiteTree_Live"."ShowInMenus", "SiteTree_Live"."ShowInSearch", "SiteTree_Live"."Sort", "SiteTree_Live"."HasBrokenFile", "SiteTree_Live"."HasBrokenLink", "SiteTree_Live"."ReportClass", "SiteTree_Live"."SubsiteID", "SiteTree_Live"."ParentID", "SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN "SiteTree_Live"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName"
FROM "SiteTree_Live"
WHERE ("SiteTree_Live"."ID" = ?)
ORDER BY "SiteTree_Live"."Sort" ASC
LIMIT 1
0.0005s
0041: SELECT DISTINCT "Subsite"."ClassName", "Subsite"."LastEdited", "Subsite"."Created", "Subsite"."Title", "Subsite"."RedirectURL", "Subsite"."DefaultSite", "Subsite"."Theme", "Subsite"."Language", "Subsite"."IsPublic", "Subsite"."PageTypeBlacklist", "Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN "Subsite"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\Subsite' END AS "RecordClassName"
FROM "Subsite"
WHERE ("Subsite"."ID" = ?)
ORDER BY "Subsite"."Title" ASC
LIMIT 1
0.0004s
0042: SELECT DISTINCT "SubsiteDomain"."ClassName", "SubsiteDomain"."LastEdited", "SubsiteDomain"."Created", "SubsiteDomain"."Domain", "SubsiteDomain"."Protocol", "SubsiteDomain"."IsPrimary", "SubsiteDomain"."SubsiteID", "SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN "SubsiteDomain"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\SubsiteDomain' END AS "RecordClassName"
FROM "SubsiteDomain"
WHERE ("SubsiteDomain"."SubsiteID" = ?)
ORDER BY "SubsiteDomain"."IsPrimary" DESC
LIMIT 1
0.0004s
0043: SELECT DISTINCT "SiteTree_Live"."ClassName", "SiteTree_Live"."LastEdited", "SiteTree_Live"."Created", "Page_Live"."HeroContent", "Page_Live"."HeroContentPosition", "Page_Live"."HeroTitle", "Page_Live"."HeroBackgroundPosition", "Page_Live"."HeroHideBreadcrumbs", "Page_Live"."HeroHide", "Page_Live"."OverlayColor", "Page_Live"."OverlayTransparency", "Page_Live"."OpenGraphTitle", "Page_Live"."OpenGraphDescription", "Page_Live"."LDJSONSchema", "Page_Live"."SummaryDescription", "Page_Live"."IsSubMenuVisible", "Page_Live"."DisableMenuLink", "Page_Live"."LogoID", CASE WHEN "SiteTree_Live"."ClassName" IN ('Page', 'App\\Page\\CampaignPage', 'App\\Page\\DonatePage', 'App\\Page\\EventDetailsPage', 'App\\Page\\EventHolderPage', 'App\\Page\\EventPage', 'App\\Page\\EventRegistrationPage', 'HomePage', 'App\\Page\\LocationPage', 'App\\Page\\ReferralFormPage', 'App\\Page\\ReferralPage', 'App\\Page\\ServiceLandingPage', 'App\\Page\\VolunteerLandingPage', 'PlasticStudio\\Search\\SearchPage', 'MintDesign\\Page\\ContactUs\\ContactPage', 'MintDesign\\Page\\Service\\ServiceHolderPage', 'SilverStripe\\ErrorPage\\ErrorPage', 'SilverStripe\\Blog\\Model\\Blog', 'SilverStripe\\Blog\\Model\\BlogPost', 'SilverStripe\\CMS\\Model\\RedirectorPage', 'SilverStripe\\CMS\\Model\\VirtualPage', 'SilverStripe\\UserForms\\Model\\UserDefinedForm', 'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage', 'App\\Page\\ContactPage') THEN "Page_Live"."ButtonLink1ID" WHEN "SiteTree_Live"."ClassName" IN ('App\\Page\\DonatePage') THEN "DonatePage_Live"."ButtonLink1ID" ELSE NULL END AS "ButtonLink1ID", "Page_Live"."ButtonLink2ID", "Page_Live"."HeroImageID", "Page_Live"."ElementalAreaID", "Page_Live"."OpenGraphImageID", "Page_Live"."SummaryImageID", "Page_Live"."SummaryIconID", "SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN "SiteTree_Live"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName", "SiteTree_Live"."Sort"
FROM "SiteTree_Live" LEFT JOIN "Page_Live" ON "Page_Live"."ID" = "SiteTree_Live"."ID" LEFT JOIN "DonatePage_Live" ON "DonatePage_Live"."ID" = "SiteTree_Live"."ID"
WHERE ("SiteTree_Live"."ID" = ?)
AND ("SiteTree_Live"."ClassName" IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
ORDER BY "SiteTree_Live"."Sort" ASC
LIMIT 1
0.0007s
0044: SELECT DISTINCT "File_Live"."ClassName", "File_Live"."LastEdited", "File_Live"."Created", "File_Live"."Version", "File_Live"."UserFormUpload", "File_Live"."CanViewType", "File_Live"."CanEditType", "File_Live"."Name", "File_Live"."Title", "File_Live"."ShowInSearch", "File_Live"."IsFolder", "File_Live"."SubsiteID", "File_Live"."ParentID", "File_Live"."OwnerID", "File_Live"."FileHash", "File_Live"."FileFilename", "File_Live"."FileVariant", "File_Live"."ID",
CASE WHEN "File_Live"."ClassName" IS NOT NULL THEN "File_Live"."ClassName"
ELSE 'SilverStripe\\Assets\\File' END AS "RecordClassName"
FROM "File_Live"
WHERE ("File_Live"."ID" = ?)
AND ("File_Live"."ClassName" IN (?))
ORDER BY "File_Live"."Name" ASC
LIMIT 1
0.0006s
0045: SELECT DISTINCT "File_Live"."ClassName", "File_Live"."LastEdited", "File_Live"."Created", "File_Live"."Version", "File_Live"."UserFormUpload", "File_Live"."CanViewType", "File_Live"."CanEditType", "File_Live"."Name", "File_Live"."Title", "File_Live"."ShowInSearch", "File_Live"."IsFolder", "File_Live"."SubsiteID", "File_Live"."ParentID", "File_Live"."OwnerID", "File_Live"."FileHash", "File_Live"."FileFilename", "File_Live"."FileVariant", "File_Live"."ID",
CASE WHEN "File_Live"."ClassName" IS NOT NULL THEN "File_Live"."ClassName"
ELSE 'SilverStripe\\Assets\\File' END AS "RecordClassName"
FROM "File_Live"
WHERE ("File_Live"."ID" = ?)
AND ("File_Live"."ClassName" IN (?))
ORDER BY "File_Live"."Name" ASC
LIMIT 1
0.0007s
0046: SELECT DISTINCT "File_Live"."ClassName", "File_Live"."LastEdited", "File_Live"."Created", "File_Live"."Version", "File_Live"."UserFormUpload", "File_Live"."CanViewType", "File_Live"."CanEditType", "File_Live"."Name", "File_Live"."Title", "File_Live"."ShowInSearch", "File_Live"."IsFolder", "File_Live"."SubsiteID", "File_Live"."ParentID", "File_Live"."OwnerID", "File_Live"."FileHash", "File_Live"."FileFilename", "File_Live"."FileVariant", "File_Live"."ID",
CASE WHEN "File_Live"."ClassName" IS NOT NULL THEN "File_Live"."ClassName"
ELSE 'SilverStripe\\Assets\\File' END AS "RecordClassName"
FROM "File_Live"
WHERE ("File_Live"."ID" = ?)
ORDER BY "File_Live"."Name" ASC
LIMIT 1
0.0005s
0047: SELECT DISTINCT "SiteTree_Live"."ClassName", "SiteTree_Live"."LastEdited", "SiteTree_Live"."Created", "DonatePage_Live"."ThemedHeading", "DonatePage_Live"."ThemedButton", "DonatePage_Live"."ThemedButton1", "DonatePage_Live"."Message", "DonatePage_Live"."DonationBoxMessage", "DonatePage_Live"."ButtonLinkID", "DonatePage_Live"."HeaderLinkID", CASE WHEN "SiteTree_Live"."ClassName" IN ('Page', 'App\\Page\\CampaignPage', 'App\\Page\\DonatePage', 'App\\Page\\EventDetailsPage', 'App\\Page\\EventHolderPage', 'App\\Page\\EventPage', 'App\\Page\\EventRegistrationPage', 'HomePage', 'App\\Page\\LocationPage', 'App\\Page\\ReferralFormPage', 'App\\Page\\ReferralPage', 'App\\Page\\ServiceLandingPage', 'App\\Page\\VolunteerLandingPage', 'PlasticStudio\\Search\\SearchPage', 'MintDesign\\Page\\ContactUs\\ContactPage', 'MintDesign\\Page\\Service\\ServiceHolderPage', 'SilverStripe\\ErrorPage\\ErrorPage', 'SilverStripe\\Blog\\Model\\Blog', 'SilverStripe\\Blog\\Model\\BlogPost', 'SilverStripe\\CMS\\Model\\RedirectorPage', 'SilverStripe\\CMS\\Model\\VirtualPage', 'SilverStripe\\UserForms\\Model\\UserDefinedForm', 'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage', 'App\\Page\\ContactPage') THEN "Page_Live"."ButtonLink1ID" WHEN "SiteTree_Live"."ClassName" IN ('App\\Page\\DonatePage') THEN "DonatePage_Live"."ButtonLink1ID" ELSE NULL END AS "ButtonLink1ID", "SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN "SiteTree_Live"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName", "SiteTree_Live"."Sort"
FROM "SiteTree_Live" LEFT JOIN "Page_Live" ON "Page_Live"."ID" = "SiteTree_Live"."ID" LEFT JOIN "DonatePage_Live" ON "DonatePage_Live"."ID" = "SiteTree_Live"."ID"
WHERE ("SiteTree_Live"."ID" = ?)
AND ("SiteTree_Live"."ClassName" IN (?))
ORDER BY "SiteTree_Live"."Sort" ASC
LIMIT 1
0.0006s
0048: SELECT DISTINCT "ElementalArea_Live"."ClassName", "ElementalArea_Live"."LastEdited", "ElementalArea_Live"."Created", "ElementalArea_Live"."Version", "ElementalArea_Live"."OwnerClassName", "ElementalArea_Live"."TopPageID", "ElementalArea_Live"."ID",
CASE WHEN "ElementalArea_Live"."ClassName" IS NOT NULL THEN "ElementalArea_Live"."ClassName"
ELSE 'DNADesign\\Elemental\\Models\\ElementalArea' END AS "RecordClassName"
FROM "ElementalArea_Live"
WHERE ("ElementalArea_Live"."ID" = ?)
LIMIT 1
0.0003s
0049: SELECT DISTINCT "Element_Live"."ClassName", "Element_Live"."LastEdited", "Element_Live"."Created", "Element_Live"."Underline", "Element_Live"."TopBorder", "Element_Live"."BottomBorder", "Element_Live"."SecondaryContent", "Element_Live"."BoxStyle", "Element_Live"."BoxColumn", "Element_Live"."NoBackground", "Element_Live"."Style2", "Element_Live"."LocationLayout", "Element_Live"."AvailableGlobally", "Element_Live"."VirtualLookupTitle", "Element_Live"."BackgroundColour", "Element_Live"."BackgroundFadeToColour", "Element_Live"."BackgroundColourTransparency", "Element_Live"."BackgroundPosition", "Element_Live"."BackgroundSize", "Element_Live"."PaddingTop", "Element_Live"."PaddingBottom", "Element_Live"."HeadingColour", "Element_Live"."TextColour", "Element_Live"."HeadingAlignment", "Element_Live"."HeadingColumnAlignment", "Element_Live"."ContentAlignment", "Element_Live"."ButtonAlignment", "Element_Live"."ButtonTheme", "Element_Live"."Version", "Element_Live"."Title", "Element_Live"."ShowTitle", "Element_Live"."Sort", "Element_Live"."ExtraClass", "Element_Live"."Style", "Element_Live"."BackgroundImageID", "Element_Live"."TopPageID", "Element_Live"."ParentID", "Element_Live"."ID",
CASE WHEN "Element_Live"."ClassName" IS NOT NULL THEN "Element_Live"."ClassName"
ELSE 'DNADesign\\Elemental\\Models\\BaseElement' END AS "RecordClassName"
FROM "Element_Live"
WHERE ("Element_Live"."ParentID" = ?)
ORDER BY "Element_Live"."Sort" ASC
0.0007s
0050: SELECT DISTINCT "ElementalArea_Live"."ClassName", "ElementalArea_Live"."LastEdited", "ElementalArea_Live"."Created", "ElementalArea_Live"."Version", "ElementalArea_Live"."OwnerClassName", "ElementalArea_Live"."TopPageID", "ElementalArea_Live"."ID",
CASE WHEN "ElementalArea_Live"."ClassName" IS NOT NULL THEN "ElementalArea_Live"."ClassName"
ELSE 'DNADesign\\Elemental\\Models\\ElementalArea' END AS "RecordClassName"
FROM "ElementalArea_Live"
WHERE ("ElementalArea_Live"."ID" = ?)
LIMIT 1
0.0004s
0051: SELECT DISTINCT "SiteTree_Live"."ClassName", "SiteTree_Live"."LastEdited", "SiteTree_Live"."Created", "SiteTree_Live"."Priority", "SiteTree_Live"."ElementalSearchContent", "SiteTree_Live"."MetaTitle", "SiteTree_Live"."CanViewType", "SiteTree_Live"."CanEditType", "SiteTree_Live"."Version", "SiteTree_Live"."Title", "SiteTree_Live"."URLSegment", "SiteTree_Live"."MenuTitle", "SiteTree_Live"."Content", "SiteTree_Live"."MetaDescription", "SiteTree_Live"."ExtraMeta", "SiteTree_Live"."ShowInMenus", "SiteTree_Live"."ShowInSearch", "SiteTree_Live"."Sort", "SiteTree_Live"."HasBrokenFile", "SiteTree_Live"."HasBrokenLink", "SiteTree_Live"."ReportClass", "SiteTree_Live"."SubsiteID", "SiteTree_Live"."ParentID", "Page_Live"."HeroContent", "Page_Live"."HeroContentPosition", "Page_Live"."HeroTitle", "Page_Live"."HeroBackgroundPosition", "Page_Live"."HeroHideBreadcrumbs", "Page_Live"."HeroHide", "Page_Live"."OverlayColor", "Page_Live"."OverlayTransparency", "Page_Live"."OpenGraphTitle", "Page_Live"."OpenGraphDescription", "Page_Live"."LDJSONSchema", "Page_Live"."SummaryDescription", "Page_Live"."IsSubMenuVisible", "Page_Live"."DisableMenuLink", "Page_Live"."LogoID", CASE WHEN "SiteTree_Live"."ClassName" IN ('Page', 'App\\Page\\CampaignPage', 'App\\Page\\DonatePage', 'App\\Page\\EventDetailsPage', 'App\\Page\\EventHolderPage', 'App\\Page\\EventPage', 'App\\Page\\EventRegistrationPage', 'HomePage', 'App\\Page\\LocationPage', 'App\\Page\\ReferralFormPage', 'App\\Page\\ReferralPage', 'App\\Page\\ServiceLandingPage', 'App\\Page\\VolunteerLandingPage', 'PlasticStudio\\Search\\SearchPage', 'MintDesign\\Page\\ContactUs\\ContactPage', 'MintDesign\\Page\\Service\\ServiceHolderPage', 'SilverStripe\\ErrorPage\\ErrorPage', 'SilverStripe\\Blog\\Model\\Blog', 'SilverStripe\\Blog\\Model\\BlogPost', 'SilverStripe\\CMS\\Model\\RedirectorPage', 'SilverStripe\\CMS\\Model\\VirtualPage', 'SilverStripe\\UserForms\\Model\\UserDefinedForm', 'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage', 'App\\Page\\ContactPage') THEN "Page_Live"."ButtonLink1ID" WHEN "SiteTree_Live"."ClassName" IN ('App\\Page\\DonatePage') THEN "DonatePage_Live"."ButtonLink1ID" WHEN "SiteTree_Live"."ClassName" IN ('App\\Page\\DonatePage') THEN "DonatePage_Live"."ButtonLink1ID" ELSE NULL END AS "ButtonLink1ID", "Page_Live"."ButtonLink2ID", "Page_Live"."HeroImageID", "Page_Live"."ElementalAreaID", "Page_Live"."OpenGraphImageID", "Page_Live"."SummaryImageID", "Page_Live"."SummaryIconID", "DonatePage_Live"."ThemedHeading", "DonatePage_Live"."ThemedButton", "DonatePage_Live"."ThemedButton1", "DonatePage_Live"."Message", "DonatePage_Live"."DonationBoxMessage", "DonatePage_Live"."ButtonLinkID", "DonatePage_Live"."HeaderLinkID", "SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN "SiteTree_Live"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName"
FROM "SiteTree_Live" LEFT JOIN "Page_Live" ON "Page_Live"."ID" = "SiteTree_Live"."ID" LEFT JOIN "DonatePage_Live" ON "DonatePage_Live"."ID" = "SiteTree_Live"."ID"
WHERE ("Page_Live"."ElementalAreaID" = ?)
AND ("SiteTree_Live"."ClassName" = ?)
AND ("SiteTree_Live"."ClassName" IN (?))
AND ("SiteTree_Live"."SubsiteID" IN (5))
ORDER BY "SiteTree_Live"."Sort" ASC
LIMIT 1
0.0013s
0052: SELECT DISTINCT "ElementalArea_Live"."ClassName", "ElementalArea_Live"."LastEdited", "ElementalArea_Live"."Created", "ElementalArea_Live"."Version", "ElementalArea_Live"."OwnerClassName", "ElementalArea_Live"."TopPageID", "ElementalArea_Live"."ID",
CASE WHEN "ElementalArea_Live"."ClassName" IS NOT NULL THEN "ElementalArea_Live"."ClassName"
ELSE 'DNADesign\\Elemental\\Models\\ElementalArea' END AS "RecordClassName"
FROM "ElementalArea_Live"
WHERE ("ElementalArea_Live"."ID" = ?)
LIMIT 1
0.0004s
0053: SELECT DISTINCT "Element_Live"."ClassName", "Element_Live"."LastEdited", "Element_Live"."Created", "StatsBlock_Live"."Content", CASE WHEN "Element_Live"."ClassName" IN ('DNADesign\\Elemental\\Models\\BaseElement', 'App\\Element\\ContactBlock', 'App\\Element\\DownloadResourceBlock', 'App\\Element\\EventBlock', 'App\\Element\\PageLinkBlock', 'App\\Element\\ServiceWizardBlock', 'App\\Element\\StatsBlock', 'App\\Element\\VideoBlock', 'App\\Element\\VolunteerBlock', 'App\\Element\\WorkBlock', 'MintDesign\\Blocks\\ArticleGroup\\ArticleGroup', 'MintDesign\\Blocks\\CallToAction\\CallToAction', 'MintDesign\\Blocks\\Column\\Column', 'MintDesign\\Blocks\\ColumnCarousel\\ColumnCarousel', 'MintDesign\\Blocks\\FaqGroup\\FaqGroup', 'MintDesign\\Blocks\\Gallery\\Gallery', 'MintDesign\\Blocks\\GoogleMaps\\GoogleMaps', 'MintDesign\\Blocks\\GoogleReviews\\GoogleReviews', 'MintDesign\\Blocks\\HorizontalRule\\HorizontalRule', 'MintDesign\\Blocks\\IconGroup\\IconGroup', 'MintDesign\\Blocks\\Iframe\\Iframe', 'MintDesign\\Blocks\\ImageCarousel\\ImageCarousel', 'MintDesign\\Blocks\\Newsletter\\NewsletterBlock', 'MintDesign\\Blocks\\PartnerGroup\\PartnerGroup', 'MintDesign\\Blocks\\Pricing\\Pricing', 'MintDesign\\Blocks\\RawHtml\\RawHtml', 'MintDesign\\Blocks\\Spacer\\Spacer', 'MintDesign\\Blocks\\Testimonials\\Testimonials', 'MintDesign\\Blocks\\Tile\\Tile', 'MintDesign\\Blocks\\WysiwygWithImage\\WysiwygWithImage', 'DNADesign\\Elemental\\Models\\ElementContent', 'DNADesign\\ElementalUserForms\\Model\\ElementForm', 'DNADesign\\ElementalVirtual\\Model\\ElementVirtual') THEN "Element_Live"."Title" WHEN "Element_Live"."ClassName" IN ('App\\Element\\StatsBlock') THEN "StatsBlock_Live"."Title" ELSE NULL END AS "Title", "Element_Live"."ID",
CASE WHEN "Element_Live"."ClassName" IS NOT NULL THEN "Element_Live"."ClassName"
ELSE 'DNADesign\\Elemental\\Models\\BaseElement' END AS "RecordClassName", "Element_Live"."Sort"
FROM "Element_Live" LEFT JOIN "StatsBlock_Live" ON "StatsBlock_Live"."ID" = "Element_Live"."ID"
WHERE ("Element_Live"."ID" = ?)
AND ("Element_Live"."ClassName" IN (?))
ORDER BY "Element_Live"."Sort" ASC
LIMIT 1
0.0033s
0054: SELECT 1 AS "1"
WHERE (EXISTS (SELECT *
FROM "Stat"
WHERE ("Stat"."StatsBlockID" = ?)))
0.0013s
0055: SELECT DISTINCT "Stat"."ClassName", "Stat"."LastEdited", "Stat"."Created", "Stat"."TopText", "Stat"."Content", "Stat"."BottomText", "Stat"."Sort", "Stat"."StatsBlockID", "Stat"."ID",
CASE WHEN "Stat"."ClassName" IS NOT NULL THEN "Stat"."ClassName"
ELSE 'App\\DataObjects\\Stat' END AS "RecordClassName"
FROM "Stat"
WHERE ("Stat"."StatsBlockID" = ?)
ORDER BY "Stat"."Sort" ASC
0.0004s
0056: SELECT DISTINCT "Element_Live"."ClassName", "Element_Live"."LastEdited", "Element_Live"."Created", "StatsBlock_Live"."Content", CASE WHEN "Element_Live"."ClassName" IN ('DNADesign\\Elemental\\Models\\BaseElement', 'App\\Element\\ContactBlock', 'App\\Element\\DownloadResourceBlock', 'App\\Element\\EventBlock', 'App\\Element\\PageLinkBlock', 'App\\Element\\ServiceWizardBlock', 'App\\Element\\StatsBlock', 'App\\Element\\VideoBlock', 'App\\Element\\VolunteerBlock', 'App\\Element\\WorkBlock', 'MintDesign\\Blocks\\ArticleGroup\\ArticleGroup', 'MintDesign\\Blocks\\CallToAction\\CallToAction', 'MintDesign\\Blocks\\Column\\Column', 'MintDesign\\Blocks\\ColumnCarousel\\ColumnCarousel', 'MintDesign\\Blocks\\FaqGroup\\FaqGroup', 'MintDesign\\Blocks\\Gallery\\Gallery', 'MintDesign\\Blocks\\GoogleMaps\\GoogleMaps', 'MintDesign\\Blocks\\GoogleReviews\\GoogleReviews', 'MintDesign\\Blocks\\HorizontalRule\\HorizontalRule', 'MintDesign\\Blocks\\IconGroup\\IconGroup', 'MintDesign\\Blocks\\Iframe\\Iframe', 'MintDesign\\Blocks\\ImageCarousel\\ImageCarousel', 'MintDesign\\Blocks\\Newsletter\\NewsletterBlock', 'MintDesign\\Blocks\\PartnerGroup\\PartnerGroup', 'MintDesign\\Blocks\\Pricing\\Pricing', 'MintDesign\\Blocks\\RawHtml\\RawHtml', 'MintDesign\\Blocks\\Spacer\\Spacer', 'MintDesign\\Blocks\\Testimonials\\Testimonials', 'MintDesign\\Blocks\\Tile\\Tile', 'MintDesign\\Blocks\\WysiwygWithImage\\WysiwygWithImage', 'DNADesign\\Elemental\\Models\\ElementContent', 'DNADesign\\ElementalUserForms\\Model\\ElementForm', 'DNADesign\\ElementalVirtual\\Model\\ElementVirtual') THEN "Element_Live"."Title" WHEN "Element_Live"."ClassName" IN ('App\\Element\\StatsBlock') THEN "StatsBlock_Live"."Title" ELSE NULL END AS "Title", "Element_Live"."ID",
CASE WHEN "Element_Live"."ClassName" IS NOT NULL THEN "Element_Live"."ClassName"
ELSE 'DNADesign\\Elemental\\Models\\BaseElement' END AS "RecordClassName", "Element_Live"."Sort"
FROM "Element_Live" LEFT JOIN "StatsBlock_Live" ON "StatsBlock_Live"."ID" = "Element_Live"."ID"
WHERE ("Element_Live"."ID" = ?)
AND ("Element_Live"."ClassName" IN (?))
ORDER BY "Element_Live"."Sort" ASC
LIMIT 1
0.0007s
0057: SELECT 1 AS "1"
WHERE (EXISTS (SELECT *
FROM "Stat"
WHERE ("Stat"."StatsBlockID" = ?)))
0.0003s
0058: SELECT DISTINCT "Stat"."ClassName", "Stat"."LastEdited", "Stat"."Created", "Stat"."TopText", "Stat"."Content", "Stat"."BottomText", "Stat"."Sort", "Stat"."StatsBlockID", "Stat"."ID",
CASE WHEN "Stat"."ClassName" IS NOT NULL THEN "Stat"."ClassName"
ELSE 'App\\DataObjects\\Stat' END AS "RecordClassName"
FROM "Stat"
WHERE ("Stat"."StatsBlockID" = ?)
ORDER BY "Stat"."Sort" ASC
0.0003s
0059: SELECT COUNT(ID) as "COUNT" FROM "SiteConfig" LIMIT 1
0.0003s
0060: SELECT DISTINCT count("MenuItem"."ID") AS "Count"
FROM "MenuItem"
0.0002s
0061: SELECT DISTINCT MAX("MenuItem"."LastEdited")
FROM "MenuItem"
0.0003s
0062: SELECT "Version" FROM "SiteTree" WHERE "ID" = ?
0.0006s
0063: SELECT DISTINCT "SiteTree_Live"."ClassName", "SiteTree_Live"."LastEdited", "SiteTree_Live"."Created", "SiteTree_Live"."Priority", "SiteTree_Live"."ElementalSearchContent", "SiteTree_Live"."MetaTitle", "SiteTree_Live"."CanViewType", "SiteTree_Live"."CanEditType", "SiteTree_Live"."Version", "SiteTree_Live"."Title", "SiteTree_Live"."URLSegment", "SiteTree_Live"."MenuTitle", "SiteTree_Live"."Content", "SiteTree_Live"."MetaDescription", "SiteTree_Live"."ExtraMeta", "SiteTree_Live"."ShowInMenus", "SiteTree_Live"."ShowInSearch", "SiteTree_Live"."Sort", "SiteTree_Live"."HasBrokenFile", "SiteTree_Live"."HasBrokenLink", "SiteTree_Live"."ReportClass", "SiteTree_Live"."SubsiteID", "SiteTree_Live"."ParentID", "SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN "SiteTree_Live"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName"
FROM "SiteTree_Live"
WHERE ("SiteTree_Live"."ID" = ?)
ORDER BY "SiteTree_Live"."Sort" ASC
LIMIT 1
0.0005s
0064: SELECT DISTINCT "SiteTree_Live"."ClassName", "SiteTree_Live"."LastEdited", "SiteTree_Live"."Created", "SiteTree_Live"."Priority", "SiteTree_Live"."ElementalSearchContent", "SiteTree_Live"."MetaTitle", "SiteTree_Live"."CanViewType", "SiteTree_Live"."CanEditType", "SiteTree_Live"."Version", "SiteTree_Live"."Title", "SiteTree_Live"."URLSegment", "SiteTree_Live"."MenuTitle", "SiteTree_Live"."Content", "SiteTree_Live"."MetaDescription", "SiteTree_Live"."ExtraMeta", "SiteTree_Live"."ShowInMenus", "SiteTree_Live"."ShowInSearch", "SiteTree_Live"."Sort", "SiteTree_Live"."HasBrokenFile", "SiteTree_Live"."HasBrokenLink", "SiteTree_Live"."ReportClass", "SiteTree_Live"."SubsiteID", "SiteTree_Live"."ParentID", "SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN "SiteTree_Live"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName"
FROM "SiteTree_Live"
WHERE ("SiteTree_Live"."ID" = ?)
ORDER BY "SiteTree_Live"."Sort" ASC
LIMIT 1
0.0005s
0065: SELECT DISTINCT "Subsite"."ClassName", "Subsite"."LastEdited", "Subsite"."Created", "Subsite"."Title", "Subsite"."RedirectURL", "Subsite"."DefaultSite", "Subsite"."Theme", "Subsite"."Language", "Subsite"."IsPublic", "Subsite"."PageTypeBlacklist", "Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN "Subsite"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\Subsite' END AS "RecordClassName"
FROM "Subsite"
WHERE ("Subsite"."ID" = ?)
ORDER BY "Subsite"."Title" ASC
LIMIT 1
0.0005s
0066: SELECT DISTINCT "SubsiteDomain"."ClassName", "SubsiteDomain"."LastEdited", "SubsiteDomain"."Created", "SubsiteDomain"."Domain", "SubsiteDomain"."Protocol", "SubsiteDomain"."IsPrimary", "SubsiteDomain"."SubsiteID", "SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN "SubsiteDomain"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\SubsiteDomain' END AS "RecordClassName"
FROM "SubsiteDomain"
WHERE ("SubsiteDomain"."SubsiteID" = ?)
ORDER BY "SubsiteDomain"."IsPrimary" DESC
LIMIT 1
0.0004s
0067: SELECT DISTINCT "SiteTree"."ClassName", "SiteTree"."LastEdited", "SiteTree"."Created", "SiteTree"."Priority", "SiteTree"."ElementalSearchContent", "SiteTree"."MetaTitle", "SiteTree"."CanViewType", "SiteTree"."CanEditType", "SiteTree"."Version", "SiteTree"."Title", "SiteTree"."URLSegment", "SiteTree"."MenuTitle", "SiteTree"."Content", "SiteTree"."MetaDescription", "SiteTree"."ExtraMeta", "SiteTree"."ShowInMenus", "SiteTree"."ShowInSearch", "SiteTree"."Sort", "SiteTree"."HasBrokenFile", "SiteTree"."HasBrokenLink", "SiteTree"."ReportClass", "SiteTree"."SubsiteID", "SiteTree"."ParentID", "SiteTree"."ID",
CASE WHEN "SiteTree"."ClassName" IS NOT NULL THEN "SiteTree"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName"
FROM "SiteTree"
WHERE ("SiteTree"."ID" = ?)
ORDER BY "SiteTree"."Sort" ASC
LIMIT 1
0.0007s
0068: SELECT DISTINCT "Subsite"."ClassName", "Subsite"."LastEdited", "Subsite"."Created", "Subsite"."Title", "Subsite"."RedirectURL", "Subsite"."DefaultSite", "Subsite"."Theme", "Subsite"."Language", "Subsite"."IsPublic", "Subsite"."PageTypeBlacklist", "Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN "Subsite"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\Subsite' END AS "RecordClassName"
FROM "Subsite"
WHERE ("Subsite"."ID" = ?)
ORDER BY "Subsite"."Title" ASC
LIMIT 1
0.0005s
0069: SELECT DISTINCT "SubsiteDomain"."ClassName", "SubsiteDomain"."LastEdited", "SubsiteDomain"."Created", "SubsiteDomain"."Domain", "SubsiteDomain"."Protocol", "SubsiteDomain"."IsPrimary", "SubsiteDomain"."SubsiteID", "SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN "SubsiteDomain"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\SubsiteDomain' END AS "RecordClassName"
FROM "SubsiteDomain"
WHERE ("SubsiteDomain"."SubsiteID" = ?)
ORDER BY "SubsiteDomain"."IsPrimary" DESC
LIMIT 1
0.0006s
0070: SELECT DISTINCT "SubsiteDomain"."ClassName", "SubsiteDomain"."LastEdited", "SubsiteDomain"."Created", "SubsiteDomain"."Domain", "SubsiteDomain"."Protocol", "SubsiteDomain"."IsPrimary", "SubsiteDomain"."SubsiteID", "SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN "SubsiteDomain"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\SubsiteDomain' END AS "RecordClassName"
FROM "SubsiteDomain"
WHERE ("SubsiteDomain"."SubsiteID" = ?)
ORDER BY "SubsiteDomain"."IsPrimary" DESC
LIMIT 1
0.0005s
0071: SELECT DISTINCT "SiteTree_Live"."ClassName", "SiteTree_Live"."LastEdited", "SiteTree_Live"."Created", "SiteTree_Live"."Priority", "SiteTree_Live"."ElementalSearchContent", "SiteTree_Live"."MetaTitle", "SiteTree_Live"."CanViewType", "SiteTree_Live"."CanEditType", "SiteTree_Live"."Version", "SiteTree_Live"."Title", "SiteTree_Live"."URLSegment", "SiteTree_Live"."MenuTitle", "SiteTree_Live"."Content", "SiteTree_Live"."MetaDescription", "SiteTree_Live"."ExtraMeta", "SiteTree_Live"."ShowInMenus", "SiteTree_Live"."ShowInSearch", "SiteTree_Live"."Sort", "SiteTree_Live"."HasBrokenFile", "SiteTree_Live"."HasBrokenLink", "SiteTree_Live"."ReportClass", "SiteTree_Live"."SubsiteID", "SiteTree_Live"."ParentID", "SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN "SiteTree_Live"."ClassName"
ELSE 'SilverStripe\\CMS\\Model\\SiteTree' END AS "RecordClassName"
FROM "SiteTree_Live"
WHERE ("SiteTree_Live"."ID" = ?)
ORDER BY "SiteTree_Live"."Sort" ASC
LIMIT 1
0.0005s
0072: SELECT DISTINCT "Subsite"."ClassName", "Subsite"."LastEdited", "Subsite"."Created", "Subsite"."Title", "Subsite"."RedirectURL", "Subsite"."DefaultSite", "Subsite"."Theme", "Subsite"."Language", "Subsite"."IsPublic", "Subsite"."PageTypeBlacklist", "Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN "Subsite"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\Subsite' END AS "RecordClassName"
FROM "Subsite"
WHERE ("Subsite"."ID" = ?)
ORDER BY "Subsite"."Title" ASC
LIMIT 1
0.0004s
0073: SELECT DISTINCT "SubsiteDomain"."ClassName", "SubsiteDomain"."LastEdited", "SubsiteDomain"."Created", "SubsiteDomain"."Domain", "SubsiteDomain"."Protocol", "SubsiteDomain"."IsPrimary", "SubsiteDomain"."SubsiteID", "SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN "SubsiteDomain"."ClassName"
ELSE 'SilverStripe\\Subsites\\Model\\SubsiteDomain' END AS "RecordClassName"
FROM "SubsiteDomain"
WHERE ("SubsiteDomain"."SubsiteID" = ?)
ORDER BY "SubsiteDomain"."IsPrimary" DESC
LIMIT 1
0.0004s
You can help someone experiencing family violence get the support they urgently need.
Our country has among the highest rates of family violence in the OECD. Right now there are people living with abusive family members in our communities.
One in three women in Aotearoa New Zealand, is physically or sexually abused by an intimate partner.
More than 90,000 children are exposed to family violence every year.
Every 5 weeks, a child is killed by a person who was supposed to be responsible for their care.
Half of all homicides are family-violence related.
Two-thirds of family violence incidents are not reported to the police.
Your gift to Shine can help provide the wraparound support that families need to become safer, to heal and rebuild their lives.
Living essentials, like clothes, bedding and towels, food and groceries, petrol, etc.
Support to arrange healthcare, counselling, legal assistance, schooling, accommodation and other needs
Hope for a better future.
Together with family violence specialists here at Shine, in workplaces, hospitals, communities and support organisations, your valued support can help us make a difference.
Join us to help families find safety, healing and a future free from fear.
Your donation can help someone experiencing family violence. With demand for Shine’s services growing, government funding does not come close to giving everyone the help they need.