Skip to content

Core Web Vitals Report #3

Closed
Closed
@maceto

Description

@maceto

Could you describe the origin/source of this data?

[
	{
		date: '2020-01-01',
		technology: 'Wordpress',
		vitals: [
			{
				name: 'overall',
				tested: 10,
				desktop: {
					good_number: 1,
					good_percentage: 0.1, // Can be calculated in FE too, don't think it's super necessary that the % comes from the api as long as we have the eligible for testing nr to divide it with
				},
				mobile: {
					good_number: 3,
					// good_percentage: 0.3,
				},
				across_dataset: {
					good_number: 3,
				},
			},
			{
				name: 'FID',
				tested: 9,
				desktop: {
					good_number: 3,
					// good_percentage: 0.33, 
				},
				mobile: {
					good_number: 2,
					// good_percentage: 0.22,
				},
			},
			...
		],
	}
]

The goal is to create a script to query this data from BQ transform and save it in Firestore.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions