coldbydefault-portfolio
    Preparing search index...

    Interface PageSpeedResult

    interface PageSpeedResult {
        loadingExperience?: {
            metrics: {
                CUMULATIVE_LAYOUT_SHIFT_SCORE?: { percentile: number };
                FIRST_CONTENTFUL_PAINT_MS?: { percentile: number };
                FIRST_INPUT_DELAY_MS?: { percentile: number };
                LARGEST_CONTENTFUL_PAINT_MS?: { percentile: number };
            };
        };
        metrics: PageSpeedMetrics;
        strategy: "mobile"
        | "desktop";
        url: string;
    }
    Index

    Properties

    loadingExperience?: {
        metrics: {
            CUMULATIVE_LAYOUT_SHIFT_SCORE?: { percentile: number };
            FIRST_CONTENTFUL_PAINT_MS?: { percentile: number };
            FIRST_INPUT_DELAY_MS?: { percentile: number };
            LARGEST_CONTENTFUL_PAINT_MS?: { percentile: number };
        };
    }
    strategy: "mobile" | "desktop"
    url: string