#0 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php(418) : eval()'d code(62): Twig\Template->displayBlock()
#1 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php(182): __TwigTemplate_7cadfa4cc8e0597cd666c7f51b9ecb8970de1fc216bde37023794e111eb4d32c->block_content()
#2 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php(418) : eval()'d code(715): Twig\Template->displayBlock()
#3 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_604f21f4961bdf846178afacaeb2cda290b7afdf9f793b65c989a9d0fb969f7b->doDisplay()
#4 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling()
#5 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php(418) : eval()'d code(45): Twig\Template->display()
#6 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_7cadfa4cc8e0597cd666c7f51b9ecb8970de1fc216bde37023794e111eb4d32c->doDisplay()
#7 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling()
#8 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php(418) : eval()'d code(44): Twig\Template->display()
#9 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_7d5f731685c7b6218e58c99d3202ed8e9fee001550826ea4e42e9edcaf4b59f3->doDisplay()
#10 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling()
#11 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display()
#12 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/TemplateWrapper.php(45): Twig\Template->render()
#13 /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php(318): Twig\TemplateWrapper->render()
#14 /var/www/dev-priyantha.gptoday.net/public_html/app/Services/ViewRenderer/TwigRenderer.php(115): Twig\Environment->render()
#15 /var/www/dev-priyantha.gptoday.net/public_html/app/ViewTrait.php(98): F1T\Services\ViewRenderer\TwigRenderer->render()
#16 /var/www/dev-priyantha.gptoday.net/public_html/app/ViewTrait.php(79): F1T\Controllers\BaseController->renderViewFile()
#17 /var/www/dev-priyantha.gptoday.net/public_html/app/website.php(261): F1T\Controllers\BaseController->render()
#18 /var/www/dev-priyantha.gptoday.net/public_html/index.php(11): require_once('...')
#19 {main}An exception has been thrown during the rendering of a template ("Entity of type 'F1T\Entities\Photoalbums' for IDs PhotoAlbumId(2780) was not found").object(stdClass)#14467 (13) {
["__CLASS__"]=>
string(23) "Twig\Error\RuntimeError"
["lineno:Twig\Error\Error:private"]=>
int(168)
["name:Twig\Error\Error:private"]=>
string(20) "driver/specific.twig"
["rawMessage:Twig\Error\Error:private"]=>
string(151) "An exception has been thrown during the rendering of a template ("Entity of type 'F1T\Entities\Photoalbums' for IDs PhotoAlbumId(2780) was not found")."
["sourcePath:Twig\Error\Error:private"]=>
string(81) "/var/www/dev-priyantha.gptoday.net/public_html/views/gptoday/driver/specific.twig"
["sourceCode:Twig\Error\Error:private"]=>
string(10436) "{% extends "structure/content.twig" %}
{% block topContent %}
{#{ module('Sidebar', 'ads_configuration_ros') }#}
{% if UserAdsEnabled() %}
{{ module('Sidebar', 'ads-header-leaderboard') }}
{% endif %}
{% if UserAdsEnabled() %}
{{ module('Sidebar', 'ads-skyscraper-ros') }}
{% endif %}
‹ {{ 'All drivers'|trans }}
{% if primaryJob is defined and primaryJob.getOrganisationHistory().getRacingSerie() is not null %}{{ primaryJob.getOrganisationHistory().getRacingSerie().getShortName() }}{% endif %}
{{ 'Drivers'|trans }} {{ 'now'|date('Y') }} - {{ personInfo.getFullName() }}
{% endblock %}
{% block mainContent %}
{#}
{
"@context": "http://schema.org",
"@type": "Person",
"givenName": "{{ personInfo.FirstName }}",
"familyName": "{{ personInfo.LastName }}",
"birthDate":"{{ personInfo.Birthdate.date }}",
"birthPlace":{
"@type": "Place",
"name": "Tewin"
},
"height": "{{ personInfo.Height }}",
"weight": "{{ personInfo.Weight }}",
"jobTitle": "Driver",
"url": "{{ personInfo.Website }}"
}#}
{% if page_url is defined %}
{% endif %}
{% if personInfo.getProfilePhoto() %}
{{
img_tag(
imglink_artlg(personInfo.getProfilePhoto()), {
'alt' : personInfo.getFullName(),
'title' : personInfo.getFullName()
}
)|raw
}}
{% endif %}
{{ (primaryJob is defined and primaryJob.getStartNumber() is not empty) ? primaryJob.getStartNumber()|raw : ' ' }}
{{ personInfo.getNationality() is not empty ? country_flag_gp(personInfo.getNationality())|raw : '' }}
{{ personInfo.getFullName() }}
{{ biography is not empty ? biography.getContent()|parsebb|raw : '' }}
{% if primaryJob is defined %}
{{ commentCountTeam|i8n_number }} {{ 'comments on'|trans }} {% if primaryJob is defined %}{{ primaryJob.getOrganisationHistory().getName() }}{% endif %}
{{ teamFavouriteCount }} {{ 'members have this team as their favourite'|trans }}
{{ 'Tweets about'|trans }} {% if primaryJob is defined %}{{ primaryJob.getOrganisationHistory().getName() }}{% endif %}
{%endif%}
{% if photoList|length > 0 %}
{{ 'Photo gallery'|trans }}
{% for photo in photoList %}
{{ loop.index }}
{% endfor %}
/ {{ photoList|length }}
{% for photo in photoList %}
{{ 'On screen'|trans }}:
{{ photo.getTitle()|snip(50)|raw }}
{{ photo.getPhotoDate()|i8n_date }}
{{ 'Album'|trans }}
{{
img_tag(
imglink_potw(photo.getFileName()), {
'alt' : 'week-photo'
}
)|raw
}}
{% endfor %}
{{ 'Photo gallery'|trans }}
{% for photo in photoList %}
{{ loop.index }}
{% endfor %}
/ {{ photoList|length }}
{% for photo in photoList|slice(0,10) %}
{{
img_tag(
imglink_potw(photo.getFileName()), {
'alt' : 'week-photo'
}
)|raw
}}
{{ 'On screen'|trans }}:
{{ photo.getTitle() }}
{{ photo.getPhotoDate()|i8n_date }}
{{ 'Album'|trans }}
{% endfor %}
{% endif %}
{{ 'Latest news'|trans }}
{{ module('StaticView', 'news/newslisting') }}
{% endblock %}
{% block rightContent %}
{% if not is_mobile() %}
{{ include('driver/specific/driver-career.twig') }}
{% if driverStats is not empty %}
{{ include('driver/specific/driver-stats.twig') }}
{% endif %}
{{ module('Sidebar', 'sidebar-driver-specific') }}
{% endif %}
{% endblock %}
"
["message:protected"]=>
string(151) "An exception has been thrown during the rendering of a template ("Entity of type 'F1T\Entities\Photoalbums' for IDs PhotoAlbumId(2780) was not found")."
["string:Exception:private"]=>
string(0) ""
["code:protected"]=>
int(0)
["file:protected"]=>
string(81) "/var/www/dev-priyantha.gptoday.net/public_html/views/gptoday/driver/specific.twig"
["line:protected"]=>
int(168)
["trace:Exception:private"]=>
array(19) {
[0]=>
string(8) "Array(5)"
[1]=>
string(8) "Array(5)"
[2]=>
string(8) "Array(5)"
[3]=>
string(8) "Array(5)"
[4]=>
string(8) "Array(5)"
[5]=>
string(8) "Array(5)"
[6]=>
string(8) "Array(5)"
[7]=>
string(8) "Array(5)"
[8]=>
string(8) "Array(5)"
[9]=>
string(8) "Array(5)"
[10]=>
string(8) "Array(5)"
[11]=>
string(8) "Array(5)"
[12]=>
string(8) "Array(5)"
[13]=>
string(8) "Array(5)"
[14]=>
string(8) "Array(5)"
[15]=>
string(8) "Array(5)"
[16]=>
string(8) "Array(5)"
[17]=>
string(8) "Array(5)"
[18]=>
string(8) "Array(4)"
}
["previous:Exception:private"]=>
object(stdClass)#203 (8) {
["__CLASS__"]=>
string(36) "Doctrine\ORM\EntityNotFoundException"
["message:protected"]=>
string(82) "Entity of type 'F1T\Entities\Photoalbums' for IDs PhotoAlbumId(2780) was not found"
["string:Exception:private"]=>
string(0) ""
["code:protected"]=>
int(0)
["file:protected"]=>
string(111) "/var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/EntityNotFoundException.php"
["line:protected"]=>
int(33)
["trace:Exception:private"]=>
string(9) "Array(25)"
["previous:Exception:private"]=>
NULL
}
}
| Total queries: 12 | ||||||
| Total time: 0.20996308326721 | ||||||
| time | sincestart | caller | annotate | bt | desc | |
| 0.000481 | instantiate query log (0Q - total module time: 0.00066400s) | "" | ||||
| 0.001152 | boot (0Q - total module time: 0.00011110s) | "" | ||||
| 0.001265 | translation-init (1Q - total module time: 0.00951600s) | "" | ||||
| 0.00220513 | 0.008550 | /var/www/dev-priyantha.gptoday.net/public_html/index.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php:189(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Redirect.php:105(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Entities/Redirect.php:112(findByOrigin) /var/www/dev-priyantha.gptoday.net/public_html/app/Services/Redirects.php:108(getRedirectOrFalse) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:115(checkForDBRedirects) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) |
SELECT
redirects.id,
redirects.origin,
redirects.referer
FROM
redirects
WHERE
redirects.origin = :origin
ORDER BY
id
| {"origin":"\/nl\/coureurs\/daniel-de-jong"} | |
| 0.010788 | controller::coureurs/daniel-de-jong (10Q - total module time: 0.17375207s) | "" | ||||
| 0.00468397 | 0.011292 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Person.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:953(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Person.php:351(getOneOrNullResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:75(findByUrl) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:52(action_listSpecificDriver) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT p0_.PersonId AS PersonId_0, p0_.LastName AS LastName_1, p0_.FirstName AS FirstName_2, p0_.Birthdate AS Birthdate_3, p0_.DateOfDeath AS DateOfDeath_4, p0_.Residence AS Residence_5, p0_.BirthCity AS BirthCity_6, p0_.ProfilePhoto AS ProfilePhoto_7, p0_.Height AS Height_8, p0_.Website AS Website_9, p0_.Weight AS Weight_10, p0_.InternalNotes AS InternalNotes_11, p0_.InHeaderList AS InHeaderList_12, p0_.InFooterList AS InFooterList_13, k1_.KeywordId AS KeywordId_14, k1_.Keyword AS Keyword_15, k1_.RewriteUrl AS RewriteUrl_16, k1_.Category AS Category_17, k1_.CommentCount AS CommentCount_18, p2_.PersonCareerId AS PersonCareerId_19, p2_.StartDate AS StartDate_20, p2_.EndDate AS EndDate_21, p2_.ProfilePhoto AS ProfilePhoto_22, p2_.StartNumber AS StartNumber_23, p3_.PersonRoleId AS PersonRoleId_24, o4_.OrganisationHistoryId AS OrganisationHistoryId_25, o4_.Name AS Name_26, o4_.StartDate AS StartDate_27, o4_.EndDate AS EndDate_28, o4_.Photo AS Photo_29, o4_.SmallLogo AS SmallLogo_30, o4_.City AS City_31, o4_.Website AS Website_32, r5_.RacingSerieId AS RacingSerieId_33, r5_.RewriteUrl AS RewriteUrl_34, r5_.IsDefault AS IsDefault_35, r6_.RacingSeriesTranslationId AS RacingSeriesTranslationId_36, r6_.LanguageCode AS LanguageCode_37, r6_.ShortName AS ShortName_38, r6_.LongName AS LongName_39, o7_.OrganisationId AS OrganisationId_40, o7_.Name AS Name_41, o7_.FoundingDate AS FoundingDate_42, o7_.Photo AS Photo_43, d8_.iso AS iso_44, d8_.iso3 AS iso3_45, d8_.numcode AS numcode_46, d9_.cntnlang AS cntnlang_47, d9_.printable_name AS printable_name_48, k10_.KeywordId AS KeywordId_49, k10_.Keyword AS Keyword_50, k10_.RewriteUrl AS RewriteUrl_51, k10_.Category AS Category_52, k10_.CommentCount AS CommentCount_53, p0_.Nationality AS Nationality_54, p0_.KeywordId AS KeywordId_55, p0_.PrimaryCareerId AS PrimaryCareerId_56, p0_.SiteId AS SiteId_57, k1_.ParentId AS ParentId_58, p2_.PersonRoleId AS PersonRoleId_59, p2_.OrganisationHistoryId AS OrganisationHistoryId_60, p2_.PersonId AS PersonId_61, o4_.OrganisationRoleId AS OrganisationRoleId_62, o4_.PrimaryOrganisationId AS PrimaryOrganisationId_63, o4_.RacingSerieId AS RacingSerieId_64, r5_.SiteId AS SiteId_65, r5_.CountryIso AS CountryIso_66, r6_.RacingSerieId AS RacingSerieId_67, o7_.KeywordId AS KeywordId_68, o7_.Nationality AS Nationality_69, d9_.ISO AS ISO_70, k10_.ParentId AS ParentId_71 FROM Persons p0_ LEFT JOIN Keywords k1_ ON p0_.KeywordId = k1_.KeywordId LEFT JOIN PersonCareer p2_ ON p0_.PersonId = p2_.PersonId LEFT JOIN PersonRoles p3_ ON p2_.PersonRoleId = p3_.PersonRoleId LEFT JOIN OrganisationHistory o4_ ON p2_.OrganisationHistoryId = o4_.OrganisationHistoryId LEFT JOIN RacingSeries r5_ ON o4_.RacingSerieId = r5_.RacingSerieId AND (r5_.SiteId IN ('1')) LEFT JOIN RacingSeriesTranslations r6_ ON r5_.RacingSerieId = r6_.RacingSerieId AND (r6_.LanguageCode = 'nl') LEFT JOIN OrganisationOrganisationHistory o11_ ON o4_.OrganisationHistoryId = o11_.OrganisationHistoryId LEFT JOIN Organisations o7_ ON o7_.OrganisationId = o11_.OrganisationId LEFT JOIN db_countries d8_ ON o7_.Nationality = d8_.iso LEFT JOIN db_countries_trnsl d9_ ON d8_.iso = d9_.ISO LEFT JOIN Keywords k10_ ON o7_.KeywordId = k10_.KeywordId WHERE k1_.RewriteUrl = ? AND p0_.SiteId = ? ORDER BY p2_.EndDate DESC | ["daniel-de-jong","1"] | |
| 0.00305200 | 0.016996 | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:991(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1020(getSingleResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Organisation.php:154(getSingleScalarResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:87(countUsersWhichHaveFavourite) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:52(action_listSpecificDriver) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT COUNT(1) AS sclr_0 FROM Users u0_ WHERE u0_.FavouriteTeamId = ? | [52] | |
| 0.00059295 | 0.020224 | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:991(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1020(getSingleResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Person.php:370(getSingleScalarResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:92(countUsersWhichHaveFavourite) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:52(action_listSpecificDriver) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT COUNT(1) AS sclr_0 FROM Users u0_ WHERE u0_.FavouriteDriverId = ? | [48] | |
| 0.00039792 | 0.020924 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Keyword.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:901(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Keyword.php:40(getResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:239(getKeywordIdListForParent) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:215(findByKeywordForType) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:95(findByKeyword) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:52(action_listSpecificDriver) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT k0_.KeywordId AS KeywordId_0, k0_.Keyword AS Keyword_1, k0_.RewriteUrl AS RewriteUrl_2, k0_.Category AS Category_3, k0_.CommentCount AS CommentCount_4, k0_.ParentId AS ParentId_5 FROM Keywords k0_ WHERE k0_.KeywordId IN (?) | [[172]] | |
| 0.00026703 | 0.021415 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:937(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:124(getScalarResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:247(commonCriteria) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:215(findByKeywordForType) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:95(findByKeyword) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:52(action_listSpecificDriver) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT c0_.ContentLanguage AS ContentLanguage_0 FROM ContentLanguageMapping c0_ WHERE (c0_.ContentType = ? AND c0_.ContentSubType IN (?) AND c0_.SiteLanguage = ?) AND (c0_.SiteId IN ('1')) | ["Articles",["Nieuws","LiveRaceReport","Liveblog"],"nl"] | |
| 0.00797009 | 0.021926 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:901(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:251(getResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:215(findByKeywordForType) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:95(findByKeyword) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:52(action_listSpecificDriver) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT a0_.ArticleId AS ArticleId_0, a0_.RewriteUrl AS RewriteUrl_1, a0_.Title AS Title_2, a0_.SeoDescription AS SeoDescription_3, a0_.SeoTitle AS SeoTitle_4, a0_.coAuthor AS coAuthor_5, a0_.Icon AS Icon_6, a0_.Category AS Category_7, a0_.Content AS Content_8, a0_.PublishDate AS PublishDate_9, a0_.CreateDate AS CreateDate_10, a0_.CreateTime AS CreateTime_11, a0_.CommentType AS CommentType_12, a0_.AllowNewComments AS AllowNewComments_13, a0_.cntnlang AS cntnlang_14, a0_.LastUpdateDate AS LastUpdateDate_15, a0_.ArticleType AS ArticleType_16, a0_.CommentCount AS CommentCount_17, a0_.Activated AS Activated_18, a0_.StickyUntil AS StickyUntil_19, a0_.ViewCount AS ViewCount_20, a0_.PushEnabled AS PushEnabled_21, a0_.PushTitle AS PushTitle_22, a0_.PushMessage AS PushMessage_23, a0_.breaking AS breaking_24, a0_.breaking_title AS breaking_title_25, a0_.TestMode AS TestMode_26, r1_.RacingSerieId AS RacingSerieId_27, r1_.RewriteUrl AS RewriteUrl_28, r1_.IsDefault AS IsDefault_29, r2_.RacingSeriesTranslationId AS RacingSeriesTranslationId_30, r2_.LanguageCode AS LanguageCode_31, r2_.ShortName AS ShortName_32, r2_.LongName AS LongName_33, a0_.SiteId AS SiteId_34, a0_.RaceTrackHistoryId AS RaceTrackHistoryId_35, a0_.RacingSerieId AS RacingSerieId_36, a0_.PhotoAlbumId AS PhotoAlbumId_37, a0_.CmsAccountId AS CmsAccountId_38, a0_.PollId AS PollId_39, a0_.RaceSessionId AS RaceSessionId_40, r1_.SiteId AS SiteId_41, r1_.CountryIso AS CountryIso_42, r2_.RacingSerieId AS RacingSerieId_43 FROM Articles a0_ INNER JOIN RacingSeries r1_ ON a0_.RacingSerieId = r1_.RacingSerieId AND (r1_.SiteId IN ('1')) INNER JOIN RacingSeriesTranslations r2_ ON r1_.RacingSerieId = r2_.RacingSerieId AND (r2_.LanguageCode = 'nl') INNER JOIN keyword_combinations k3_ ON (k3_.nieuwsID = a0_.ArticleId) WHERE (((((a0_.cntnlang IN (?) AND a0_.SiteId IN (?)) AND a0_.Activated = ?) AND a0_.PublishDate < ?) AND a0_.ArticleType IN (?)) AND k3_.keywordID IN (?)) AND (a0_.SiteId IN ('1')) ORDER BY a0_.PublishDate DESC LIMIT 70 | [["nl"],["1"],true,{"date":"2025-12-09 19:05:00.000000","timezone_type":3,"timezone":"Europe\/Amsterdam"},["Nieuws","LiveRaceReport","Liveblog"],[172]] | |
| 0.00160313 | 0.035214 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Keyword.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:901(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Keyword.php:40(getResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:239(getKeywordIdListForParent) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:97(findByKeywordForType) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:52(action_listSpecificDriver) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT k0_.KeywordId AS KeywordId_0, k0_.Keyword AS Keyword_1, k0_.RewriteUrl AS RewriteUrl_2, k0_.Category AS Category_3, k0_.CommentCount AS CommentCount_4, k0_.ParentId AS ParentId_5 FROM Keywords k0_ WHERE k0_.KeywordId IN (?) | [[172]] | |
| 0.00291991 | 0.036941 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:937(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:124(getScalarResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:247(commonCriteria) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:97(findByKeywordForType) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:52(action_listSpecificDriver) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT c0_.ContentLanguage AS ContentLanguage_0 FROM ContentLanguageMapping c0_ WHERE (c0_.ContentType = ? AND c0_.ContentSubType IN (?) AND c0_.SiteLanguage = ?) AND (c0_.SiteId IN ('1')) | ["Articles",["OrganisationPersonBiography"],"nl"] | |
| 0.00778794 | 0.040179 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:901(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:251(getResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:97(findByKeywordForType) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:52(action_listSpecificDriver) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT a0_.ArticleId AS ArticleId_0, a0_.RewriteUrl AS RewriteUrl_1, a0_.Title AS Title_2, a0_.SeoDescription AS SeoDescription_3, a0_.SeoTitle AS SeoTitle_4, a0_.coAuthor AS coAuthor_5, a0_.Icon AS Icon_6, a0_.Category AS Category_7, a0_.Content AS Content_8, a0_.PublishDate AS PublishDate_9, a0_.CreateDate AS CreateDate_10, a0_.CreateTime AS CreateTime_11, a0_.CommentType AS CommentType_12, a0_.AllowNewComments AS AllowNewComments_13, a0_.cntnlang AS cntnlang_14, a0_.LastUpdateDate AS LastUpdateDate_15, a0_.ArticleType AS ArticleType_16, a0_.CommentCount AS CommentCount_17, a0_.Activated AS Activated_18, a0_.StickyUntil AS StickyUntil_19, a0_.ViewCount AS ViewCount_20, a0_.PushEnabled AS PushEnabled_21, a0_.PushTitle AS PushTitle_22, a0_.PushMessage AS PushMessage_23, a0_.breaking AS breaking_24, a0_.breaking_title AS breaking_title_25, a0_.TestMode AS TestMode_26, r1_.RacingSerieId AS RacingSerieId_27, r1_.RewriteUrl AS RewriteUrl_28, r1_.IsDefault AS IsDefault_29, r2_.RacingSeriesTranslationId AS RacingSeriesTranslationId_30, r2_.LanguageCode AS LanguageCode_31, r2_.ShortName AS ShortName_32, r2_.LongName AS LongName_33, a0_.SiteId AS SiteId_34, a0_.RaceTrackHistoryId AS RaceTrackHistoryId_35, a0_.RacingSerieId AS RacingSerieId_36, a0_.PhotoAlbumId AS PhotoAlbumId_37, a0_.CmsAccountId AS CmsAccountId_38, a0_.PollId AS PollId_39, a0_.RaceSessionId AS RaceSessionId_40, r1_.SiteId AS SiteId_41, r1_.CountryIso AS CountryIso_42, r2_.RacingSerieId AS RacingSerieId_43 FROM Articles a0_ INNER JOIN RacingSeries r1_ ON a0_.RacingSerieId = r1_.RacingSerieId AND (r1_.SiteId IN ('1')) INNER JOIN RacingSeriesTranslations r2_ ON r1_.RacingSerieId = r2_.RacingSerieId AND (r2_.LanguageCode = 'nl') INNER JOIN keyword_combinations k3_ ON (k3_.nieuwsID = a0_.ArticleId) WHERE (((((a0_.cntnlang IN (?) AND a0_.SiteId IN (?)) AND a0_.Activated = ?) AND a0_.PublishDate < ?) AND a0_.ArticleType IN (?)) AND k3_.keywordID IN (?)) AND (a0_.SiteId IN ('1')) ORDER BY a0_.PublishDate DESC LIMIT 70 | [["nl"],["1"],true,{"date":"2025-12-09 19:05:00.000000","timezone_type":3,"timezone":"Europe\/Amsterdam"},["OrganisationPersonBiography"],[172]] | |
| 0.00714707 | 0.048120 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Photo.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:901(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Photo.php:239(getResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:98(findByKeyword) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Driver.php:52(action_listSpecificDriver) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.UploadDate AS UploadDate_2, p0_.title AS title_3, p0_.fotoDatum AS fotoDatum_4, p0_.FileSize AS FileSize_5, p0_.Height AS Height_6, p0_.Width AS Width_7, p0_.ImageFormat AS ImageFormat_8, p0_.album_id AS album_id_9 FROM photos p0_ INNER JOIN photo_keyword_combi p1_ ON (p1_.photoID = p0_.id) WHERE p1_.keywordID = ? ORDER BY p0_.fotoDatum DESC LIMIT 25 | [172] | |
| 0.184546 | cacheAble: no | module:Sidebar (0Q - total module time: 0.00045514s) | "" | |||
| 0.185005 | sidebar:ads-header-just-before-closing-head-tag::ads (0Q - total module time: 0.00001287s) | "" | ||||
| 0.185020 | module:Ads (0Q - total module time: 0.00013709s) | "" | ||||
| 0.185159 | sidebar:ads-header-just-before-closing-head-tag::ads (0Q - total module time: 0.00000501s) | "" | ||||
| 0.185165 | module:Ads (0Q - total module time: 0.00000191s) | "" | ||||
| 0.185168 | sidebar:ads-header-just-before-closing-head-tag::ads (0Q - total module time: 0.00000191s) | "" | ||||
| 0.185170 | module:Ads (0Q - total module time: 0.00000119s) | "" | ||||
| 0.185172 | sidebar:ads-header-just-before-closing-head-tag::ads (0Q - total module time: 0.00000095s) | "" | ||||
| 0.185174 | module:Ads (0Q - total module time: 0.00000095s) | "" | ||||
| 0.185175 | sidebar:ads-header-just-before-closing-head-tag::ads (0Q - total module time: 0.00000215s) | "" | ||||
| 0.185177 | module:Ads (0Q - total module time: 0.00001192s) | "" | ||||
| 0.185189 | cacheAble: no | module:Sidebar (0Q - total module time: 0.02362204s) | "" | |||
| 0.208818 | cacheAble: no | module:Sidebar (0Q - total module time: 0.00001311s) | "" | |||
| 0.208832 | sidebar:ads-header-leaderboard::ads (0Q - total module time: 0.00001311s) | "" | ||||
| 0.208846 | module:Ads (0Q - total module time: 0.00000501s) | "" | ||||
| 0.208852 | sidebar:ads-header-leaderboard::ads (0Q - total module time: 0.00000191s) | "" | ||||
| 0.208854 | module:Ads (0Q - total module time: 0.00000095s) | "" | ||||
| 0.208856 | sidebar:ads-header-leaderboard::ads (0Q - total module time: 0.00000191s) | "" | ||||
| 0.208859 | module:Ads (0Q - total module time: 0.00000095s) | "" | ||||
| 0.208861 | sidebar:ads-header-leaderboard::ads (0Q - total module time: 0.00000191s) | "" | ||||
| 0.208864 | module:Ads (0Q - total module time: 0.00000095s) | "" | ||||
| 0.208866 | sidebar:ads-header-leaderboard::ads (0Q - total module time: 0.00000095s) | "" | ||||
| 0.208868 | module:Ads (0Q - total module time: 0.00000596s) | "" | ||||
| 0.208874 | cacheAble: no | module:Sidebar (1Q - total module time: 0.00108409s) | "" | |||
| 0.00028801 | 0.209370 | /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Extension/CoreExtension.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:750(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:768(load) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php:207(loadById) /var/www/dev-priyantha.gptoday.net/public_html/app/OrmProxies/__CG__F1TEntitiesPhotoalbums.php:186(Doctrine\ORM\Proxy\{closure}) /var/www/dev-priyantha.gptoday.net/public_html/app/OrmProxies/__CG__F1TEntitiesPhotoalbums.php:186(__invoke) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Extension/CoreExtension.php:1570(getPhotoAlbumId) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php(418) : eval()'d code:473(twig_get_attribute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php:182(block_mainContent) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php(418) : eval()'d code:62(displayBlock) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php:182(block_content) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php(418) : eval()'d code:715(displayBlock) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php:405(doDisplay) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php:378(displayWithErrorHandling) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php(418) : eval()'d code:45(display) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php:405(doDisplay) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php:378(displayWithErrorHandling) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php(418) : eval()'d code:44(display) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php:405(doDisplay) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php:378(displayWithErrorHandling) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Template.php:390(display) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/TemplateWrapper.php:45(render) /var/www/dev-priyantha.gptoday.net/public_html/vendor/twig/twig/src/Environment.php:318(render) /var/www/dev-priyantha.gptoday.net/public_html/app/Services/ViewRenderer/TwigRenderer.php:115(render) /var/www/dev-priyantha.gptoday.net/public_html/app/ViewTrait.php:98(render) /var/www/dev-priyantha.gptoday.net/public_html/app/ViewTrait.php:79(renderViewFile) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:261(render) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT t0.id AS id_1, t0.year AS year_2, t0.uservisible AS uservisible_3, t0.PhotoCount AS PhotoCount_4, t0.SiteId AS SiteId_5 FROM photoalbums t0 WHERE t0.id = ? AND ((t0.SiteId IN ('1'))) | [2780] | |
| 0.209961 | done | "" | ||||