Page summary

https://www.antikeo.com/

Tested 2025-08-02 01:38:48 using Chrome 132.0.6834.83 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Third party axe
| Summary | | Download Video | Download Timeline Log | Download HAR | 

Summary

MetricValue
Page metrics
Performance Score54
Total Page Transfer Size3.7 MB
Requests78
Timing metrics
TTFB [median]149 ms
First Paint [median]506 ms
Fully Loaded [median]4.913 s
Google Web Vitals
TTFB [median]149 ms
First Contentful Paint (FCP) [median]506 ms
Largest Contentful Paint (LCP) [median]768 ms
Cumulative Layout Shift (CLS) [median]0.02
Interaction To Next Paint (INP) [median]144 ms
Total Blocking Time [median]379 ms
Max Potential FID [median]150 ms
CPU metrics
CPU long tasks [median]12
CPU longest task duration434 ms
CPU last long task happens at4.375 s
Visual Metrics
First Visual Change [median]500 ms
Speed Index [median]1.085 s
Visual Complete 85% [median]2.336 s
Visual Complete 99% [median]2.336 s
Last Visual Change [median]2.336 s
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange334 ms500 ms522 ms733 ms
LastVisualChange2.167 s2.336 s3.768 s6.800 s
SpeedIndex677 ms1.085 s1.445 s2.572 s
LargestImage1.134 s1.301 s2.200 s4.166 s
Heading567 ms767 ms1.222 s2.333 s
LargestContentfulPaint2.034 s2.336 s3.723 s6.800 s
LastMeaningfulPaint2.034 s2.336 s3.723 s6.800 s
VisualReadiness1.833 s1.836 s3.245 s6.067 s
VisualComplete851.100 s2.336 s2.912 s5.300 s
VisualComplete951.934 s2.336 s3.634 s6.633 s
VisualComplete992.167 s2.336 s3.768 s6.800 s
Google Web Vitals
Time To First Byte (TTFB)144 ms149 ms156 ms175 ms
Largest Contentful Paint (LCP)554 ms768 ms1.212 s2.314 s
First Contentful Paint (FCP)310 ms506 ms515 ms730 ms
Cumulative Layout Shift (CLS)0.01550.01770.01730.0187
More metrics
firstPaint310 ms506 ms515 ms730 ms
loadEventEnd1.713 s2.061 s3.398 s6.419 s
CPU
Total Blocking Time235 ms379 ms1.372 s3.502 s
Max Potential FID123 ms150 ms236 ms434 ms
CPU long tasks 11121832
CPU last long task happens at4.084 s4.375 s5.621 s8.405 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.5 sFirst Visual Change 500 ms
0.6 sFirst Contentful Paint 506 msLayout Shift 0.00175 513 msLayout Shift 0.00670 528 msCPU Long Task duration 72 ms
0.7 sLayout Shift 0.00531 615 ms
0.8 sLayout Shift 0.00110 702 msCPU Long Task duration 53 msHeading 767 msLCP <DIV> 768 msCPU Long Task duration 74 ms
0.9 sLayout Shift 0.00051 871 msCPU Long Task duration 50 ms
1 s
1.1 sLayout Shift 0.00017 1.060 s
1.2 sDOM Content Loaded Time 1.120 s
1.3 s
1.4 sLargest Image 1.301 s
1.5 s
1.6 s
1.7 s
1.8 sCPU Long Task duration 60 ms
1.9 sCPU Long Task duration 133 ms
2 s
2.1 sPage Load Time 2.057 s
2.2 s
2.3 s
2.4 sLast Visual Change 2.336 sVisual Complete 85% 2.336 sVisual Complete 95% 2.336 sVisual Complete 99% 2.336 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.1.1.

I am the coach

Coach score

