8.01 ms
|
https://teamvstaging.com/inventory/new — 4.97 ms
|
sql - OpenAsync
Action Filter (Exec): EventLoggerActionFilter
0.39 ms (T+8.01 ms)
|
MoveNext > LogPageView > Start > MoveNext > Execute > Start > MoveNext > LogPageViews > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.05 ms
|
Action Filter (Exec): EventLoggerActionFilter — 0.05 ms
|
sql - Reader
Action Filter (Exec): EventLoggerActionFilter
1.87 ms (T+8.45 ms)
First Result: 1.86 ms
|
MoveNext > LogPageView > Start > MoveNext > Execute > Start > MoveNext > LogPageViews > Start > MoveNext > Start > Start
LogPageViews_Insert
|
sql - Close
Action Filter (Exec): EventLoggerActionFilter
0.13 ms (T+10.33 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
5.40 ms
|
Action Filter (Exec): EventLoggerActionFilter — 4.43 ms
|
sql - OpenAsync
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.25 ms (T+15.86 ms)
|
MoveNext > RunInternal > MoveNext > GetPagSeoTags > Start > MoveNext > GetOffersiteSeoByPageId > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.07 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.07 ms
|
sql - Reader
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
11.00 ms (T+16.18 ms)
First Result: 10.94 ms
|
MoveNext > RunInternal > MoveNext > GetPagSeoTags > Start > MoveNext > GetOffersiteSeoByPageId > Start > MoveNext > Start > Start
Declare @PageTypeId INT;
SELECT @PageTypeId = pagetypeid FROM OffersitePage WHERE id = 66588
;WITH mainSeo AS (
SELECT Top 1 *, 1 AS priority
FROM OfferSiteSEO
WHERE 66588 <> 0 And PageId = 66588
AND ((@PageTypeId in (1, 58, 60, 67) AND [CampaignID] in (0, 610)) OR (@PageTypeId not in (1, 58, 60, 67) AND [CampaignID] = 610))
AND ISNULL(PageURL, '') = '' and ISNULL(RootURL, '') = ''
UNION ALL
SELECT TOP 1 *, 2 AS priority
FROM OfferSiteSEO
WHERE PageId IN (
SELECT TOP 1 ID
FROM OfferSitePage
WHERE PageTypeId = @PageTypeId AND (CampaignID = 610) and @PageTypeId not in (1, 58, 60, 67)
ORDER BY
CASE WHEN ModifiedDate IS NOT NULL THEN 0 ELSE 1 END,
ModifiedDate DESC,
ID DESC
)
AND ISNULL(PageURL, '') = '' and ISNULL(RootURL, '') = ''
UNION ALL
SELECT TOP 1 *, 3 AS priority
FROM OfferSiteSEO
WHERE PageId = 66588 and @PageTypeId not in (1, 58, 60, 67)
AND CampaignID = 0
AND ISNULL(PageURL, '') = '' and ISNULL(RootURL, '') = '' order by id desc
UNION ALL
SELECT TOP 1 *, 4 AS priority
FROM OfferSiteSEO
WHERE PageId = 0
AND CampaignID = 610
AND ISNULL(PageURL, '') = '' and ISNULL(RootURL, '') = '' order by id desc
),
finalPageSeo AS (
SELECT TOP 1 *
FROM mainSeo
ORDER BY priority
),
customSrpseo AS (
SELECT *, 0 as priority
FROM OfferSiteSEO
WHERE @PageTypeId = 18
AND CampaignID = 610
AND (ISNULL(PageURL, '') <> '' OR ISNULL(RootURL, '') <> '')
)
select ID
, CampaignID
, PageId
, Description
, Keywords
, RobotParameters
, CanonicalUrl
, OgLocale
, OgSiteName
, OgTitle
, OgDescription
, PageTitle
, SEOText
, CorePageH1TagText
, UsedSEOText
, CPOSEOText
, UsedCorePageH1TagText
, CpoCorePageH1TagText
, UsedPageTitle
, CpoPageTitle
, UsedOgSiteName
, CpoOgSiteName
, UsedOgTitle
, CpoOgTitle
, UsedOgDescription
, CpoOgDescription
, UsedDescription
, CpoDescription
, UsedKeywords
, CpoKeywords
, UsedOgLocale
, CpoOgLocale
, UsedRobotParameters
, CpoRobotParameters
, UsedCanonicalUrl
, CpoCanonicalUrl
, AddNewSeoTextToTop
, AddUsedSeoTextToTop
, AddCpoSeoTextToTop
, NewSEOCustomStructuredData
, UsedSEOCustomStructuredData
, CpoSEOCustomStructuredData
, HidePageH1Tag
, PageURL
, RootURL
, [BottomSeoText]
, [BottomUsedSeoText]
, [BottomCpoSeoText]
, [HideSrpFilters]
, BreadcrumbText
From (
SELECT * FROM finalPageSeo
UNION ALL
SELECT * FROM customSrpseo
) as SeoResults
|
sql - Close
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.10 ms (T+27.19 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
3.06 ms
|
Redis Key: dealercampaignsettingscache.teamvstaging.com.dealercampaignsettingscache — 1.51 ms
|
sql - OpenAsync
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.21 ms (T+30.35 ms)
|
Start > MoveNext > GetInventoryGroupSettings > Start > MoveNext > GetInventoryGroupSettings > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.06 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.06 ms
|
sql - Reader
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.70 ms (T+30.62 ms)
First Result: 0.67 ms
|
Start > MoveNext > GetInventoryGroupSettings > Start > MoveNext > GetInventoryGroupSettings > Start > MoveNext > Start > Start
select Type, ISNULL(GroupTPIds, '') AS GroupTPIds, ISNULL(GroupName, '') AS GroupName, EnableCallForPriceforSRP, EnableCallForPriceforVDP from Dealership_inventorygroupsettings where
AccountId = 26198 AND (Type in (New))
|
sql - Close
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.08 ms (T+31.32 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
0.04 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.04 ms
|
sql - OpenAsync
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.15 ms (T+31.44 ms)
|
RunContinuations > RunOrScheduleAction > MoveNext > RunInternal > MoveNext > GetGroupDealerOems > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.05 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.05 ms
|
sql - Reader
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
5.76 ms (T+31.64 ms)
First Result: 5.74 ms
|
RunContinuations > RunOrScheduleAction > MoveNext > RunInternal > MoveNext > GetGroupDealerOems > Start > MoveNext > Start > Start
select distinct(d.AccountID), d.OemCode from Dealerships d
inner join dealercampaign dc on d.AccountID = dc.AccountID
inner join dealercampaignsettings dcs on dc.campaignid=dcs.campaignid
where ', '+59271,54926+', ' LIKE '%, '+CAST(d.AccountID AS varchar(20))+', %'
AND d.FranchiseString In ('Ford', 'FordFord') and d.EnableOEMProgram = 1 and dc.active=1 and dc.isdeleted=0
AND ((2 = 0 and dcs.EnableModelEData = 0) OR (2 = 1) OR (2 = 2))
|
sql - Close
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.08 ms (T+37.40 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
4.40 ms
|
Redis Key: primary.teamvstaging.com.inventory.new_inventory — 2.84 ms
|
sql - OpenAsync
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.20 ms (T+41.88 ms)
|
RunInternal > MoveNext > ProcessVehicles > Start > MoveNext > GetCashDisclaimerByMakeAsync > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.07 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.07 ms
|
sql - Reader
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.70 ms (T+42.15 ms)
First Result: 0.68 ms
|
RunInternal > MoveNext > ProcessVehicles > Start > MoveNext > GetCashDisclaimerByMakeAsync > Start > MoveNext > Start > Start
Declare @CashDisclaimer varchar(6000)
If(New = 'cpo')
BEGIN
SET New = 'used'
END
SELECT @CashDisclaimer= REPLACE(REPLACE([FinanceDisclaimer], CHAR(13), ' '), CHAR(10), ' ')
FROM [dbo].[DealershipDisclaimers]
where [DealerID]=26198 and [VehicleType]=New and
[ChromeDivisionName] like Ford and [DisclaimerType]='Cash'
IF(@CashDisclaimer=null or @CashDisclaimer='')
BEGIN
SELECT top 1 @CashDisclaimer= REPLACE(REPLACE([FinanceDisclaimer], CHAR(13), ' '), CHAR(10), ' ')
FROM [dbo].[DealershipDisclaimers]
where [DealerID] = 0 and [VehicleType]=New and [DisclaimerType]='Cash'
END
select @CashDisclaimer as CashDisclaimer
|
sql - Close
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.11 ms (T+42.85 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
1.11 ms
|
Redis Key: InventorySetup.teamvstaging.com.accountid.26198.type.new.InventorySetup — 0.83 ms
|
sql - OpenAsync
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.24 ms (T+44.07 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
sql - ExecuteReader (Async)
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.60 ms (T+44.33 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT [d].[ModelName]
FROM [DealershipCustomPriceTypeSettings] AS [d]
WHERE [d].[CategoryId] = 3
|
0.04 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.04 ms
|
sql - CloseAsync
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.17 ms (T+44.97 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
0.31 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.31 ms
|
sql - OpenAsync
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.22 ms (T+45.45 ms)
|
RunInternal > MoveNext > GetStyleIdFromChrome > Start > MoveNext > GetStyleIdFromChrome > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.05 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.05 ms
|
sql - Reader
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
1.03 ms (T+45.72 ms)
First Result: 1.01 ms
|
RunInternal > MoveNext > GetStyleIdFromChrome > Start > MoveNext > GetStyleIdFromChrome > Start > MoveNext > Start > Start
GetStyleIdFromChromeByModelNumber
|
sql - Close
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.09 ms (T+46.76 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
0.13 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.13 ms
|
sql - OpenAsync
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.16 ms (T+46.98 ms)
|
RunInternal > MoveNext > GetStyleIdFromChrome > Start > MoveNext > GetStyleIdFromChrome > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.04 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.04 ms
|
sql - Reader !
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.91 ms (T+47.18 ms)
First Result: 0.89 ms
|
RunInternal > MoveNext > GetStyleIdFromChrome > Start > MoveNext > GetStyleIdFromChrome > Start > MoveNext > Start > Start
GetStyleIdFromChromeByModelNumber
|
sql - Close
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.10 ms (T+48.09 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
0.37 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.37 ms
|
sql - OpenAsync
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.18 ms (T+48.56 ms)
|
RunInternal > MoveNext > GetStyleIdFromChrome > Start > MoveNext > GetStyleIdFromChrome > Start > MoveNext > Start > Start
Connection OpenAsync()
|
sql - Reader !
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.86 ms (T+48.76 ms)
First Result: 0.83 ms
|
RunInternal > MoveNext > GetStyleIdFromChrome > Start > MoveNext > GetStyleIdFromChrome > Start > MoveNext > Start > Start
GetStyleIdFromChromeByModelNumber
|
sql - Close
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory
0.10 ms (T+49.62 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
0.98 ms
|
Controller Action: Velocity.PrimaryOffersites.Web.Controllers.Inventory.InventoryController.Inventory — 0.42 ms
|
sql - OpenAsync
View: Inventory/InventoryNew.cshtml
0.42 ms (T+50.70 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.10 ms
|
View: Inventory/InventoryNew.cshtml — 0.10 ms
|
sql - ExecuteReader (Async)
View: Inventory/InventoryNew.cshtml
0.79 ms (T+51.22 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT TOP(1) [p].[Id], [p].[CampaignId], [p].[EnablePopupVideo], [p].[PopupTypeId], [p].[VideoCTALink], [p].[VideoCTAName], [p].[VideoURL]
FROM [PopupVideo] AS [p]
WHERE [p].[CampaignId] = 610 AND [p].[PopupTypeId] = 5
|
0.04 ms
|
View: Inventory/InventoryNew.cshtml — 0.04 ms
|
sql - CloseAsync
View: Inventory/InventoryNew.cshtml
0.17 ms (T+52.05 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
0.42 ms
|
View: Inventory/InventoryNew.cshtml — 0.42 ms
|
sql - OpenAsync
View: Inventory/InventoryNew.cshtml
0.25 ms (T+52.64 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.07 ms
|
View: Inventory/InventoryNew.cshtml — 0.07 ms
|
sql - ExecuteReader (Async)
View: Inventory/InventoryNew.cshtml
1.55 ms (T+52.96 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT TOP(1) [h].[DealerID], [h].[HomenetVehicleID], [h].[BMW_BEV], [h].[BMW_BEV_Disclaimer], [h].[BMW_M], [h].[BMW_PHEV], [h].[BMW_PHEV_Disclaimer], [h].[Best Price], [h].[Body], [h].[BookValue], [h].[Bottom Price], [h].[CarFaxHistory], [h].[CarfaxIconURL], [h].[Categorized Options], [h].[Certified], [h].[CertifiedType], [h].[CFModelName], [h].[ChromeDivisionID], [h].[Chrome_Style_info], [h].[CityMPG], [h].[DateInStock], [h].[Dealer Address], [h].[Dealer City], [h].[Dealer Discounted Price], [h].[Dealer Fax], [h].[Dealer Phone], [h].[Dealer State], [h].[Dealer Zip], [h].[Demo], [h].[Description], [h].[Doors], [h].[Drivetrain], [h].[ETA], [h].[Engine_Aspiration_Type], [h].[Engine_Block_Type], [h].[EngineCylinders], [h].[Engine_Description], [h].[EngineDisplacement], [h].[EngineDisplacementCubicInches], [h].[EPAClassification], [h].[Ext_Color_Code], [h].[Ext_Color_Generic], [h].[ExtColorHexCode], [h].[ExteriorColor], [h].[Factory_Codes], [h].[FirstPhotoUrl], [h].[FordDirect_AZPlan], [h].[FordDirect_FeatureLabel], [h].[FordDirect_LOBTypeId], [h].[FordDirect_VLPrice], [h].[FordDirect_XPlan], [h].[Fuel_Type], [h].[HighMSRP], [h].[HighwayMPG], [h].[HotListingExpiration], [h].[InProduction], [h].[InTransit], [h].[Int_Color_Code], [h].[Int_Color_Generic], [h].[IntColorHexCode], [h].[Int_Upholstery], [h].[InteriorColor], [h].[Internet_Price], [h].[Invoice], [h].[IsElectric], [h].[FordDirect_FCTP], [h].[IsHybrid], [h].[Loaner], [h].[LowestPayment], [h].[Make], [h].[MarketClass], [h].[Miles], [h].[Misc_Price1], [h].[Misc_Price2], [h].[Misc_Price3], [h].[Model], [h].[ModelNumber], [h].[MSRP], [h].[OEM_InstalledPackages], [h].[OneOwner], [h].[Options], [h].[Other Price], [h].[PNO12], [h].[PNO34], [h].[PassengerCapacity], [h].[PhotoURLs], [h].[Reserved], [h].[SellingPrice], [h].[Special Field 1], [h].[Special Field 2], [h].[Special Field 3], [h].[Special Field 4], [h].[Stock], [h].[Style_Description], [h].[Subaru_Eyesight], [h].[Subaru_OnOrder], [h].[Subaru_Starlink], [h].[Subaru_VON], [h].[Toyota_Disclaimer], [h].[Transmission], [h].[Transmission_Description], [h].[Transmission_Speed], [h].[Trim], [h].[Type], [h].[VdvEligible], [h].[VehicleTypeID], [h].[Vehicle Video URL], [h].[VideoId], [h].[VIN], [h].[Wheelbase_Code], [h].[Windowstickerurl], [h].[Year], [h].[dio_SellingPrice]
FROM [HomenetVehicles] AS [h]
WHERE [h].[DealerID] = 26198 AND LOWER([h].[FordDirect_FeatureLabel]) = N'black label' AND LOWER([h].[Type]) = new
|
0.05 ms
|
View: Inventory/InventoryNew.cshtml — 0.05 ms
|
sql - CloseAsync
View: Inventory/InventoryNew.cshtml
0.16 ms (T+54.56 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
0.17 ms
|
View: Inventory/InventoryNew.cshtml — 0.17 ms
|
sql - OpenAsync
View: Inventory/InventoryNew.cshtml
0.23 ms (T+54.89 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.06 ms
|
View: Inventory/InventoryNew.cshtml — 0.06 ms
|
sql - ExecuteReader (Async)
View: Inventory/InventoryNew.cshtml
1.36 ms (T+55.18 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT TOP(1) [h].[DealerID], [h].[HomenetVehicleID], [h].[BMW_BEV], [h].[BMW_BEV_Disclaimer], [h].[BMW_M], [h].[BMW_PHEV], [h].[BMW_PHEV_Disclaimer], [h].[Best Price], [h].[Body], [h].[BookValue], [h].[Bottom Price], [h].[CarFaxHistory], [h].[CarfaxIconURL], [h].[Categorized Options], [h].[Certified], [h].[CertifiedType], [h].[CFModelName], [h].[ChromeDivisionID], [h].[Chrome_Style_info], [h].[CityMPG], [h].[DateInStock], [h].[Dealer Address], [h].[Dealer City], [h].[Dealer Discounted Price], [h].[Dealer Fax], [h].[Dealer Phone], [h].[Dealer State], [h].[Dealer Zip], [h].[Demo], [h].[Description], [h].[Doors], [h].[Drivetrain], [h].[ETA], [h].[Engine_Aspiration_Type], [h].[Engine_Block_Type], [h].[EngineCylinders], [h].[Engine_Description], [h].[EngineDisplacement], [h].[EngineDisplacementCubicInches], [h].[EPAClassification], [h].[Ext_Color_Code], [h].[Ext_Color_Generic], [h].[ExtColorHexCode], [h].[ExteriorColor], [h].[Factory_Codes], [h].[FirstPhotoUrl], [h].[FordDirect_AZPlan], [h].[FordDirect_FeatureLabel], [h].[FordDirect_LOBTypeId], [h].[FordDirect_VLPrice], [h].[FordDirect_XPlan], [h].[Fuel_Type], [h].[HighMSRP], [h].[HighwayMPG], [h].[HotListingExpiration], [h].[InProduction], [h].[InTransit], [h].[Int_Color_Code], [h].[Int_Color_Generic], [h].[IntColorHexCode], [h].[Int_Upholstery], [h].[InteriorColor], [h].[Internet_Price], [h].[Invoice], [h].[IsElectric], [h].[FordDirect_FCTP], [h].[IsHybrid], [h].[Loaner], [h].[LowestPayment], [h].[Make], [h].[MarketClass], [h].[Miles], [h].[Misc_Price1], [h].[Misc_Price2], [h].[Misc_Price3], [h].[Model], [h].[ModelNumber], [h].[MSRP], [h].[OEM_InstalledPackages], [h].[OneOwner], [h].[Options], [h].[Other Price], [h].[PNO12], [h].[PNO34], [h].[PassengerCapacity], [h].[PhotoURLs], [h].[Reserved], [h].[SellingPrice], [h].[Special Field 1], [h].[Special Field 2], [h].[Special Field 3], [h].[Special Field 4], [h].[Stock], [h].[Style_Description], [h].[Subaru_Eyesight], [h].[Subaru_OnOrder], [h].[Subaru_Starlink], [h].[Subaru_VON], [h].[Toyota_Disclaimer], [h].[Transmission], [h].[Transmission_Description], [h].[Transmission_Speed], [h].[Trim], [h].[Type], [h].[VdvEligible], [h].[VehicleTypeID], [h].[Vehicle Video URL], [h].[VideoId], [h].[VIN], [h].[Wheelbase_Code], [h].[Windowstickerurl], [h].[Year], [h].[dio_SellingPrice]
FROM [HomenetVehicles] AS [h]
WHERE [h].[DealerID] = 26198 AND [h].[FordDirect_FCTP] = CAST(1 AS bit) AND LOWER([h].[Type]) = new
|
0.04 ms
|
View: Inventory/InventoryNew.cshtml — 0.04 ms
|
sql - CloseAsync
View: Inventory/InventoryNew.cshtml
0.15 ms (T+56.58 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
0.05 ms
|
View: Inventory/InventoryNew.cshtml — 0.05 ms
|
sql - OpenAsync
View: Inventory/InventoryNew.cshtml
0.22 ms (T+56.78 ms)
|
<ImplementationAsync>b__0 > Start > MoveNext > <GetInventoryPaymentSettingsAsync>b__0 > Start > MoveNext > Start > Start
Connection OpenAsync()
|
4.64 ms
|
View: Inventory/InventoryNew.cshtml — 4.64 ms
|
sql - Reader
View: Inventory/InventoryNew.cshtml
1.09 ms (T+61.64 ms)
First Result: 1.01 ms
|
<ImplementationAsync>b__0 > Start > MoveNext > <GetInventoryPaymentSettingsAsync>b__0 > Start > MoveNext > Start > Start
SELECT TOP 1 InventoryPaymentSettingsID AS InventoryPaymentSettingsId
, AccountID AS AccountId
, ActivateNEW AS ActivateNew
, ActivateUSED AS ActivateUsed
, PaymentTypeID AS PaymentTypeId
, PriceTypeID AS PriceTypeId
, UseLeaseCash
, UseLeaseDealerCash
, UseRebate
, UseRebateDealerCash
, SellingPriceLabel
, UsedSellingPriceLabel
, ImageTypeID AS ImageTypeId
, CreatedDate
, ModifiedDate
, HideTotalSaving_YourPrice AS HideTotalSavingYourPrice
, HideNoMsrpVehicles
, ActiveBuyForPrice
, BuyForPriceTypeID
, ShowExpandedSavings
, ShowFees_Used AS ShowFeesUsed
, FeeLabel_Used AS FeeLabelUsed
, FinalPriceLabel_Used AS FinalPriceLabelUsed
, ShowFees_New AS ShowFeesNew
, FeeLabel_New AS FeeLabelNew
, FinalPriceLabel_New AS FinalPriceLabelNew
, ShowExpandedSavings_Used AS ShowExpandedSavingsUsed
, SellingPriceLabelForCash
, UsedSellingPriceLabelForCash
, UsedMsrpLabel
, MiscPriceTypeID_New
, HideNewFinalPrice
, HideUsedFinalPrice
, HideNewCashFinalPrice
, HideUsedCashFinalPrice
, HideNewDiscount
, HideUsedDiscount
, NewMsrpLabel
, ListPriceLabel
, ListPriceField
, DiscountLabel
, DiscountLabelUsed
, RebateLabelUsed
, ShowExpandedSavings_New_SRP
, ShowExpandedSavings_Used_SRP
, ShowDealerMarkup
, DealerMarkupLabel
, ShowDealerMarkupUsed
, DealerMarkupLabelUsed
, HideUsedSavingsAndPrice
, HideUsedWithoutPrice
, HideNewWithoutPrice
, ListPriceLabelUsed
, ListPriceFieldUsed
, AlwaysShowMSRP
, AlwaysShowMSRPUsed
, RebateLabelNew
, ShowConditionalRebates
, ShowHighMSRP
, ShowRebatesDetails
, ShowPackageSavingsDetails
, ShowPlusAndMinus
, HideConditionalRebatesTotal
, ConditionalRebatesBreakoutIncentives
, ConditionalRebatesBreakoutIncentivesForVDP
, ListPriceFieldPositionNew
, ListPriceFieldPositionUsed
, AddRebateToBuyFor
, HideNewMSRP
, ShowLeaseFinalPriceSRP
, ShowLeaseFinalPriceVDP
, ShowDealerDiscountPrice
, ShowExpandedFeesNewSRP
, ShowExpandedFeesNewVDP
, ShowExpandedFeesUsedSRP
, ShowExpandedFeesUsedVDP
, HideNewSavingsAndPriceSRP
, ShowRebatesBreakoutSRP
, ShowRebatesBreakoutVDP
, UnBoldFinalPrice
, DealerDiscountedPriceLabel
, FinancePriceTypeID
, ShowExpandedSavingsLeaseVDP
, ShowMSRPOnLeaseSRP
, ShowMSRPOnLeaseVDP
, ShowFinalConditionalPriceSRP
, ShowFinalConditionalPriceVDP
, FinalConditionalPrice
, ShowFinancePriceStack
, ShowTaxesNew
, ShowTaxesUsed
, DemoLoanerDiscountLabel
, BuyForPriceTypeID_used
, ShowDealerDiscountPrice_Used
, DealerDiscountedPriceLabel_Used
, TotalSavingsNew
, TotalSavingsUsed
, LeaseFinalPriceLabel
, ShowMinusOnConditionalOffers
, ShowPriceAfterRebates
, ConditionalOffersHeaderLabel
, DisplayIncentiveDetailsInsteadOfQuestionMarkIcon
, ConditionalsDisplayDetailsInsteadOfQuestionMarkIcon
, TransactFinalPriceLabel_Used
, ShowAlternatePriceForVDP
, ShowAlternatePriceForSRP
, AlternatePriceTypeId
, ShowAZXPricePlanLablesOnSRP
, ShowAZXPricePlanLablesOnVDP
, EnableDynamicPriceStack_New as EnableDynamicPriceStackNew
, EnableDynamicPriceStack_Used as EnableDynamicPriceStackUsed
, ShowAZXPlanDescription
FROM ADV_DealershipInventoryPaymentSettings
WHERE AccountID = 26198
|
sql - Close
View: Inventory/InventoryNew.cshtml
0.10 ms (T+62.74 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
0.16 ms
|
View: Inventory/InventoryNew.cshtml — 0.09 ms
|
sql - OpenAsync
View: Shared/Partials/TrackingPixels/_TrackingPixel.cshtml
0.28 ms (T+63.00 ms)
|
MoveNext > GetTrackingPixels > Start > MoveNext > Start > MoveNext > GetTrackingPixelsAsync > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.10 ms
|
View: Shared/Partials/TrackingPixels/_TrackingPixel.cshtml — 0.10 ms
|
sql - Reader
View: Shared/Partials/TrackingPixels/_TrackingPixel.cshtml
0.77 ms (T+63.38 ms)
First Result: 0.74 ms
|
MoveNext > GetTrackingPixels > Start > MoveNext > Start > MoveNext > GetTrackingPixelsAsync > Start > MoveNext > Start > Start
SELECT * FROM [TrackingPixels] TP WHERE TP.CampaignID = 610 AND TP.Location IN ('InventorySearch', 'InventorySearchNEW') AND TrackingDISABLE = 0;
|
sql - Close
View: Shared/Partials/TrackingPixels/_TrackingPixel.cshtml
0.11 ms (T+64.17 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
8.90 ms
|
View: Inventory/InventoryNew.cshtml — 8.68 ms
|
sql - OpenAsync
View: Shared/Partials/Inventory/_Inventory_MultiSelection_Left_Filters.cshtml
0.32 ms (T+73.18 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.05 ms
|
View: Shared/Partials/Inventory/_Inventory_MultiSelection_Left_Filters.cshtml — 0.05 ms
|
sql - ExecuteReader (Async)
View: Shared/Partials/Inventory/_Inventory_MultiSelection_Left_Filters.cshtml
0.72 ms (T+73.55 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT TOP(1) [d].[Id], [d].[CampaignId], [d].[ContactUsShowDealerSelection], [d].[HideLocationInGroupSRP], [d].[SellUsYourCarShowDealerSelection], [d].[ServiceScheduleShowDealerSelection], [d].[UseLocationPhoneNumberonForms], [d].[ValueMyTradeShowDealerSelection]
FROM [DealerGroupSettings] AS [d]
WHERE [d].[CampaignId] = 610
|
0.05 ms
|
View: Shared/Partials/Inventory/_Inventory_MultiSelection_Left_Filters.cshtml — 0.05 ms
|
sql - CloseAsync
View: Shared/Partials/Inventory/_Inventory_MultiSelection_Left_Filters.cshtml
0.16 ms (T+74.32 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
0.46 ms
|
View: Inventory/InventoryNew.cshtml — 0.29 ms
|
sql - OpenAsync
View: Shared/Partials/Inventory/_NewStep1Listing.cshtml
0.32 ms (T+74.94 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.04 ms
|
View: Shared/Partials/Inventory/_NewStep1Listing.cshtml — 0.04 ms
|
sql - ExecuteReader (Async)
View: Shared/Partials/Inventory/_NewStep1Listing.cshtml
0.83 ms (T+75.30 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT TOP(1) [r].[Id], [r].[AltText], [r].[AltTextReserveYourVehicleCardSRPStep1], [r].[AltTextReserveYourVehicleCardSRPStep2], [r].[AltTextReserveYourVehicleCardSRPUsed], [r].[CampaignID], [r].[CreatedDate], [r].[Disclaimer], [r].[EnableCallforPrice], [r].[EnableReserveYourCarInSRPUsed], [r].[EnableReserveYourCarPermanentlyActiveSrpUsed], [r].[EnableReserveYourCarPermanentlyActiveinstep1Srp], [r].[EnableReserveYourCarPermanentlyActiveinstep2Srp], [r].[ExcludeModels], [r].[ExcludeTrims], [r].[ExcludeYears], [r].[FormHeader], [r].[HeaderText], [r].[HideEstimatedMPG], [r].[HideMSRP], [r].[LogoImageId], [r].[ModifiedDate], [r].[RadioLabel1], [r].[RadioLabel2], [r].[ReserveYourVehicleCardSRPStep1Redirection], [r].[ReserveYourVehicleCardSRPStep1URL], [r].[ReserveYourVehicleCardSRPStep2Redirection], [r].[ReserveYourVehicleCardSRPStep2URL], [r].[ReserveYourVehicleCardSRPUsedRedirection], [r].[ReserveYourVehicleCardSRPUsedURL], [r].[ReserveYourVehicleCardSrpStep1FromDate], [r].[ReserveYourVehicleCardSrpStep1ToDate], [r].[ReserveYourVehicleCardSrpStep2FromDate], [r].[ReserveYourVehicleCardSrpStep2ToDate], [r].[ReserveYourVehicleCardSrpUsedFromDate], [r].[ReserveYourVehicleCardSrpUsedToDate], [r].[SRPReserveYourVehicleCardTitle], [r].[SRPReserveYourVehicleLink], [r].[SRPReserveYourVehicleLinkRedirection], [r].[SrpButtonBorderColor], [r].[SrpButtonColor], [r].[SrpButtonFontColor], [r].[SrpButtonHoverColor], [r].[SrpButtonText], [r].[SrpUsedButtonText], [r].[Step1Header], [r].[Step2Header], [r].[Step3Header], [r].[ThankYouMessage], [r].[UsedReserveYourVehicleCardTitle], [r].[UsedSRPReserveYourVehicleLinkRedirection], [r].[UsedSrpReserveYourVehicleLink], [r].[VehicleCardImageId], [r].[VehicleCardSrpStep2ImageId], [r].[VehicleCardSrpUsedImageId]
FROM [ReserveYourCarSettings] AS [r]
WHERE [r].[CampaignID] = 610
|
0.16 ms
|
View: Shared/Partials/Inventory/_NewStep1Listing.cshtml — 0.16 ms
|
sql - CloseAsync
View: Shared/Partials/Inventory/_NewStep1Listing.cshtml
0.14 ms (T+76.29 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
1.29 ms
|
Redis Key: dealerCampaignSeoEnabled.teamvstaging.com.dealerCampaignSeoEnabled — 0.80 ms
|
sql - OpenAsync
View: Shared/Partials/Scripts/InventoryListingNewJsonLD.cshtml
0.19 ms (T+77.72 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.04 ms
|
View: Shared/Partials/Scripts/InventoryListingNewJsonLD.cshtml — 0.04 ms
|
sql - ExecuteReader (Async)
View: Shared/Partials/Scripts/InventoryListingNewJsonLD.cshtml
0.60 ms (T+77.95 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT CASE
WHEN EXISTS (
SELECT 1
FROM [CampaignSeoSettings] AS [c]
WHERE [c].[CampaignId] = 610 AND [c].[IsActive] = CAST(1 AS bit) AND [c].[IsRobotsEnabled] = CAST(1 AS bit)) THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END
|
0.04 ms
|
View: Shared/Partials/Scripts/InventoryListingNewJsonLD.cshtml — 0.04 ms
|
sql - CloseAsync
View: Shared/Partials/Scripts/InventoryListingNewJsonLD.cshtml
0.15 ms (T+78.59 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
0.73 ms
|
View: Shared/Partials/Inventory/_NewStep1Listing.cshtml — 0.48 ms
|
sql - OpenAsync
View: Shared/_Website_Gemini.cshtml
0.38 ms (T+79.47 ms)
|
GetHeadAndBodyPixelsWithCondition > Start > MoveNext > GetCampaignPixelsAsync > Start > MoveNext > GetTrackingPixels > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.03 ms
|
View: Shared/_Website_Gemini.cshtml — 0.03 ms
|
sql - Reader
View: Shared/_Website_Gemini.cshtml
1.04 ms (T+79.88 ms)
First Result: 0.88 ms
|
GetHeadAndBodyPixelsWithCondition > Start > MoveNext > GetCampaignPixelsAsync > Start > MoveNext > GetTrackingPixels > Start > MoveNext > Start > Start
SELECT * FROM TrackingPixels WHERE CampaignId = 610 AND TrackingDISABLE = 0;
|
sql - Close
View: Shared/_Website_Gemini.cshtml
0.08 ms (T+80.92 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
0.79 ms
|
View: Shared/_Website_Gemini.cshtml — 0.66 ms
|
sql - OpenAsync
Component (Invoke): SeoTags
0.26 ms (T+81.79 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.04 ms
|
Component (Invoke): SeoTags — 0.04 ms
|
sql - ExecuteReader (Async)
Component (Invoke): SeoTags
0.62 ms (T+82.09 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT TOP(1) [t].[Id], [t].[IsActive], [t].[ThemeName]
FROM [ThemeSEOSettings] AS [t]
WHERE [t].[ThemeName] = 'Ford'
|
0.06 ms
|
Component (Invoke): SeoTags — 0.06 ms
|
sql - CloseAsync
Component (Invoke): SeoTags
0.14 ms (T+82.77 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
4.07 ms
|
Redis Key: dealerCampaignProgramSettings.teamvstaging.com.610.dealerCampaignProgramSettings — 1.07 ms
|
sql - OpenAsync
View: Shared/Partials/WindowVariable/WindowVariables.cshtml
0.20 ms (T+86.98 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.04 ms
|
View: Shared/Partials/WindowVariable/WindowVariables.cshtml — 0.04 ms
|
sql - ExecuteReader (Async)
View: Shared/Partials/WindowVariable/WindowVariables.cshtml
0.56 ms (T+87.22 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT TOP(1) [e].[Id], [e].[CampaignId], [e].[CreatedDate], [e].[FeaturedSpecial], [e].[ModifiedDate], [e].[SRPMouseOver], [e].[SpecialRotator]
FROM [EnhancedMediaAssetSettings] AS [e]
WHERE [e].[CampaignId] = 610
|
0.03 ms
|
View: Shared/Partials/WindowVariable/WindowVariables.cshtml — 0.03 ms
|
sql - CloseAsync
View: Shared/Partials/WindowVariable/WindowVariables.cshtml
0.14 ms (T+87.81 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
0.99 ms
|
Redis Key: precisionbonusoffer.teamvstaging.com.610.precisionbonusoffer — 0.94 ms
|
sql - OpenAsync
View: Shared/Partials/WindowVariable/WindowVariables.cshtml
0.17 ms (T+88.94 ms)
|
RunInternal > MoveNext > GetDigitalScriptConfig > Start > MoveNext > QueryMultipleAsync > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.08 ms
|
View: Shared/Partials/WindowVariable/WindowVariables.cshtml — 0.08 ms
|
sql - Reader
View: Shared/Partials/WindowVariable/WindowVariables.cshtml
0.66 ms (T+89.19 ms)
First Result: 0.61 ms
|
RunInternal > MoveNext > GetDigitalScriptConfig > Start > MoveNext > QueryMultipleAsync > Start > MoveNext > Start > Start
SELECT
TOP 1
Id,
AdwordsConversionId,
SalesConversionLabel,
ServiceConversionLabel,
FacebookPixelId,
ConversionAPIKey,
EnableEvoxDriveIn
FROM
dbo.Dealer_Digital WHERE DealerId = 26198
SELECT
TagType,
Template
FROM dbo.DigitalTagTemplates
|
0.66 ms
|
View: Shared/Partials/WindowVariable/WindowVariables.cshtml — 0.66 ms
|
sql - OpenAsync
View: Shared/Partials/WindowVariable/WindowVariables.cshtml
0.21 ms (T+90.51 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.04 ms
|
View: Shared/Partials/WindowVariable/WindowVariables.cshtml — 0.04 ms
|
sql - ExecuteReader (Async)
View: Shared/Partials/WindowVariable/WindowVariables.cshtml
0.57 ms (T+90.76 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT TOP(1) [d].[AccountID], [d].[CampaignID], [d].[DigitalAnalyticsKey], [d].[WebsiteAnalyticsKey]
FROM [Dealer_GA_MeasurementKeys] AS [d]
WHERE [d].[CampaignID] = 610
|
0.04 ms
|
View: Shared/Partials/WindowVariable/WindowVariables.cshtml — 0.04 ms
|
sql - CloseAsync
View: Shared/Partials/WindowVariable/WindowVariables.cshtml
0.14 ms (T+91.37 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
2.18 ms
|
Redis Key: DigitalRetailerSettings.teamvstaging.com_26198.DigitalRetailerSettings — 0.87 ms
|
sql - OpenAsync
View: Shared/Partials/Inventory/_SRP_HeadElement_Scripts.cshtml
0.26 ms (T+93.69 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.04 ms
|
View: Shared/Partials/Inventory/_SRP_HeadElement_Scripts.cshtml — 0.04 ms
|
sql - ExecuteReader (Async)
View: Shared/Partials/Inventory/_SRP_HeadElement_Scripts.cshtml
0.68 ms (T+93.99 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT TOP(1) [d].[Id], [d].[ActivEngageButtounLabelDesktop], [d].[ActivEngageButtounLabelMobile], [d].[ApiKey], [d].[CTXIdNew], [d].[CTXIdUsed], [d].[CampaignId], [d].[ClientId], [d].[DiscountUsedDetails], [d].[EnableDiscountUsedDetails], [d].[EnableFinalPriceUsedDetails], [d].[EnableListPriceUsedDetails], [d].[EnableTagRailIntegration], [d].[EnableTextium], [d].[FinalPriceUsedDetails], [d].[IPacketAPIKey], [d].[ListPriceUsedDetails], [d].[OpenIPacketUsingModalPopupVersion], [d].[ShowMileageNewVehicles], [d].[SourceId], [d].[TagRailDealerId], [d].[TagRailPurchaseOnlineLabel], [d].[TagRailValueYourTradeLabel], [d].[TransactButtonBorderColor], [d].[TransactCPOButtonColor], [d].[TransactCPOFontColor], [d].[TransactCpoButtonBorderColor], [d].[TransactUsedButtonBorderColor], [d].[TransactUsedButtonColor], [d].[TransactUsedFontColor], [d].[WhispTextPidNew], [d].[WhispTextPidUsed], [d].[WhispTextPidVdpNew], [d].[WhispTextPidVdpUsed], [d].[WhispTextSrp], [d].[WhispTextSrpButtonLabel], [d].[WhispTextVdp], [d].[WhispTextVdpButtonLabel]
FROM [DealerCampaignSrpVdpSettings] AS [d]
WHERE [d].[CampaignId] = 610
|
0.08 ms
|
View: Shared/Partials/Inventory/_SRP_HeadElement_Scripts.cshtml — 0.08 ms
|
sql - CloseAsync
View: Shared/Partials/Inventory/_SRP_HeadElement_Scripts.cshtml
0.14 ms (T+94.75 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
0.42 ms
|
View: Shared/_Website_Gemini.cshtml — 0.15 ms
|
sql - OpenAsync
View: Shared/Components/Header/Website_Gemini_Header_Utility_WithNav_Desktop.cshtml
0.36 ms (T+95.31 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.04 ms
|
View: Shared/Components/Header/Website_Gemini_Header_Utility_WithNav_Desktop.cshtml — 0.04 ms
|
sql - ExecuteReader (Async)
View: Shared/Components/Header/Website_Gemini_Header_Utility_WithNav_Desktop.cshtml
0.76 ms (T+95.71 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT [b].[Id], [b].[CampaignId], [b].[ClosureDepartments], [b].[FromTime], [b].[HolidayDay], [b].[HolidayMonth], [b].[HolidayName], [b].[IsFullDay], [b].[MonthNumber], [b].[ToTime]
FROM [BusinessHolidayHours] AS [b]
WHERE [b].[CampaignId] = 610
|
0.07 ms
|
View: Shared/Components/Header/Website_Gemini_Header_Utility_WithNav_Desktop.cshtml — 0.07 ms
|
sql - CloseAsync
View: Shared/Components/Header/Website_Gemini_Header_Utility_WithNav_Desktop.cshtml
0.14 ms (T+96.54 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
2.73 ms
|
Redis Key: MenuCache.teamvstaging.com.MenuCache — 1.49 ms
|
sql - OpenAsync
View: Shared/Partials/Inventory/_SRP_ClosingBodyTag_Scripts.cshtml
0.31 ms (T+99.41 ms)
|
OpenAsync > Start > MoveNext > OpenInternalAsync > Start > MoveNext > ConnectionOpeningAsync > DispatchEventData > Write
Connection OpenAsync()
|
0.04 ms
|
View: Shared/Partials/Inventory/_SRP_ClosingBodyTag_Scripts.cshtml — 0.04 ms
|
sql - ExecuteReader (Async)
View: Shared/Partials/Inventory/_SRP_ClosingBodyTag_Scripts.cshtml
0.69 ms (T+99.76 ms)
|
InitializeReaderAsync > Start > MoveNext > ExecuteReaderAsync > Start > MoveNext > CommandReaderExecutingAsync > DispatchEventData > Write
SELECT TOP(1) [o].[Id], [o].[ButtonImgUrl], [o].[CampaignId], [o].[ColorPrimary], [o].[ColorSecondary], [o].[EnableOfferLogixBuyerCall], [o].[InfoSectionBackground], [o].[OpenHours], [o].[Phonenumber], [o].[Source], [o].[SubTitle], [o].[Title]
FROM [OfferLogixBuyerCallSettings] AS [o]
WHERE [o].[CampaignId] = 610
|
0.07 ms
|
View: Shared/Partials/Inventory/_SRP_ClosingBodyTag_Scripts.cshtml — 0.07 ms
|
sql - CloseAsync
View: Shared/Partials/Inventory/_SRP_ClosingBodyTag_Scripts.cshtml
0.15 ms (T+100.52 ms)
|
DisposeAsync > DisposeAsync > Start > MoveNext > CloseAsync > Start > MoveNext > ConnectionClosingAsync > DispatchEventData > Write
Connection CloseAsync()
|
0.13 ms
|
View: Shared/_Website_Gemini.cshtml — 0.10 ms
|
sql - OpenAsync
View: Shared/Partials/Scripts/_AccessibilitySettingsScript.cshtml
0.27 ms (T+100.80 ms)
|
MoveNext > ExecuteAsync > Start > MoveNext > GetAsync > Start > MoveNext > GetByCampaignIdAsync > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.03 ms
|
View: Shared/Partials/Scripts/_AccessibilitySettingsScript.cshtml — 0.03 ms
|
sql - Reader
View: Shared/Partials/Scripts/_AccessibilitySettingsScript.cshtml
0.65 ms (T+101.10 ms)
First Result: 0.63 ms
|
MoveNext > ExecuteAsync > Start > MoveNext > GetAsync > Start > MoveNext > GetByCampaignIdAsync > Start > MoveNext > Start > Start
SELECT * FROM dbo.AccessibilitySettings WHERE CampaignId = 610
|
sql - Close
View: Shared/Partials/Scripts/_AccessibilitySettingsScript.cshtml
0.09 ms (T+101.75 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
0.03 ms
|
View: Shared/Partials/Scripts/_AccessibilitySettingsScript.cshtml — 0.03 ms
|
sql - OpenAsync
View: Shared/Partials/Scripts/_AccessibilitySettingsScript.cshtml
0.15 ms (T+101.87 ms)
|
GetAccessiBeSettingsByAccessibilitySettingsIdAsync > Start > MoveNext > GetByAccessibiltySettingsIdAsync > Start > MoveNext > Start > Start
Connection OpenAsync()
|
0.06 ms
|
View: Shared/Partials/Scripts/_AccessibilitySettingsScript.cshtml — 0.06 ms
|
sql - Reader
View: Shared/Partials/Scripts/_AccessibilitySettingsScript.cshtml
0.57 ms (T+102.08 ms)
First Result: 0.54 ms
|
GetAccessiBeSettingsByAccessibilitySettingsIdAsync > Start > MoveNext > GetByAccessibiltySettingsIdAsync > Start > MoveNext > Start > Start
SELECT
[Id]
, [AccessibilitySettingId]
, [StatementLink]
, [FooterHtml]
, [HideMobile]
, [HideTrigger]
, [Language]
, [Position]
, [LeadColor]
, [TriggerColor]
, [TriggerRadius]
, [TriggerPositionX]
, [TriggerPositionY]
, [TriggerIcon]
, [TriggerSize]
, [TriggerOffsetX]
, [TriggerOffsetY]
, [Mobile_TriggerSize] AS MobileTriggerSize
, [Mobile_TriggerPositionX] AS MobileTriggerPositionX
, [Mobile_TriggerPositionY] AS MobileTriggerPositionY
, [Mobile_TriggerOffsetX] AS MobileTriggerOffsetX
, [Mobile_TriggerOffsetY] AS MobileTriggerOffsetY
, [Mobile_TriggerRadius] AS MobileTriggerRadius
FROM
dbo.AccessiBeSettings
WHERE AccessibilitySettingId = 27
|
sql - Close
View: Shared/Partials/Scripts/_AccessibilitySettingsScript.cshtml
0.08 ms (T+102.65 ms)
|
RunOrScheduleAction > MoveNext > RunInternal > TrySetResult > RunContinuations > RunOrScheduleAction > MoveNext > RunInternal
Connection Close()
|
9.12 ms
|
View: ~/Views/Inventory/InventoryNew.cshtml — 6.96 ms
|