Performance advice (54)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 3 blocking requests and 5 in body parser blocking (5 JavaScript and 3 CSS). There are 2 potentially render blocking requests. You need to verify if they are render blocking: https://apis.google.com/js/platform.js https://www.googletagmanager.com/gtag/js?id=G-2M8CLPGL2R48
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://www.antikeo.com/assets/js/jquery-3.7.0.min.js
  • https://cdnjs.cloudflare.com/ajax/libs/jquery-expander/1.7.0/jquery.expander.min.js
  • https://www.antikeo.com/assets/vendor/bootstrap/js/popper.min.js
  • https://www.antikeo.com/assets/vendor/bootstrap/js/bootstrap.min.js
  • https://www.antikeo.com/assets/js/plugins-1.6.js
  • Don't scale images in the browser (avoidScalingImages)The page has 11 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.0
    Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
    Offenders:
  • https://www.antikeo.com/uploads/logo/logo_678cdec402381.png
  • data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K
  • https://www.antikeo.com/uploads/category/mobilier_summer.png
  • https://www.antikeo.com/uploads/category/peinture_summer.png
  • https://www.antikeo.com/uploads/category/sculpture_summer.png
  • https://www.antikeo.com/uploads/category/objet_decoration_summer.png
  • https://www.antikeo.com/uploads/collections/grand_large.jpg
  • data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTQ2Mi43NjMsMTM3Ljg1NmMtMC44LTEuOTUyLTEuOTg0LTMuNzEyLTMuNDU2LTUuMTg0TDMzMS4zMzksNC43MDRjLTEuNDcyLTEuNDcyLTMuMjMyLTIuNjU2LTUuMTg0LTMuNDU2ICAgIGMtMS45Mi0wLjgtNC0xLjI0OC02LjE0NC0xLjI0OGgtMjA4Yy0xNy42MzIsMC0zMiwxNC4zNjgtMzIsMzJ2MTQ0YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZjOC44MzIsMCwxNi03LjE2OCwxNi0xNlYzMmgxOTJ2OTYgICAgYzAsMTcuNjMyLDE0LjM2OCwzMiwzMiwzMmg5NnYyNTZoLTE5MmMtOC44MzIsMC0xNiw3LjE2OC0xNiwxNmMwLDguODMyLDcuMTY4LDE2LDE2LDE2aDE5MmMxNy42MzIsMCwzMi0xNC4zNjgsMzItMzJWMTQ0ICAgIEM0NjQuMDExLDE0MS44NTYsNDYzLjU2MywxMzkuNzc2LDQ2Mi43NjMsMTM3Ljg1NnogTTMzNi4wMTEsMTI4VjU0LjYyNEw0MDkuMzg3LDEyOEgzMzYuMDExeiIgZmlsbD0iI2Q3MDAwMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNMTc1LjU2Myw0NjAuMTI4bC0yNC41MTItOTguMzM2YzE1LjI5Ni0xNC41OTIsMjQuOTYtMzUuMDQsMjQuOTYtNTcuNzkyYzAtNDQuMDk2LTM1LjkwNC04MC04MC04MHMtODAsMzUuOTA0LTgwLDgwICAgIGMwLDIyLjc1Miw5LjY2NCw0My4yLDI0Ljk2LDU3Ljc5MmwtMjQuNTEyLDk4LjMzNmMtMS41MDQsNi4wNDgsMC42NzIsMTIuNDQ4LDUuNTM2LDE2LjM1MmM0Ljg2NCwzLjkzNiwxMS41ODQsNC42MDgsMTcuMTUyLDEuODI0ICAgIGw1Ni44NjQtMjguNDE2bDU2LjgzMiwyOC40MTZjMi4yNzIsMS4xMiw0LjczNiwxLjY5Niw3LjE2OCwxLjY5NmMzLjU1MiwwLDcuMTA0LTEuMTg0LDEwLjAxNi0zLjUyICAgIEMxNzQuODkxLDQ3Mi41NzYsMTc3LjA2Nyw0NjYuMTc2LDE3NS41NjMsNDYwLjEyOHogTTEwMy4xNDcsNDE3LjY5NmMtNC41MTItMi4yNC05LjgyNC0yLjI0LTE0LjMwNCwwbC0zMi45MjgsMTYuNDQ4ICAgIGwxMy42OTYtNTQuOTc2YzguMzIsMi45NDQsMTcuMTIsNC44MzIsMjYuNCw0LjgzMmM5LjI4LDAsMTguMDgtMS44ODgsMjYuMzY4LTQuODMybDEzLjY5Niw1NC45NzZMMTAzLjE0Nyw0MTcuNjk2eiBNOTYuMDExLDM1MiAgICBjLTI2LjQ2NCwwLTQ4LTIxLjUzNi00OC00OHMyMS41MzYtNDgsNDgtNDhzNDgsMjEuNTM2LDQ4LDQ4UzEyMi40NzUsMzUyLDk2LjAxMSwzNTJ6IiBmaWxsPSIjZDcwMDAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnPgoJCTxwYXRoIGQ9Ik0yNTYuMDExLDk2aC05NmMtOC44MzIsMC0xNiw3LjE2OC0xNiwxNmMwLDguODMyLDcuMTY4LDE2LDE2LDE2aDk2YzguODMyLDAsMTYtNy4xNjgsMTYtMTYgICAgQzI3Mi4wMTEsMTAzLjE2OCwyNjQuODQzLDk2LDI1Ni4wMTEsOTZ6IiBmaWxsPSIjZDcwMDAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnPgoJCTxwYXRoIGQ9Ik0zODQuMDExLDE5MmgtMTkyYy04LjgzMiwwLTE2LDcuMTY4LTE2LDE2YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoMTkyYzguODMyLDAsMTYtNy4xNjgsMTYtMTYgICAgQzQwMC4wMTEsMTk5LjE2OCwzOTIuODQzLDE5MiwzODQuMDExLDE5MnoiIGZpbGw9IiNkNzAwMDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTM4NC4wMTEsMjg4aC0xNjBjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZjMCw4LjgzMiw3LjE2OCwxNiwxNiwxNmgxNjBjOC44MzIsMCwxNi03LjE2OCwxNi0xNiAgICBDNDAwLjAxMSwyOTUuMTY4LDM5Mi44NDMsMjg4LDM4NC4wMTEsMjg4eiIgZmlsbD0iI2Q3MDAwMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=
  • data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTQ5NiwzMTkuOTk2Yy04LjgzMiwwLTE2LDcuMTY4LTE2LDE2djExMkgzMnYtMTkyaDE3NmM4LjgzMiwwLDE2LTcuMTY4LDE2LTE2YzAtOC44MzItNy4xNjgtMTYtMTYtMTZIMzJ2LTY0aDE3NiAgICBjOC44MzIsMCwxNi03LjE2OCwxNi0xNmMwLTguODMyLTcuMTY4LTE2LTE2LTE2SDMyYy0xNy42NjQsMC0zMiwxNC4zMzYtMzIsMzJ2Mjg4YzAsMTcuNjY0LDE0LjMzNiwzMiwzMiwzMmg0NDggICAgYzE3LjY2NCwwLDMyLTE0LjMzNiwzMi0zMnYtMTEyQzUxMiwzMjcuMTY0LDUwNC44MzIsMzE5Ljk5Niw0OTYsMzE5Ljk5NnoiIGZpbGw9IiNkNzAwMDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTE0NCwzMTkuOTk2SDgwYy04LjgzMiwwLTE2LDcuMTY4LTE2LDE2YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoNjRjOC44MzIsMCwxNi03LjE2OCwxNi0xNiAgICBDMTYwLDMyNy4xNjQsMTUyLjgzMiwzMTkuOTk2LDE0NCwzMTkuOTk2eiIgZmlsbD0iI2Q3MDAwMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNNTAyLjMwNCw4MS4yNzZsLTExMi00OGMtNC4wNjQtMS42OTYtOC41NzYtMS42OTYtMTIuNjQsMGwtMTEyLDQ4Yy01Ljg1NiwyLjUyOC05LjY2NCw4LjMyLTkuNjY0LDE0LjcydjY0ICAgIGMwLDg4LjAzMiwzMi41NDQsMTM5LjQ4OCwxMjAuMDMyLDE4OS44ODhjMi40NjQsMS40MDgsNS4yMTYsMi4xMTIsNy45NjgsMi4xMTJzNS41MDQtMC43MDQsNy45NjgtMi4xMTIgICAgQzQ3OS40NTYsMjk5LjYxMiw1MTIsMjQ4LjE1Niw1MTIsMTU5Ljk5NnYtNjRDNTEyLDg5LjU5Niw1MDguMTkyLDgzLjgwNCw1MDIuMzA0LDgxLjI3NnogTTQ4MCwxNTkuOTk2ICAgIGMwLDczLjg4OC0yNC40NDgsMTE0LjU2LTk2LDE1Ny40NGMtNzEuNTUyLTQyLjk3Ni05Ni04My42NDgtOTYtMTU3LjQ0di01My40NGw5Ni00MS4xNTJsOTYsNDEuMTUyVjE1OS45OTZ6IiBmaWxsPSIjZDcwMDAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnPgoJCTxwYXRoIGQ9Ik00NDIuMDE2LDEzMS40ODRjLTYuODgtNS40NC0xNi45MjgtNC4zODQtMjIuNDk2LDIuNDk2bC01MC4zMDQsNjIuOTEybC0xOS45MDQtMjkuNzYgICAgYy00Ljk2LTcuMzYtMTQuOTEyLTkuMzEyLTIyLjE3Ni00LjQ0OGMtNy4zMjgsNC44OTYtOS4zNDQsMTQuODQ4LTQuNDQ4LDIyLjE3NmwzMiw0OGMyLjg0OCw0LjI1Niw3LjUyLDYuODgsMTIuNjQsNy4xMzYgICAgYzAuMjI0LDAsMC40OCwwLDAuNjcyLDBjNC44MzIsMCw5LjQ0LTIuMTc2LDEyLjUxMi02LjAxNmw2NC04MEM0NTAuMDE2LDE0Ny4wNjgsNDQ4LjkyOCwxMzcuMDIsNDQyLjAxNiwxMzEuNDg0eiIgZmlsbD0iI2Q3MDAwMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=
  • data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTM4Ni42ODksMzA0LjQwM2MtMzUuNTg3LDAtNjQuNTM4LDI4Ljk1MS02NC41MzgsNjQuNTM4czI4Ljk1MSw2NC41MzgsNjQuNTM4LDY0LjUzOCAgICBjMzUuNTkzLDAsNjQuNTM4LTI4Ljk1MSw2NC41MzgtNjQuNTM4UzQyMi4yNzYsMzA0LjQwMywzODYuNjg5LDMwNC40MDN6IE0zODYuNjg5LDQwMS4yMWMtMTcuNzk2LDAtMzIuMjY5LTE0LjQ3My0zMi4yNjktMzIuMjY5ICAgIGMwLTE3Ljc5NiwxNC40NzMtMzIuMjY5LDMyLjI2OS0zMi4yNjljMTcuNzk2LDAsMzIuMjY5LDE0LjQ3MywzMi4yNjksMzIuMjY5QzQxOC45NTgsMzg2LjczOCw0MDQuNDg1LDQwMS4yMSwzODYuNjg5LDQwMS4yMXoiIGZpbGw9IiNkNzAwMDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTE2Ni4xODUsMzA0LjQwM2MtMzUuNTg3LDAtNjQuNTM4LDI4Ljk1MS02NC41MzgsNjQuNTM4czI4Ljk1MSw2NC41MzgsNjQuNTM4LDY0LjUzOHM2NC41MzgtMjguOTUxLDY0LjUzOC02NC41MzggICAgUzIwMS43NzIsMzA0LjQwMywxNjYuMTg1LDMwNC40MDN6IE0xNjYuMTg1LDQwMS4yMWMtMTcuNzk2LDAtMzIuMjY5LTE0LjQ3My0zMi4yNjktMzIuMjY5YzAtMTcuNzk2LDE0LjQ3My0zMi4yNjksMzIuMjY5LTMyLjI2OSAgICBjMTcuNzkxLDAsMzIuMjY5LDE0LjQ3MywzMi4yNjksMzIuMjY5QzE5OC40NTQsMzg2LjczOCwxODMuOTgxLDQwMS4yMSwxNjYuMTg1LDQwMS4yMXoiIGZpbGw9IiNkNzAwMDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTQzMC4xNSwxMTkuNjc1Yy0yLjc0My01LjQ0OC04LjMyLTguODg1LTE0LjQxOS04Ljg4NWgtODQuOTc1djMyLjI2OWg3NS4wMjVsNDMuOTM0LDg3LjM4NGwyOC44MzgtMTQuNUw0MzAuMTUsMTE5LjY3NXoiIGZpbGw9IiNkNzAwMDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHJlY3QgeD0iMjE2LjIwMiIgeT0iMzUzLjM0NSIgd2lkdGg9IjEyMi4wODQiIGhlaWdodD0iMzIuMjY5IiBmaWxsPSIjZDcwMDAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3JlY3Q+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTcuNzgxLDM1My4zNDVINjEuODQ5Yy04LjkxMiwwLTE2LjEzNCw3LjIyMy0xNi4xMzQsMTYuMTM0YzAsOC45MTIsNy4yMjMsMTYuMTM0LDE2LjEzNCwxNi4xMzRoNTUuOTMzICAgIGM4LjkxMiwwLDE2LjEzNC03LjIyMywxNi4xMzQtMTYuMTM0QzEzMy45MTYsMzYwLjU2NywxMjYuNjkzLDM1My4zNDUsMTE3Ljc4MSwzNTMuMzQ1eiIgZmlsbD0iI2Q3MDAwMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA4LjYxMiwyNTQuNzA5bC0zMS43MzYtNDAuODc0Yy0zLjA0OS0zLjkzNy03Ljc1NS02LjIzOS0xMi43NDEtNi4yMzlIMzQ2Ljg5MVY5NC42NTUgICAgYzAtOC45MTItNy4yMjMtMTYuMTM0LTE2LjEzNC0xNi4xMzRINjEuODQ5Yy04LjkxMiwwLTE2LjEzNCw3LjIyMy0xNi4xMzQsMTYuMTM0czcuMjIzLDE2LjEzNCwxNi4xMzQsMTYuMTM0aDI1Mi43NzN2MTEyLjk0MSAgICBjMCw4LjkxMiw3LjIyMywxNi4xMzQsMTYuMTM0LDE2LjEzNGgxMjUuNDc4bDIzLjQ5NywzMC4yNjh2ODMuMjExaC00NC42MzljLTguOTEyLDAtMTYuMTM0LDcuMjIzLTE2LjEzNCwxNi4xMzQgICAgYzAsOC45MTIsNy4yMjMsMTYuMTM0LDE2LjEzNCwxNi4xMzRoNjAuNzczYzguOTEyLDAsMTYuMTM0LTcuMjIzLDE2LjEzNS0xNi4xMzRWMjY0LjYwNSAgICBDNTEyLDI2MS4wMjMsNTEwLjgwNiwyNTcuNTM4LDUwOC42MTIsMjU0LjcwOXoiIGZpbGw9IiNkNzAwMDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTExNi43MDYsMjcxLjU5N0g0Mi40ODdjLTguOTEyLDAtMTYuMTM0LDcuMjIzLTE2LjEzNCwxNi4xMzRjMCw4LjkxMiw3LjIyMywxNi4xMzQsMTYuMTM0LDE2LjEzNGg3NC4yMTggICAgYzguOTEyLDAsMTYuMTM0LTcuMjIzLDE2LjEzNC0xNi4xMzRDMTMyLjg0LDI3OC44MiwxMjUuNjE3LDI3MS41OTcsMTE2LjcwNiwyNzEuNTk3eiIgZmlsbD0iI2Q3MDAwMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNMTUzLjgxNSwyMDguMTM0SDE2LjEzNEM3LjIyMywyMDguMTM0LDAsMjE1LjM1NywwLDIyNC4yNjlzNy4yMjMsMTYuMTM0LDE2LjEzNCwxNi4xMzRoMTM3LjY4MSAgICBjOC45MTIsMCwxNi4xMzQtNy4yMjMsMTYuMTM0LTE2LjEzNFMxNjIuNzI3LDIwOC4xMzQsMTUzLjgxNSwyMDguMTM0eiIgZmlsbD0iI2Q3MDAwMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNMTgwLjE2OCwxNDQuNjcySDQyLjQ4N2MtOC45MTIsMC0xNi4xMzQsNy4yMjMtMTYuMTM0LDE2LjEzNGMwLDguOTEyLDcuMjIzLDE2LjEzNCwxNi4xMzQsMTYuMTM0aDEzNy42ODEgICAgYzguOTEyLDAsMTYuMTM0LTcuMjIzLDE2LjEzNC0xNi4xMzRDMTk2LjMwMywxNTEuODk1LDE4OS4wOCwxNDQuNjcyLDE4MC4xNjgsMTQ0LjY3MnoiIGZpbGw9IiNkNzAwMDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+
  • data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMS45NzEgNTExLjk3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Zz48cGF0aCBkPSJtMjUzLjg0NiA1MTEuOTY5Yy00My4wNjEgMC05Mi42NjktMjAuOTEzLTEzOS43MDQtNTguODk2LTQ0LjM1Ni0zNS44MTgtODAuNjIzLTgyLjQ5Ni05OS41MDItMTI4LjA2My0yNC4yODgtNTguNjIyLTE4LjIwNS0xMTAuMzY1IDE3LjEyOS0xNDUuNjk5bDE5LjYyNS0xOS42MjVjNy41NDctNy41NDggMTcuNTgzLTExLjcwNSAyOC4yNTgtMTEuNzA1IDEwLjY1OCAwIDIwLjY4NCA0LjE0NiAyOC4yMjggMTEuNjc1bDM5LjI1NSAzOS4xNzNjNy41NjEgNy41NDYgMTEuNzI5IDE3LjU4NCAxMS43MzQgMjguMjY2LjAwNiAxMC42ODItNC4xNTEgMjAuNzI1LTExLjcwNCAyOC4yNzlsLTcuMjQ4IDcuMjQ3Yy0xMi4yOTQgMTIuMjkzLTguNDQ0IDMwLjM5OS0zLjA1IDQzLjQyMyAxNS43OTYgMzguMTM5IDYwLjM3IDc0LjE5OCA5MS43MTkgNzQuMmguMDAxYzguNDggMCAxNS4yNzYtMi42NzQgMjAuNzc3LTguMTc2bDcuMTg4LTcuMTg4YzcuNTQ3LTcuNTQ3IDE3LjU4My0xMS43MDUgMjguMjU4LTExLjcwNSAxMC42NzQgMCAyMC43MSA0LjE1NyAyOC4yNTggMTEuNzA1bDM5LjIxMyAzOS4yMTRjNy41NDggNy41NDggMTEuNzA1IDE3LjU4MyAxMS43MDUgMjguMjU4IDAgMTAuNjc0LTQuMTU3IDIwLjcxLTExLjcwNSAyOC4yNThsLTE5LjYwNiAxOS42MDZjLTIxLjA2MyAyMS4wNjQtNDcuNTc3IDMxLjc0Ny03OC44MDUgMzEuNzUyLS4wMDYuMDAxLS4wMTkuMDAxLS4wMjQuMDAxem0tMTc0LjE5NC0zMzMuOTg4Yy0yLjY2MSAwLTUuMTYzIDEuMDM2LTcuMDQ0IDIuOTE4bC0xOS42MjUgMTkuNjI1Yy0zMy41NyAzMy41NzEtMjQuMzA4IDc5Ljk4MS0xMC42MjYgMTEzLjAwMyAxNy4wMjEgNDEuMDgyIDUwLjA1NiA4My40MzcgOTAuNjM1IDExNi4yMDcgNDEuMTA4IDMzLjE5NiA4NS4xNTggNTIuMjM1IDEyMC44NTYgNTIuMjM1aC4wMThjMjIuOTg0LS4wMDQgNDIuMzYzLTcuNzMxIDU3LjU5OC0yMi45NjVsMTkuNjA2LTE5LjYwN2MxLjg4Mi0xLjg4MiAyLjkxOC00LjM4NCAyLjkxOC03LjA0NCAwLTIuNjYxLTEuMDM2LTUuMTYzLTIuOTE4LTcuMDQ0bC0zOS4yMTMtMzkuMjE0Yy0xLjg4Mi0xLjg4MS00LjM4NC0yLjkxOC03LjA0NS0yLjkxOHMtNS4xNjMgMS4wMzYtNy4wNDUgMi45MThsLTcuMTg4IDcuMTg4Yy0xMS4wOTYgMTEuMDk2LTI1LjYxOCAxNi45NjItNDEuOTkgMTYuOTYyLS4wMDIgMC0uMDAxIDAtLjAwMyAwLTIxLjkyNS0uMDAxLTQ2LjkzOC0xMC40NzYtNzAuNDMtMjkuNDk1LTIxLjgxNi0xNy42NjItMzkuNjc4LTQwLjcwNy00OS4wMDUtNjMuMjI2LTEyLjU3MS0zMC4zNTItOS4xNzktNTcuMzg0IDkuNTU0LTc2LjExNmw3LjI0Ny03LjI0N2MxLjg4My0xLjg4MyAyLjkxOS00LjM4NiAyLjkxNy03LjA0OXMtMS4wNC01LjE2Ni0yLjkyNS03LjA0N2wtMzkuMjU0LTM5LjE3M2MtMS44ODItMS44NzctNC4zODEtMi45MTEtNy4wMzgtMi45MTF6IiBmaWxsPSIjZDcwMDAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+PC9nPjxnPjxwYXRoIGQ9Im0yMjIuNzM1IDI4OS43MjUgMjAuNzQ2LTkxLjIwN2MtOC4zMDQtMTguMjUxLTEyLjUwOS0zNy43NC0xMi41MDktNTguMDE2IDAtNzcuNDcyIDYzLjAyOC0xNDAuNSAxNDAuNS0xNDAuNXMxNDAuNSA2My4wMjggMTQwLjUgMTQwLjUtNjMuMDI4IDE0MC41LTE0MC41IDE0MC41Yy0xOS45MzYgMC0zOS4xMy00LjA3My01Ny4xMzQtMTIuMTE0em05NS4xNjYtNTIuNDEzIDQuNzcyIDIuMzU0YzE1LjI1MyA3LjUyMiAzMS42NzEgMTEuMzM3IDQ4Ljc5OCAxMS4zMzcgNjAuOTMgMCAxMTAuNS00OS41NyAxMTAuNS0xMTAuNXMtNDkuNTctMTEwLjUtMTEwLjUtMTEwLjUtMTEwLjUgNDkuNTctMTEwLjUgMTEwLjVjMCAxNy40MSAzLjkzNiAzNC4wNzIgMTEuNjk3IDQ5LjUyMmwyLjQxNiA0LjgxMS0xMi41MjUgNTUuMDY0eiIgZmlsbD0iI2Q3MDAwMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPjwvZz48Zz48cGF0aCBkPSJtMzg2LjQ2NSAxNzUuOTYxaC0zMHYtMzAuNTY0YzAtMTEuMzg4IDcuNzk1LTIxLjI5OCAxOC45NTUtMjQuMSA3LjU4Mi0xLjkwMyAxMi42OTEtOC45ODUgMTIuMTQ5LTE2LjgzOS0uNTM5LTcuODMxLTcuMDk3LTE0LjM4OC0xNC45MjgtMTQuOTI4LTQuNTYtLjMxNS04Ljg4NSAxLjIxMi0xMi4xODkgNC4yOTgtMy4zMTEgMy4wOS01LjEzNCA3LjI4My01LjEzNCAxMS44MDdoLTMwYzAtMTIuNzQzIDUuMzQ1LTI1LjA0IDE0LjY2My0zMy43MzggOS4zMTMtOC42OTMgMjEuOTYtMTMuMTczIDM0LjcyNS0xMi4yOTUgMjIuODIyIDEuNTc0IDQxLjIyIDE5Ljk3MSA0Mi43OTMgNDIuNzkzIDEuNDUxIDIxLjA1Ni0xMS40MjUgNDAuMTc5LTMxLjAzNCA0Ni44OTJ6IiBmaWxsPSIjZDcwMDAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+PC9nPjxnPjxwYXRoIGQ9Im0zNTUuNzk4IDE5NC4wNDJoMzEuMzM0djMxLjMzM2gtMzEuMzM0eiIgZmlsbD0iI2Q3MDAwMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==
  • Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
    Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
    Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Avoid CPU Long Tasks (longTasks)The page has 32 CPU long tasks with the total of 5.107 s. The total blocking time is 3.502 s and 1 long task before first contentful paint with total time of 55 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • unknown
  • unknown
  • self
  • self
  • self
  • unknown
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • cross-origin-descendant
  • cross-origin-descendant
  • cross-origin-descendant
  • cross-origin-descendant
  • cross-origin-descendant
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 1 request inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.90
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://ct.pinterest.com/static/ct/token_create.js
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 10 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 40.8 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://cdn.cookie-script.com/s/a4f242d5bd003c3c50738127f3f6c4c6.js
  • https://accounts.google.com/o/oauth2/postmessageRelay.../postmessageRelay
  • https://ct.pinterest.com/user/...nterest.com/user/
  • https://ct.pinterest.com/user/...nterest.com/user/
  • https://ct.pinterest.com/v3/...pinterest.com/v3/
  • https://ct.pinterest.com/v3/...pinterest.com/v3/
  • https://www.clarity.ms/tag/uet/17504842?insights=1
  • https://bat.bing.net/action/0...bing.net/action/0
  • https://bat.bing.net/action/0...bing.net/action/0
  • https://bat.bing.net/action/0...bing.net/action/0
  • Long cache headers is good (cacheHeadersLong)The page has 18 requests that have a shorter cache time than 30 days (but still a cache time).82
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://fonts.googleapis.com/css2...ogleapis.com/css2
  • https://apis.google.com/js/platform.js
  • https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.google.com/shopping/customerreviews/badge...omerreviews/badge
  • https://www.googletagmanager.com/gtag/js?id=G-2M8CLPGL2R
  • https://apis.google.com/js/api.js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://s.pinimg.com/ct/core.js
  • https://bat.bing.com/bat.js
  • https://www.googletagmanager.com/gtag/js?id=AW-387766912
  • https://connect.facebook.net/en_US/fbevents.js
  • https://s.pinimg.com/ct/lib/main.31a98a45.js
  • https://connect.facebook.net/signals/config/781787612411430...g/781787612411430
  • https://ct.pinterest.com/static/ct/token_create.js
  • https://ct.pinterest.com/ct.html
  • https://bat.bing.com/p/action/17504842.js
  • https://www.clarity.ms/s/0.8.21/clarity.js
  • Always compress text content (compressAssets)The page has 6 requests that are served uncompressed. You could save a lot of bytes by sending them compressed instead.40
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6 153.3 KB474.5 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 124.4 KB356.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-2M8CLPGL2R 135.5 KB395.6 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 154.7 KB473.5 KB
    https://www.googletagmanager.com/gtag/js?id=AW-387766912 124.1 KB355.9 KB
    https://ct.pinterest.com/static/ct/token_create.js 4.2 KB4.0 KB
    Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 86.1 kB and uncompressed size is 470.6 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://www.antikeo.com/assets/css/hku6yoe.css 1.2 KB8.8 KB
    https://www.antikeo.com/assets/vendor/bootstrap/css/bootstrap.min.css 20.1 KB152.1 KB
    https://www.antikeo.com/assets/css/style-1.6.min.css?161 41.3 KB153.0 KB
    https://www.antikeo.com/assets/css/plugins-1.6.css 18.2 KB128.1 KB
    https://www.antikeo.com/assets/css/fonts/opensans.css 350 B1.3 KB
    https://www.antikeo.com/assets/css/colors/bayoux.min.css 779 B2.7 KB
    https://fonts.googleapis.com/css2...ogleapis.com/css2 1.3 KB9.9 KB
    https://www.antikeo.com/assets/vendor/font-icons/css/font-icon.min.css 1.0 KB3.8 KB
    The favicon should be small and cacheable (favicon)The favicon size is 15.3 kB bytes. That's quite big, can you make it smaller? 50
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://www.antikeo.com/assets/icons/favicon.ico
  • Avoid too many fonts (fewFonts)The page has 10 font requests. Do you really need them? What value does the fonts give the user?0
    Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.
    Offenders:
  • https://www.antikeo.com/assets/vendor/font-icons/font/font-icon.woff2?23036808
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-300.woff2
  • https://use.typekit.net/af/fda6bf/00000000000000007735dee2/30/l...00007735dee2/30/l
  • https://use.typekit.net/af/eba4b9/00000000000000007735dedf/30/l...00007735dedf/30/l
  • https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDw...XbtXK-F2qC0s.woff
  • https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpBcwXLg.woff2
  • https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/l...00007735dedd/30/l
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-regular.woff2
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-600.woff2
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-700.woff2
  • Total image size shouldn't be too big (imageSize)The page total image size is 2.2 MB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 1.3 MB and the uncompressed size is 4.1 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://www.antikeo.com/assets/js/jquery-3.7.0.min.js 29.1 KB85.4 KB
    https://cdnjs.cloudflare.com/ajax/libs/jquery-expander/1.7.0/jquery.expander.min.js 2.9 KB5.9 KB
    https://apis.google.com/js/platform.js 24.2 KB62.8 KB
    https://www.antikeo.com/assets/vendor/bootstrap/js/popper.min.js 7.2 KB20.5 KB
    https://www.antikeo.com/assets/vendor/bootstrap/js/bootstrap.min.js 14.5 KB56.7 KB
    https://www.antikeo.com/assets/js/plugins-1.6.js 57.9 KB182.9 KB
    https://www.antikeo.com/assets/js/intersection-observer.js 3.0 KB8.7 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6 153.3 KB474.5 KB
    https://cdn.cookie-script.com/s/a4f242d5bd003c3c50738127f3f6c4c6.js 36.6 KB206.1 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 124.4 KB356.0 KB
    https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=ratin.../cb=gapi.loaded_0 54.8 KB159.4 KB
    https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=auth/.../cb=gapi.loaded_1 31.6 KB91.9 KB
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...Rd3bGalA/m=_b,_tp 53.6 KB145.6 KB
    https://www.googletagmanager.com/gtag/js?id=G-2M8CLPGL2R 135.5 KB395.6 KB
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...hf:KUM7Z/m=vhDjqd 37.5 KB103.1 KB
    https://apis.google.com/js/api.js 5.7 KB14.2 KB
    https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=gapi_.../cb=gapi.loaded_0 42.4 KB128.9 KB
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...hhU8,FCpbqb,WhJNk 2.4 KB5.1 KB
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...Z/m=lwddkf,EFQ78c 2.4 KB5.5 KB
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...mRc,LvGhrf,RqjULd 13.3 KB34.9 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 154.7 KB473.5 KB
    https://s.pinimg.com/ct/core.js 2.1 KB4.7 KB
    https://www.google-analytics.com/analytics.js 20.8 KB51.1 KB
    https://bat.bing.com/bat.js 15.1 KB51.7 KB
    https://www.googletagmanager.com/gtag/js?id=AW-387766912 124.1 KB355.9 KB
    https://connect.facebook.net/en_US/fbevents.js 76.0 KB295.8 KB
    https://s.pinimg.com/ct/lib/main.31a98a45.js 23.3 KB81.6 KB
    https://connect.facebook.net/signals/config/781787612411430...g/781787612411430 13.3 KB67.4 KB
    https://ct.pinterest.com/static/ct/token_create.js 4.2 KB4.0 KB
    https://bat.bing.com/p/action/17504842.js 1.7 KB4.0 KB
    https://www.clarity.ms/tag/uet/17504842?insights=1 948 B691 B
    https://www.clarity.ms/s/0.8.21/clarity.js 31.3 KB74.8 KB
    Avoid using incorrect mime types (mimeTypes)The page has 1 misconfigured mime type. 99
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://www.antikeo.com/assets/icons/site.webmanifest
  • Make each CSS response small (optimalCssSize)https://www.antikeo.com/assets/vendor/bootstrap/css/bootstrap.min.css size is 20.5 kB (20547) and that is bigger than the limit of 14.5 kB. https://www.antikeo.com/assets/css/style-1.6.min.css?161 size is 42.3 kB (42261) and that is bigger than the limit of 14.5 kB. https://www.antikeo.com/assets/css/plugins-1.6.css size is 18.6 kB (18606) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.70
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://www.antikeo.com/assets/vendor/bootstrap/css/bootstrap.min.css 20.1 KB152.1 KB
    https://www.antikeo.com/assets/css/style-1.6.min.css?161 41.3 KB153.0 KB
    https://www.antikeo.com/assets/css/plugins-1.6.css 18.2 KB128.1 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 3.9 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://www.antikeo.com/ 48.2 KB348.7 KB
    https://www.antikeo.com/assets/css/hku6yoe.css 1.2 KB8.8 KB
    https://www.antikeo.com/uploads/slider/img_6855e798bd9962-96541431-20801568.jpg 141.3 KB141.0 KB
    https://www.antikeo.com/assets/vendor/bootstrap/css/bootstrap.min.css 20.1 KB152.1 KB
    https://www.antikeo.com/assets/css/style-1.6.min.css?161 41.3 KB153.0 KB
    https://www.antikeo.com/assets/css/plugins-1.6.css 18.2 KB128.1 KB
    https://www.antikeo.com/assets/vendor/font-icons/font/font-icon.woff2?23036808 14.3 KB14.1 KB
    https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-300.woff2 16.5 KB16.4 KB
    https://www.antikeo.com/assets/css/fonts/opensans.css 350 B1.3 KB
    https://www.antikeo.com/assets/css/colors/bayoux.min.css 779 B2.7 KB
    https://www.antikeo.com/assets/js/jquery-3.7.0.min.js 29.1 KB85.4 KB
    https://www.antikeo.com/uploads/logo/logo_678cdec402381.png 12.7 KB12.6 KB
    https://fonts.googleapis.com/css2...ogleapis.com/css2 1.3 KB9.9 KB
    https://cdnjs.cloudflare.com/ajax/libs/jquery-expander/1.7.0/jquery.expander.min.js 2.9 KB5.9 KB
    https://www.antikeo.com/uploads/collections/grand_large.jpg 287.4 KB286.9 KB
    https://apis.google.com/js/platform.js 24.2 KB62.8 KB
    https://www.antikeo.com/assets/vendor/bootstrap/js/popper.min.js 7.2 KB20.5 KB
    https://www.antikeo.com/assets/vendor/bootstrap/js/bootstrap.min.js 14.5 KB56.7 KB
    https://www.antikeo.com/assets/js/plugins-1.6.js 57.9 KB182.9 KB
    https://www.antikeo.com/assets/js/intersection-observer.js 3.0 KB8.7 KB
    https://www.antikeo.com/assets/vendor/font-icons/css/font-icon.min.css 1.0 KB3.8 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6 153.3 KB474.5 KB
    https://use.typekit.net/af/fda6bf/00000000000000007735dee2/30/l...00007735dee2/30/l 23.1 KB22.9 KB
    https://use.typekit.net/af/eba4b9/00000000000000007735dedf/30/l...00007735dedf/30/l 24.4 KB24.1 KB
    https://cdn.cookie-script.com/s/a4f242d5bd003c3c50738127f3f6c4c6.js 36.6 KB206.1 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 124.4 KB356.0 KB
    https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDw...XbtXK-F2qC0s.woff 27.0 KB27.0 KB
    https://www.antikeo.com//uploads/profile/img_636faddd505531-79485529-98657133.jpg 428.8 KB428.1 KB
    https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpBcwXLg.woff2 26.0 KB25.9 KB
    https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/l...00007735dedd/30/l 25.5 KB25.3 KB
    https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=ratin.../cb=gapi.loaded_0 54.8 KB159.4 KB
    https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=auth/.../cb=gapi.loaded_1 31.6 KB91.9 KB
    https://www.google.com/shopping/customerreviews/badge...omerreviews/badge 10.0 KB40.1 KB
    https://accounts.google.com/o/oauth2/postmessageRelay.../postmessageRelay N/A0 b
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...Rd3bGalA/m=_b,_tp 53.6 KB145.6 KB
    https://www.googletagmanager.com/gtag/js?id=G-2M8CLPGL2R 135.5 KB395.6 KB
    https://www.gstatic.com/verifiedreviews/en/gcr_logo_stacked.png 1.9 KB1.5 KB
    https://www.gstatic.com/verifiedreviews/gray_stars_large.png 1.0 KB943 B
    https://www.gstatic.com/verifiedreviews/orange_stars_large.png 1.0 KB945 B
    https://www.antikeo.com/uploads/category/mobilier_summer.png 332.9 KB332.3 KB
    https://www.antikeo.com/uploads/category/peinture_summer.png 466.0 KB465.3 KB
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...hf:KUM7Z/m=vhDjqd 37.5 KB103.1 KB
    https://www.antikeo.com/assets/icons/site.webmanifest 884 B463 B
    https://apis.google.com/js/api.js 5.7 KB14.2 KB
    https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=gapi_.../cb=gapi.loaded_0 42.4 KB128.9 KB
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...hhU8,FCpbqb,WhJNk 2.4 KB5.1 KB
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...Z/m=lwddkf,EFQ78c 2.4 KB5.5 KB
    https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-regular.woff2 16.5 KB16.3 KB
    https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-600.woff2 16.6 KB16.4 KB
    https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-700.woff2 16.2 KB16.0 KB
    https://www.antikeo.com/uploads/category/sculpture_summer.png 197.2 KB196.8 KB
    https://www.antikeo.com/uploads/category/objet_decoration_summer.png 299.7 KB299.2 KB
    https://www.antikeo.com/assets/icons/favicon.ico 14.9 KB14.7 KB
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...mRc,LvGhrf,RqjULd 13.3 KB34.9 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 154.7 KB473.5 KB
    https://s.pinimg.com/ct/core.js 2.1 KB4.7 KB
    https://www.google-analytics.com/analytics.js 20.8 KB51.1 KB
    https://bat.bing.com/bat.js 15.1 KB51.7 KB
    https://www.googletagmanager.com/gtag/js?id=AW-387766912 124.1 KB355.9 KB
    https://connect.facebook.net/en_US/fbevents.js 76.0 KB295.8 KB
    https://s.pinimg.com/ct/lib/main.31a98a45.js 23.3 KB81.6 KB
    https://www.google-analytics.com/j/collect...ics.com/j/collect 452 B3 B
    https://ct.pinterest.com/user/...nterest.com/user/ 683 B325 B
    https://ct.pinterest.com/user/...nterest.com/user/ 333 B325 B
    https://connect.facebook.net/signals/config/781787612411430...g/781787612411430 13.3 KB67.4 KB
    https://ct.pinterest.com/v3/...pinterest.com/v3/ 220 B35 B
    https://ct.pinterest.com/static/ct/token_create.js 4.2 KB4.0 KB
    https://ct.pinterest.com/ct.html 604 B565 B
    https://bat.bing.com/p/action/17504842.js 1.7 KB4.0 KB
    https://ct.pinterest.com/v3/...pinterest.com/v3/ 715 B35 B
    https://bat.bing.net/actionp/0...ing.net/actionp/0 346 B0 b
    https://www.clarity.ms/tag/uet/17504842?insights=1 948 B691 B
    https://bat.bing.net/action/0...bing.net/action/0 120 B0 b
    https://bat.bing.net/action/0...bing.net/action/0 122 B0 b
    https://bat.bing.net/action/0...bing.net/action/0 121 B0 b
    https://www.clarity.ms/s/0.8.21/clarity.js 31.3 KB74.8 KB
    https://l.clarity.ms/collect 0 b0 b
    https://l.clarity.ms/collect 0 b0 b
    Don't use private headers on static content (privateAssets)The page has 11 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.0
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://fonts.googleapis.com/css2...ogleapis.com/css2
  • https://apis.google.com/js/platform.js
  • https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.google.com/shopping/customerreviews/badge...omerreviews/badge
  • https://www.googletagmanager.com/gtag/js?id=G-2M8CLPGL2R
  • https://apis.google.com/js/api.js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://bat.bing.com/bat.js
  • https://www.googletagmanager.com/gtag/js?id=AW-387766912
  • https://bat.bing.com/p/action/17504842.js
  • Best practice advice (81)

    TitleAdviceScore
    Meta description (metaDescription)The meta description is too long. It has 171 characters, the recommended max is 15550
    Description: Use a page description to make the page more relevant to search engines.
    Page title (pageTitle)The title is too long by 2 characters. The recommended max is 6050
    Description: Use a title to make the page more relevant to search engines.
    Do not send too long headers (longHeaders)https://connect.face...en_US/fbevents.js has a header content-security-policy that is 2278 characters long. https://connect.face...en_US/fbevents.js has a header permissions-policy that is 874 characters long. https://connect.face...g/781787612411430 has a header content-security-policy that is 2278 characters long. https://connect.face...g/781787612411430 has a header permissions-policy that is 874 characters long. 96
    Description: Do not send response headers that are too long.
    Offenders:
  • https://connect.facebook.net/en_US/fbevents.js
  • https://connect.facebook.net/en_US/fbevents.js
  • https://connect.facebook.net/signals/config/781787612411430...g/781787612411430
  • https://connect.facebook.net/signals/config/781787612411430...g/781787612411430
  • Avoid too many third party requests (thirdParty)The page do more requests to third party domains (50 requests and 1.4 MB) then first party (28 requests and 2.6 MB). The regex .*antikeo.* was used to calculate first/third party requests.50
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 1 response that sets a p3p header. There are 65 responses that sets both a max-age and expires header. There are 11 responses that sets a pragma no-cache header (that is a request header). There are 2 responses that sets a x-frame-options:sameorigin header. There are 60 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://www.antikeo.com/
  • https://www.antikeo.com/
  • https://www.antikeo.com/
  • https://www.antikeo.com/
  • https://www.antikeo.com/assets/css/hku6yoe.css
  • https://www.antikeo.com/assets/css/hku6yoe.css
  • https://www.antikeo.com/uploads/slider/img_6855e798bd9962-96541431-20801568.jpg
  • https://www.antikeo.com/uploads/slider/img_6855e798bd9962-96541431-20801568.jpg
  • https://www.antikeo.com/assets/vendor/bootstrap/css/bootstrap.min.css
  • https://www.antikeo.com/assets/vendor/bootstrap/css/bootstrap.min.css
  • https://www.antikeo.com/assets/css/style-1.6.min.css?161
  • https://www.antikeo.com/assets/css/style-1.6.min.css?161
  • https://www.antikeo.com/assets/css/plugins-1.6.css
  • https://www.antikeo.com/assets/css/plugins-1.6.css
  • https://www.antikeo.com/assets/vendor/font-icons/font/font-icon.woff2?23036808
  • https://www.antikeo.com/assets/vendor/font-icons/font/font-icon.woff2?23036808
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-300.woff2
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-300.woff2
  • https://www.antikeo.com/assets/css/fonts/opensans.css
  • https://www.antikeo.com/assets/css/fonts/opensans.css
  • https://www.antikeo.com/assets/css/colors/bayoux.min.css
  • https://www.antikeo.com/assets/css/colors/bayoux.min.css
  • https://www.antikeo.com/assets/js/jquery-3.7.0.min.js
  • https://www.antikeo.com/assets/js/jquery-3.7.0.min.js
  • https://www.antikeo.com/uploads/logo/logo_678cdec402381.png
  • https://www.antikeo.com/uploads/logo/logo_678cdec402381.png
  • https://fonts.googleapis.com/css2...ogleapis.com/css2
  • https://fonts.googleapis.com/css2...ogleapis.com/css2
  • https://cdnjs.cloudflare.com/ajax/libs/jquery-expander/1.7.0/jquery.expander.min.js
  • https://cdnjs.cloudflare.com/ajax/libs/jquery-expander/1.7.0/jquery.expander.min.js
  • https://www.antikeo.com/uploads/collections/grand_large.jpg
  • https://www.antikeo.com/uploads/collections/grand_large.jpg
  • https://apis.google.com/js/platform.js
  • https://apis.google.com/js/platform.js
  • https://www.antikeo.com/assets/vendor/bootstrap/js/popper.min.js
  • https://www.antikeo.com/assets/vendor/bootstrap/js/popper.min.js
  • https://www.antikeo.com/assets/vendor/bootstrap/js/bootstrap.min.js
  • https://www.antikeo.com/assets/vendor/bootstrap/js/bootstrap.min.js
  • https://www.antikeo.com/assets/js/plugins-1.6.js
  • https://www.antikeo.com/assets/js/plugins-1.6.js
  • https://www.antikeo.com/assets/js/intersection-observer.js
  • https://www.antikeo.com/assets/js/intersection-observer.js
  • https://www.antikeo.com/assets/vendor/font-icons/css/font-icon.min.css
  • https://www.antikeo.com/assets/vendor/font-icons/css/font-icon.min.css
  • https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6
  • https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6
  • https://use.typekit.net/af/fda6bf/00000000000000007735dee2/30/l...00007735dee2/30/l
  • https://use.typekit.net/af/eba4b9/00000000000000007735dedf/30/l...00007735dedf/30/l
  • https://cdn.cookie-script.com/s/a4f242d5bd003c3c50738127f3f6c4c6.js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDw...XbtXK-F2qC0s.woff
  • https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDw...XbtXK-F2qC0s.woff
  • https://www.antikeo.com//uploads/profile/img_636faddd505531-79485529-98657133.jpg
  • https://www.antikeo.com//uploads/profile/img_636faddd505531-79485529-98657133.jpg
  • https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpBcwXLg.woff2
  • https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpBcwXLg.woff2
  • https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/l...00007735dedd/30/l
  • https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=ratin.../cb=gapi.loaded_0
  • https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=ratin.../cb=gapi.loaded_0
  • https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=auth/.../cb=gapi.loaded_1
  • https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=auth/.../cb=gapi.loaded_1
  • https://www.google.com/shopping/customerreviews/badge...omerreviews/badge
  • https://www.google.com/shopping/customerreviews/badge...omerreviews/badge
  • https://www.google.com/shopping/customerreviews/badge...omerreviews/badge
  • https://accounts.google.com/o/oauth2/postmessageRelay.../postmessageRelay
  • https://accounts.google.com/o/oauth2/postmessageRelay.../postmessageRelay
  • https://accounts.google.com/o/oauth2/postmessageRelay.../postmessageRelay
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...Rd3bGalA/m=_b,_tp
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...Rd3bGalA/m=_b,_tp
  • https://www.googletagmanager.com/gtag/js?id=G-2M8CLPGL2R
  • https://www.googletagmanager.com/gtag/js?id=G-2M8CLPGL2R
  • https://www.gstatic.com/verifiedreviews/en/gcr_logo_stacked.png
  • https://www.gstatic.com/verifiedreviews/en/gcr_logo_stacked.png
  • https://www.gstatic.com/verifiedreviews/gray_stars_large.png
  • https://www.gstatic.com/verifiedreviews/gray_stars_large.png
  • https://www.gstatic.com/verifiedreviews/orange_stars_large.png
  • https://www.gstatic.com/verifiedreviews/orange_stars_large.png
  • https://www.antikeo.com/uploads/category/mobilier_summer.png
  • https://www.antikeo.com/uploads/category/mobilier_summer.png
  • https://www.antikeo.com/uploads/category/peinture_summer.png
  • https://www.antikeo.com/uploads/category/peinture_summer.png
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...hf:KUM7Z/m=vhDjqd
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...hf:KUM7Z/m=vhDjqd
  • https://www.antikeo.com/assets/icons/site.webmanifest
  • https://www.antikeo.com/assets/icons/site.webmanifest
  • https://www.antikeo.com/assets/icons/site.webmanifest
  • https://apis.google.com/js/api.js
  • https://apis.google.com/js/api.js
  • https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=gapi_.../cb=gapi.loaded_0
  • https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=gapi_.../cb=gapi.loaded_0
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...hhU8,FCpbqb,WhJNk
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...hhU8,FCpbqb,WhJNk
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...Z/m=lwddkf,EFQ78c
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...Z/m=lwddkf,EFQ78c
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-regular.woff2
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-regular.woff2
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-600.woff2
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-600.woff2
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-700.woff2
  • https://www.antikeo.com/assets/css/fonts/opensans/open-sans-v34-latin-700.woff2
  • https://www.antikeo.com/uploads/category/sculpture_summer.png
  • https://www.antikeo.com/uploads/category/sculpture_summer.png
  • https://www.antikeo.com/uploads/category/objet_decoration_summer.png
  • https://www.antikeo.com/uploads/category/objet_decoration_summer.png
  • https://www.antikeo.com/assets/icons/favicon.ico
  • https://www.antikeo.com/assets/icons/favicon.ico
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...mRc,LvGhrf,RqjULd
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...mRc,LvGhrf,RqjULd
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.google-analytics.com/analytics.js
  • https://www.google-analytics.com/analytics.js
  • https://www.googletagmanager.com/gtag/js?id=AW-387766912
  • https://www.googletagmanager.com/gtag/js?id=AW-387766912
  • https://connect.facebook.net/en_US/fbevents.js
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://ct.pinterest.com/user/...nterest.com/user/
  • https://ct.pinterest.com/user/...nterest.com/user/
  • https://ct.pinterest.com/user/...nterest.com/user/
  • https://ct.pinterest.com/user/...nterest.com/user/
  • https://connect.facebook.net/signals/config/781787612411430...g/781787612411430
  • https://ct.pinterest.com/v3/...pinterest.com/v3/
  • https://ct.pinterest.com/v3/...pinterest.com/v3/
  • https://ct.pinterest.com/v3/...pinterest.com/v3/
  • https://ct.pinterest.com/v3/...pinterest.com/v3/
  • https://bat.bing.net/actionp/0...ing.net/actionp/0
  • https://bat.bing.net/actionp/0...ing.net/actionp/0
  • https://www.clarity.ms/tag/uet/17504842?insights=1
  • https://bat.bing.net/action/0...bing.net/action/0
  • https://bat.bing.net/action/0...bing.net/action/0
  • https://bat.bing.net/action/0...bing.net/action/0
  • https://bat.bing.net/action/0...bing.net/action/0
  • https://bat.bing.net/action/0...bing.net/action/0
  • https://bat.bing.net/action/0...bing.net/action/0
  • https://l.clarity.ms/collect
  • https://l.clarity.ms/collect
  • Privacy advice (80)

    TitleAdviceScore
    Avoid using Google Analytics (ga)The page is using Google Analytics meaning you share your users private information with Google. You should use analytics that care about user privacy, something like https://matomo.org.0
    Description: Google Analytics share private user information with Google that your user hasn't agreed on sharing.
    Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 2 third party cookies.0
    Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox.
    Offenders:
  • .pinterest.com
  • .pinterest.com
  • Do not share user data with third parties. (thirdPartyPrivacy)The page has 59% requests that are 3rd party (46 requests with a size of 1.4 MB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 27 survelliance requests and uses 6 survelliance tools. The page do 17 utility requests and uses 3 utility tools. The page do 5 tag-manager requests and uses 1 tag-manager tool. The page do 10 social requests and uses 2 social tools. The page do 2 analytics requests and uses 1 analytics tool. The page do 2 ad requests and uses 1 ad tool.0
    Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.
    Offenders:
  • https://fonts.googleapis.com/css2...ogleapis.com/css2
  • https://cdnjs.cloudflare.com/ajax/libs/jquery-expander/1.7.0/jquery.expander.min.js
  • https://apis.google.com/js/platform.js
  • https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6
  • https://use.typekit.net/af/fda6bf/00000000000000007735dee2/30/l...00007735dee2/30/l
  • https://use.typekit.net/af/eba4b9/00000000000000007735dedf/30/l...00007735dedf/30/l
  • https://cdn.cookie-script.com/s/a4f242d5bd003c3c50738127f3f6c4c6.js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDw...XbtXK-F2qC0s.woff
  • https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpBcwXLg.woff2
  • https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/l...00007735dedd/30/l
  • https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=ratin.../cb=gapi.loaded_0
  • https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=auth/.../cb=gapi.loaded_1
  • https://www.google.com/shopping/customerreviews/badge...omerreviews/badge
  • https://accounts.google.com/o/oauth2/postmessageRelay.../postmessageRelay
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...Rd3bGalA/m=_b,_tp
  • https://www.googletagmanager.com/gtag/js?id=G-2M8CLPGL2R
  • https://www.gstatic.com/verifiedreviews/en/gcr_logo_stacked.png
  • https://www.gstatic.com/verifiedreviews/gray_stars_large.png
  • https://www.gstatic.com/verifiedreviews/orange_stars_large.png
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...hf:KUM7Z/m=vhDjqd
  • https://apis.google.com/js/api.js
  • https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=gapi_.../cb=gapi.loaded_0
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...hhU8,FCpbqb,WhJNk
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...Z/m=lwddkf,EFQ78c
  • https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shoppin...mRc,LvGhrf,RqjULd
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://s.pinimg.com/ct/core.js
  • https://www.google-analytics.com/analytics.js
  • https://bat.bing.com/bat.js
  • https://www.googletagmanager.com/gtag/js?id=AW-387766912
  • https://connect.facebook.net/en_US/fbevents.js
  • https://s.pinimg.com/ct/lib/main.31a98a45.js
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://ct.pinterest.com/user/...nterest.com/user/
  • https://ct.pinterest.com/user/...nterest.com/user/
  • https://connect.facebook.net/signals/config/781787612411430...g/781787612411430
  • https://ct.pinterest.com/v3/...pinterest.com/v3/
  • https://ct.pinterest.com/static/ct/token_create.js
  • https://ct.pinterest.com/ct.html
  • https://bat.bing.com/p/action/17504842.js
  • https://ct.pinterest.com/v3/...pinterest.com/v3/
  • https://www.clarity.ms/tag/uet/17504842?insights=1
  • https://www.clarity.ms/s/0.8.21/clarity.js
  • https://l.clarity.ms/collect
  • https://l.clarity.ms/collect
  • Page info

    Page info
    TitleAntikeo | Marketplace spécialisée en Art • Antiquités • Design
    Width1350
    Height10507
    DOM elements1641
    Avg DOM depth11
    Max DOM depth20
    Iframes2
    Script tags41
    Local storage75 B
    Session storage9 B
    Network Information API4g
    Resource Hints
    preconnect
    https://use.typekit.net/
    https://p.typekit.net/
    https://fonts.googleapis.com/
    https://fonts.gstatic.com/
    https://www.googletagmanager.com/
    https://cdn.jsdelivr.net/

    Technologies used to build the page.

    Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer find more information about technologies used.

    TechnologyConfidenceCategory
    Envoy 100  Reverse proxies
    Azure Front Door 100  Load balancers
    Azure 100  PaaS
    Nginx 100  Web servers Reverse proxies
    HSTS 100  Security
    Cloudflare 100  CDN
    HTTP/3 100  Miscellaneous

    Data collected using Third Party Web 0.26.2

    Cdn
    Google Fonts
    Cloudflare CDN
    Adobe TypeKit
    Google CDN
    Survelliance
    Google Fonts
    Other Google APIs/SDKs
    Google Tag Manager
    Google CDN
    Google Analytics
    Facebook
    Utility
    Other Google APIs/SDKs
    Cookie-Script.com
    Clarity
    Tag-manager
    Google Tag Manager
    Social
    Pinterest
    Facebook
    Analytics
    Google Analytics
    Ad
    Bing Ads
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Interaction To Next Paint | Long Aninimation Frames | Visual Elements | 

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)149 ms
    First Contentful Paint (FCP)506 ms
    Largest Contentful Paint (LCP)768 ms
    Cumulative Layout Shift (CLS)0.02
    Interaction to next paint (INP)104 ms
    Total Blocking Time (TBT)379 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP81
    Time spent in recalculate style before FCP16.903 ms
    Extra timings
    TTFB149 ms
    First Paint506 ms
    Load Event End2.061 s
    Fully loaded4.913 s

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeDIV
    Element/tag<div class="col-12 col-sm-6 order-0 order-sm-1 item-half-right item_103"></div>
    Render time 768 ms
    Element render delay415 ms
    TTFB149 ms
    Resource delay37 ms
    Resource load duration167 ms
    Elements that needed recalculate style before LCP633
    Time spent in recalculate style before LCP51.176 ms
    Load time681 ms
    URL https://www.antikeo....1431-20801568.jpg
    Size (width*height)292382
    DOM path
    div:eq(4) > div > div > div > div#main-slider > div > div > div > a > div > div > div:eq(1)> div:eq(4) > div > div > div > div#main-slider > div > div > div > a > div > div > div:eq(1)>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    0.01553 cumulative layout shift collected from the Cumulative Layout Shift API.

    These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.

    ScoreHTML Element
    0.00670<ul class="nav navbar-nav mega-menu"></ul>
    body > header#header > div:eq(1) > div > div:eq(0) > div:eq(1) > div > div > ul
    0.00531<ul class="nav navbar-nav mega-menu"></ul>
    body > header#header > div:eq(1) > div > div:eq(0) > div:eq(1) > div > div > ul
    0.00175<button class="btn btn-default btn-search" aria-label="search"></button>,<div class="nav-top-right"></div>
    body > header#header > div:eq(1) > div > div:eq(0) > div:eq(0) > div > div > div > div > div:eq(1) > form#form_validate_search > div > button,body > header#header > div:eq(1) > div > div:eq(0) > div:eq(0) > div > div > div > div > div:eq(2)
    0.00110<div class="container"></div>,<div class="col-12 nav-top-left"></div>,<button class="btn btn-default btn-search" aria-label="search"></button>,<div class="container"></div>
    body > header#header > div:eq(0) > div,body > header#header > div:eq(1) > div > div:eq(0) > div:eq(0) > div > div > div,body > header#header > div:eq(1) > div > div:eq(0) > div:eq(0) > div > div > div > div > div:eq(1) > form#form_validate_search > div > button,body > header#header > div:eq(1) > div > div:eq(0) > div:eq(1) > div
    0.00051
    body > div:eq(4) > div > div > div > div#main-slider > div > div > div > a > div > div > div:eq(0) > div > p > #text
    0.00017<a href="https://www.antikeo.com/"></a>
    body > header#header > div:eq(1) > div > div:eq(0) > div:eq(0) > div > div > div > div > div:eq(0) > a
    Layout shift

    The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.

    Interaction to Next Paint

    Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.

    The measured latency was 104 ms.

    Event typepointerover
    Element typeHTML
    Element class name
    Event targethtml
    Load state when the event happenedloading

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    100 ms151.8 ms0.2 ms0 ms0.2 ms
    https://www.clarity.ms/s/0.8.21/clarity.js

    Invoker:  https://www.clarity.ms/s/0.8.21/clarity.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    50 ms100 ms0 ms0 ms0 ms
    https://www.googletagmanager.com/gtag/js?id=G-2NB4BK7JZ8&cx=c&gtm=45He57v0h2v830982579za200&tag_exp=101509157~103116026~103200004~103233427~104684208~104684211~105033766~105033768~105087538~105087540~105091134~105103161~105103163

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-2NB4BK7JZ8&cx=c&gtm=45He57v0h2v830982579za200&tag_exp=101509157~103116026~103200004~103233427~104684208~104684211~105033766~105033768~105087538~105087540~105091134~105103161~105103163
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    33 ms134 ms4 ms1.6 ms2.4 ms
    https://www.antikeo.com/

    Forced Style And Layout Duration: 26 ms

    Invoker:  https://www.antikeo.com/
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=AW-387766912&cx=c&gtm=45He57v0h2v830982579za200&tag_exp=101509157~103116026~103200004~103233427~104684208~104684211~105033766~105033768~105087538~105087540~105091134~105103161~105103163

    Invoker:  https://www.googletagmanager.com/gtag/js?id=AW-387766912&cx=c&gtm=45He57v0h2v830982579za200&tag_exp=101509157~103116026~103200004~103233427~104684208~104684211~105033766~105033768~105087538~105087540~105091134~105103161~105103163
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    26 ms83.3 ms3.7 ms2.6 ms1.1 ms
    https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6

    Invoker:  https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    22 ms59.9 ms28.1 ms25 ms3.1 ms
    https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    10 ms61.1 ms6.9 ms6.1 ms0.8 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    8 ms23.2 ms39.8 ms39.1 ms0.7 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    6 ms56 ms0 ms0 ms0 ms
    https://s.pinimg.com/ct/lib/main.31a98a45.js

    Invoker:  https://s.pinimg.com/ct/lib/main.31a98a45.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    6 ms78.7 ms0.3 ms0 ms0.3 ms
    https://s.pinimg.com/ct/lib/main.31a98a45.js

    Invoker:  XMLHttpRequest.onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    https://connect.facebook.net/en_US/fbevents.js

    Invoker:  https://connect.facebook.net/en_US/fbevents.js
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=AW-387766912

    Invoker:  https://www.googletagmanager.com/gtag/js?id=AW-387766912
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    5 ms67.6 ms4.4 ms2.1 ms2.3 ms
    https://www.antikeo.com/

    Forced Style And Layout Duration: 23 ms

    Invoker:  https://www.antikeo.com/
    Invoker Type: classic-script
    Window attribution: self

    https://cdn.cookie-script.com/s/a4f242d5bd003c3c50738127f3f6c4c6.js

    Invoker:  https://cdn.cookie-script.com/s/a4f242d5bd003c3c50738127f3f6c4c6.js
    Invoker Type: classic-script
    Window attribution: self

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    Visual Elements

    NameDisplay TimeX YWidthHeight
    LargestImage (logo_678cdec402381.png)1.301 s 50 45 156 70
    <img src="https://www.antikeo.com/uploads/logo/logo_678cdec402381.png" data-src="https://www.antikeo.com/uploads/logo/logo_678cdec402381.png" alt="Antikeo" class=" ls-is-cached lazyloaded">
    Heading767 ms 70 5 1225 19
    <h1 style="font-size: 1rem; font-weight: 400; margin-bottom: 0"></h1>
    LargestContentfulPaint2.336 s 675 152 625 600
    <div class="col-12 col-sm-6 order-0 order-sm-1 item-half-right item_103"></div>
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests78
    Total domains19
    Total transfer size3.7 MB
    Total content size7.1 MB
    Responses missing compression40
    Number of cookies4
    Third party cookies2
    Requests per response code
    20072
    2046

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b58.8 KB389.4 KB4
    css0 b84.1 KB459.6 KB8
    javascript0 b1.3 MB3.9 MB32
    image0 b2.1 MB2.1 MB13
    font0 b206.1 KB204.4 KB10
    other0 b884 B463 B1
    favicon0 b14.9 KB14.7 KB1
    plain558 B1.1 KB3 B7
    json0 b1016 B650 B2
    Total558 B3.7 MB7.1 MB78

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.antikeo.com1.147 s2.4 MB3.3 MB28
    fonts.googleapis.com34 ms1.3 KB9.9 KB1
    cdnjs.cloudflare.com164 ms2.9 KB5.9 KB1
    apis.google.com100 ms158.6 KB457.2 KB5
    www.googletagmanager.com281 ms692.1 KB2.0 MB5
    use.typekit.net9 ms73.0 KB72.3 KB3
    cdn.cookie-script.com377 ms36.6 KB206.1 KB1
    fonts.gstatic.com8 ms53.0 KB52.9 KB2
    www.google.com288 ms119.3 KB334.3 KB6
    accounts.google.com40 msN/A0 b1
    www.gstatic.com1.315 s3.9 KB3.3 KB3
    s.pinimg.com55 ms25.4 KB86.3 KB2
    www.google-analytics.com43 ms21.3 KB51.1 KB2
    bat.bing.com109 ms16.7 KB55.7 KB2
    connect.facebook.net217 ms89.3 KB363.1 KB2
    ct.pinterest.com182 ms6.7 KB5.3 KB6
    bat.bing.net200 ms709 B0 b4
    www.clarity.ms49 ms32.2 KB75.5 KB2
    l.clarity.ms696 ms0 b0 b2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds4 weeks1 year
    Last modified9 minutes21 weeks27 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html604 B1
    css0 b0
    javascript485.6 KB15
    image497.9 KB4
    font49.3 KB3
    favicon14.9 KB1
    plain1.1 KB7
    json1016 B2
    Total1.0 MB33

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html604 B2
    css0 b0
    javascript760.3 KB20
    image1.3 MB9
    font49.3 KB3
    other884 B1
    favicon14.9 KB1
    plain1.1 KB7
    json1016 B2
    Total2.1 MB45

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    352

    Render information

    URLType
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...anager.com/gtm.jsnon_blocking
    https://www.antikeo....1431-20801568.jpgnon_blocking
    https://www.googleta...nager.com/gtag/jspotentially_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://connect.face...en_US/fbevents.jsnon_blocking
    https://www.antikeo....js/plugins-1.6.jsin_body_parser_blocking
    https://apis.google..../cb=gapi.loaded_0non_blocking
    https://www.google.c...Rd3bGalA/m=_b,_tpnon_blocking
    https://apis.google..../cb=gapi.loaded_0non_blocking
    https://www.antikeo....style-1.6.min.cssnon_blocking
    https://www.google.c...hf:KUM7Z/m=vhDjqdnon_blocking
    https://cdn.cookie-s...738127f3f6c4c6.jsnon_blocking
    https://apis.google..../cb=gapi.loaded_1non_blocking
    https://www.clarity....0.8.21/clarity.jsnon_blocking
    https://www.antikeo....uery-3.7.0.min.jsblocking
    https://fonts.gstati...XbtXK-F2qC0s.woffnon_blocking
    https://fonts.gstati..._nQIpBcwXLg.woff2non_blocking
    https://use.typekit....00007735dedd/30/lnon_blocking
    https://use.typekit....00007735dedf/30/lnon_blocking
    https://apis.google.com/js/platform.jspotentially_blocking
    https://s.pinimg.com.../main.31a98a45.jsnon_blocking
    https://use.typekit....00007735dee2/30/lnon_blocking
    https://www.google-a....com/analytics.jsnon_blocking
    https://www.antikeo....bootstrap.min.cssnon_blocking
    https://www.antikeo....s/plugins-1.6.cssnon_blocking
    https://www.antikeo....4-latin-600.woff2non_blocking
    https://www.antikeo....4-latin-300.woff2non_blocking
    https://www.antikeo....tin-regular.woff2non_blocking
    https://www.antikeo....4-latin-700.woff2non_blocking
    https://bat.bing.com/bat.jsnon_blocking
    https://www.antikeo..../bootstrap.min.jsin_body_parser_blocking
    https://www.antikeo....t/font-icon.woff2non_blocking
    https://www.google.c...mRc,LvGhrf,RqjULdnon_blocking
    https://connect.face...g/781787612411430non_blocking
    https://www.antikeo..../js/popper.min.jsin_body_parser_blocking
    https://apis.google.com/js/api.jsnon_blocking
    https://ct.pinterest...t/token_create.jsnon_blocking
    https://www.antikeo....ction-observer.jsnon_blocking
    https://cdnjs.cloudf...y.expander.min.jsin_body_parser_blocking
    https://www.google.c...Z/m=lwddkf,EFQ78cnon_blocking
    https://www.google.c...hhU8,FCpbqb,WhJNknon_blocking
    https://s.pinimg.com/ct/core.jsnon_blocking
    https://bat.bing.com...ction/17504842.jsnon_blocking
    https://fonts.google...ogleapis.com/css2in_body_parser_blocking
    https://www.antikeo....s/css/hku6yoe.cssblocking
    https://www.antikeo....font-icon.min.cssnon_blocking
    https://www.clarity..../tag/uet/17504842non_blocking
    https://www.antikeo....rs/bayoux.min.cssblocking
    https://www.antikeo....onts/opensans.cssnon_blocking
    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | CPU Time Per Tool/Domain | 

    CPU

    Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.

    Long Tasks

    Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.

    TypeQuantityTotal duration (ms)
    Total Blocking Time 379
    Max Potential First Input Delay 150
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint2125
    Long Tasks after Load Event End5487
    Total Long Tasks11929

    CPU last long task happened at 4.375 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self54072window
    self73853window
    self79574window
    self87750window
    cross-origin-descendant175460I0_1754098768818I0_1754098768818https://www.google.com/shopping/customerreviews/badge?usegapi=1&merchant_id=248078931&origin=https%3A%2F%2Fwww.antikeo.com&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.lb.en.iFs_Bhrqdio.O%2Fd%3D1%2Frs%3DAHpOoo-IvlQWaLHZdUKQFbafXd_3OEvU9Q%2Fm%3D__features__#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh&id=I0_1754098768818&_gfid=I0_1754098768818&parent=https%3A%2F%2Fwww.antikeo.com&pfname=&rpctoken=36413997iframe
    cross-origin-descendant1818133I0_1754098768818I0_1754098768818https://www.google.com/shopping/customerreviews/badge?usegapi=1&merchant_id=248078931&origin=https%3A%2F%2Fwww.antikeo.com&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.lb.en.iFs_Bhrqdio.O%2Fd%3D1%2Frs%3DAHpOoo-IvlQWaLHZdUKQFbafXd_3OEvU9Q%2Fm%3D__features__#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh&id=I0_1754098768818&_gfid=I0_1754098768818&parent=https%3A%2F%2Fwww.antikeo.com&pfname=&rpctoken=36413997iframe
    self372556window
    self3811100window
    self393155window
    self4117150window
    self4375126window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML165
    styleLayout318
    paintCompositeRender49
    scriptParseCompile9
    scriptEvaluation1610
    garbageCollection30
    other450
    Events (ms)
    v8.run731
    FunctionCall297
    RunTask252
    RunMicrotasks175
    V8.HandleInterrupts174
    UpdateLayoutTree162
    Layout155
    V8.StackGuard130
    HTMLDocumentParser::MaybeFetchQueuedPreloads90
    ParseHTML78
    PrePaint53
    Layerize37
    DocumentLoader::FinishedLoading31
    HitTest22
    Paint20
    V8.BytecodeBudgetInterrupt19
    Commit18
    EventDispatch17
    v8.callFunction15
    V8.GC_MC_INCREMENTAL13
    CompressionStream Deflate13

    Time spent per request

    URLCPU time (ms)
    https://www.googletagmanager.com/gtag/js?id=G-2M8CLPGL2R214
    https://www.googletagmanager.com/gtm.js?id=GTM-PGPNSX6195
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shopping-verified-reviews.VerifiedReviewsBadgeUi.en_US.Tz-GBhoUX4I.2018.O/am=EAIDDwAC/d=1/excm=_b,_tp,badgeview/ed=1/dg=0/wt=2/ujg=1/rs=AC8lLkSvKcok_R_17I2qHLTH-SRd3bGalA/m=_b,_tp184
    https://www.clarity.ms/s/0.8.21/clarity.js159
    https://www.googletagmanager.com/gtag/js?id=G-2NB4BK7JZ8&cx=c&gtm=45He57v0h2v830982579za200&tag_exp=101509157~103116026~103200004~103233427~104684208~104684211~105033766~105033768~105087538~105087540~105091134~105103161~105103163104
    https://www.antikeo.com/93
    https://www.googletagmanager.com/gtag/js?id=AW-387766912&cx=c&gtm=45He57v0h2v830982579za200&tag_exp=101509157~103116026~103200004~103233427~104684208~104684211~105033766~105033768~105087538~105087540~105091134~105103161~10510316378
    https://www.antikeo.com/assets/js/jquery-3.7.0.min.js72
    https://s.pinimg.com/ct/lib/main.31a98a45.js63
    https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=ratingbadge/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-IvlQWaLHZdUKQFbafXd_3OEvU9Q/cb=gapi.loaded_0?le=scs59
    https://www.antikeo.com/assets/js/plugins-1.6.js56
    https://apis.google.com/js/platform.js56
    https://connect.facebook.net/en_US/fbevents.js55
    https://cdn.cookie-script.com/s/a4f242d5bd003c3c50738127f3f6c4c6.js41
    https://www.google.com/_/scs/shopping-verified-reviews-static/_/js/k=boq-shopping-verified-reviews.VerifiedReviewsBadgeUi.en_US.Tz-GBhoUX4I.2018.O/ck=boq-shopping-verified-reviews.VerifiedReviewsBadgeUi.GW7XGOD8lSY.L.B1.O/am=EAIDDwAC/d=1/exm=_b,_tp/excm=_b,_tp,badgeview/ed=1/wt=2/ujg=1/rs=AC8lLkRFLQ3PiMfTmD5ocGgDLFZ6R7_5wg/ee=EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:XVMNvd;Me32dd:MEeYgc;NJ1rfe:yGfSdd;NPKaK:PVlQOd;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:vfuNJf;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;qafBPd:yDVVkb;qddgKe:xQtZb;tbg2ob:Up7mff;wR5FRb:siKnQd;yxTchf:KUM7Z/m=vhDjqd34
    https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.iFs_Bhrqdio.O/m=gapi_iframes,gapi_iframes_style_common/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-IvlQWaLHZdUKQFbafXd_3OEvU9Q/cb=gapi.loaded_0?le=scs,fedcm_migration_mod26
    https://www.google-analytics.com/analytics.js25
    https://www.google.com/shopping/customerreviews/badge?usegapi=1&merchant_id=248078931&origin=https%3A%2F%2Fwww.antikeo.com&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.lb.en.iFs_Bhrqdio.O%2Fd%3D1%2Frs%3DAHpOoo-IvlQWaLHZdUKQFbafXd_3OEvU9Q%2Fm%3D__features__16
    https://connect.facebook.net/signals/config/781787612411430?v=2.9.221&r=stable&domain=www.antikeo.com&hme=6531127cc5702b048f1a4e2975833edefec3a60f8f391fe8ffb9a77b3d2626d1&ex_m=83%2C143%2C124%2C18%2C117%2C58%2C40%2C118%2C64%2C57%2C131%2C72%2C13%2C82%2C26%2C112%2C103%2C62%2C65%2C111%2C128%2C91%2C133%2C7%2C3%2C4%2C6%2C5%2C2%2C73%2C81%2C134%2C206%2C155%2C52%2C211%2C208%2C209%2C45%2C170%2C25%2C61%2C215%2C214%2C158%2C28%2C51%2C8%2C54%2C77%2C78%2C79%2C84%2C107%2C27%2C24%2C110%2C106%2C105%2C125%2C63%2C127%2C126%2C41%2C108%2C50%2C100%2C12%2C130%2C37%2C197%2C199%2C165%2C21%2C22%2C23%2C15%2C16%2C36%2C33%2C34%2C68%2C74%2C76%2C89%2C116%2C119%2C38%2C90%2C19%2C17%2C94%2C59%2C31%2C121%2C120%2C122%2C113%2C20%2C30%2C49%2C88%2C129%2C29%2C180%2C151%2C86%2C109%2C67%2C98%2C44%2C39%2C96%2C97%2C102%2C48%2C14%2C104%2C95%2C55%2C43%2C46%2C0%2C80%2C132%2C1%2C101%2C11%2C99%2C255%2C195%2C141%2C183%2C176%2C9%2C47%2C75%2C53%2C123%2C56%2C93%2C71%2C70%2C42%2C114%2C69%2C66%2C60%2C92%2C85%2C35%2C115%2C32%2C87%2C10%2C13511

    CPU time spent

    Tool/domainTime (ms)
    Google Tag Manager591.5
    Other Google APIs/SDKs375.9
    Clarity158.8
    www.antikeo.com220.8
    Pinterest63.2
    Facebook66.2
    Cookie-Script.com40.6
    Google Analytics25.1
    | Categories | | Tools | | Cookies | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    cdn 10
    survelliance 27
    utility 17
    tag-manager 5
    social 10
    analytics 2
    ad 2
    CategoryNumber of tools
    cdn 4
    survelliance 6
    utility 3
    tag-manager 1
    social 2
    analytics 1
    ad 1

    Third party requests and tools

    cdn (10 requests)
    Google Fonts
    Cloudflare CDN
    Adobe TypeKit
    Google CDN
    survelliance (27 requests)
    Google Fonts
    Other Google APIs/SDKs
    Google Tag Manager
    Google CDN
    Google Analytics
    Facebook
    utility (17 requests)
    Other Google APIs/SDKs
    Cookie-Script.com
    Clarity
    tag-manager (5 requests)
    Google Tag Manager
    social (10 requests)
    Pinterest
    Facebook
    analytics (2 requests)
    Google Analytics
    ad (2 requests)
    Bing Ads

    Unmatched third party domains

    Here's a list of domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty.

    bat.bing.net

    Third party cookies

    Cookie nameDomain
    ar_debug .pinterest.com

    First party requests and sizes per content type

    Calculated using .*antikeo.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b48.2 KB348.7 KB1
    css0 b82.8 KB449.7 KB7
    javascript0 b111.6 KB354.3 KB5
    image0 b2.1 MB2.1 MB8
    font0 b80.1 KB79.2 KB5
    other0 b884 B463 B1
    favicon0 b14.9 KB14.7 KB1
    TotalN/A2.4 MB3.3 MB28

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b10.6 KB40.7 KB3
    css0 b1.3 KB9.9 KB1
    javascript0 b1.2 MB3.6 MB27
    image0 b4.8 KB3.4 KB5
    font0 b126.0 KB125.2 KB5
    plain558 B1.1 KB3 B7
    json0 b1016 B650 B2
    Total510 B1.3 MB3.7 MB50

    Axe

    Axe is an accessibility testing engine for websites and other HTML-based user interfaces. Tested using axe-core version 4.10.2. Read more about axe-core .

    Violations

    Median number of violations for all the runs. Check each individual run to see all the violations.

    TypeViolations (median)
    Critical 1 (1 issues)
    Serious1 (22 issues)
    Moderate2 (28 issues)
    Minor1 (8 issues)