Page summary

https://francearchives.fr/

Tested 2021-12-19 20:07:45 using Chrome 84.0.4147.89. 3 runs and connectivity native.  

All runs: 1 - 2 - 3

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Third party

Summary

MetricValue
Performance Score65
Total Page Transfer Size23.0 MB
Requests37
TTFB [median]65 ms
Fully Loaded [median]1.597 s
First Visual Change [median]607 ms
FCP [median]598 ms
LCP [median]1.115 s
CLS [median]0.0057
Total Blocking Time [median]50 ms
Max Potential FID [median]93 ms
CPU long tasks [median]4
CPU longest task duration315 ms
Speed Index [median]835 ms
Visual Complete 85% [median]867 ms
Visual Complete 99% [median]1.045 s
Last Visual Change [median]1.146 s
Screenshot of run 1

Timings Summary

Metricminmedianmeanmax
Visual Metrics
SpeedIndex776 ms835 ms819 ms846 ms
FirstVisualChange600 ms607 ms613 ms633 ms
LastVisualChange966 ms1.146 s1.104 s1.200 s
ContentfulSpeedIndex661 ms695 ms701 ms748 ms
PerceptualSpeedIndex692 ms773 ms755 ms800 ms
VisualReadiness366 ms539 ms491 ms567 ms
VisualComplete85833 ms867 ms904 ms1.011 s
VisualComplete95833 ms1.045 s982 ms1.067 s
VisualComplete99833 ms1.045 s982 ms1.067 s
RUM sMetrics
TTFB62 ms65 ms65 ms67 ms
LCP1.089 s1.115 s1.123 s1.164 s
FCP588 ms598 ms598 ms608 ms
firstPaint588 ms598 ms598 ms608 ms
loadEventEnd1.475 s1.567 s1.574 s1.679 s
rumSpeedIndex889 ms922 ms923 ms959 ms
CLS0.00570.00570.00570.0057
CPU
Total Blocking Time46 ms50 ms55 ms70 ms
Max Potential FID81 ms93 ms98 ms120 ms
CPU long tasks 3445

Waterfall

Run 1 SpeedIndex median

Video

Download video

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.3 sCPU Long Task duration 315 ms
0.6 sFirst Contentful Paint 598 ms
0.7 sFirst Visual Change 633 msCPU Long Task duration 52 ms
0.8 sCPU Long Task duration 62 ms
0.9 sDOM Content Loaded Time 802 msCPU Long Task duration 81 msVisual Complete 85% 867 ms
1 sCPU Long Task duration 50 ms
1.1 sVisual Complete 95% 1.067 sVisual Complete 99% 1.067 s
1.2 sLCP <IMG> 1.164 sLast Visual Change 1.200 s

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on accessibility, privacy and best practices.

I am the coach

Coach score

Accessibility advice (93)

TitleAdviceScore
Always use an alt attribute on image tags (altImages)The page has 4 images that lack alt attribute(s) and 4 of them are unique.60
  • https://francearchives.fr/en/static/css/hero-comprendre-lg.jpg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/logo_republiquefrancaise.png
  • https://francearchives.fr/en/file/533bbc79a0d6e48a8a5f8df373ca600876eccde2/CADRE-COMMUN-A3_REDIM.jpg
  • https://francearchives.fr/en/file/0f703feff9684c3612e1513b98dc4526915472c2/MOSELLE.JPG
Use headings tags within section tags to better structure your page (sections)The page is missing heading(s) within a section tag on the page. It happens 6 times.40

Performance advice (65)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 6 image(s) 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.40
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/logo_republiquefrancaise.png
  • https://francearchives.fr/en/file/1289ee68eeda418b82173c19effadcd493fbac15/Archives_Gers_visuel.jpg
  • https://francearchives.fr/en/file/533bbc79a0d6e48a8a5f8df373ca600876eccde2/CADRE-COMMUN-A3_REDIM.jpg
  • https://francearchives.fr/en/file/e4becaaed506eaf3826737e96cc62b5fb44462a5/Tanneurs_Moselle.jpg
  • https://francearchives.fr/en/file/e81c93c3e703e508077c9e4e4e16707d37008ba3/GOBAIN_SGAR_2C4A4473_REDIM.jpg
  • https://francearchives.fr/en/file/0f703feff9684c3612e1513b98dc4526915472c2/MOSELLE.JPG
Avoid slowing down the critical rendering path (fastRender)Maybe you could server push your CSS resources for faster rendering but that is actually really hard to get right :(. The style https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/bootstrap.min.css is larger than the magic number TCP window size 14.5 kB. Make the file smaller and the page will render faster. The style https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/font-awesome.css is larger than the magic number TCP window size 14.5 kB. Make the file smaller and the page will render faster. The style https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/francearchives.bundle.css is larger than the magic number TCP window size 14.5 kB. Make the file smaller and the page will render faster. The page has 3 render blocking CSS request(s) and 0 blocking JavaScript request(s) inside of head.85
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/bootstrap.min.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/font-awesome.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/francearchives.bundle.css
Avoid Frontend single point of failures (spof)The page has 1 requests 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
  • https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap
Avoid doing redirects (assetsRedirects)The page has 1 redirect(s). 1 request(s) are from other domains, it could be 3rd-party assets doing unnecessary redirects. :(90
  • https://logs.xiti.com/hit.xiti?s=582968&p=home&vrn=1&ac=&at=&lng=en-US&idp=2007475304490&jv=0&re=1365x635&vtag=4.7.0&hl=20x7x47&r=1366x708x24x24&rn=1639944467126&ref=
Avoid extra requests by setting cache headers (cacheHeaders)The page has 10 request(s) that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 23.5 MB the next access.0
  • https://francearchives.fr/en/static/css/hero-comprendre-lr.jpg
  • https://francearchives.fr/en/file/99935e90c02b91d1390b1ee79a7f70b10928bd3c/FRANOM2021_8_SAS_102_01_REDIM_v2.jpg
  • https://francearchives.fr/en/file/1289ee68eeda418b82173c19effadcd493fbac15/Archives_Gers_visuel.jpg
  • https://francearchives.fr/en/file/533bbc79a0d6e48a8a5f8df373ca600876eccde2/CADRE-COMMUN-A3_REDIM.jpg
  • https://francearchives.fr/en/file/e4becaaed506eaf3826737e96cc62b5fb44462a5/Tanneurs_Moselle.jpg
  • https://francearchives.fr/en/file/e81c93c3e703e508077c9e4e4e16707d37008ba3/GOBAIN_SGAR_2C4A4473_REDIM.jpg
  • https://francearchives.fr/en/file/0f703feff9684c3612e1513b98dc4526915472c2/MOSELLE.JPG
  • https://logs.xiti.com/hit.xiti?s=582968&p=home&vrn=1&ac=&at=&lng=en-US&idp=2007475304490&jv=0&re=1365x635&vtag=4.7.0&hl=20x7x47&r=1366x708x24x24&rn=1639944467126&ref=
  • https://francearchives.fr/en/static/css/hero-comprendre-lg.jpg
  • https://logs.xiti.com/hit.xiti?s=582968&p=home&vrn=1&ac=&at=&lng=en-US&idp=2007475304490&jv=0&re=1365x635&vtag=4.7.0&hl=20x7x47&r=1366x708x24x24&rn=1639944467126&ref=&Rdt=On
Long cache headers is good (cacheHeadersLong)The page has 1 request(s) that have a shorter cache time than 30 days (but still a cache time).99
  • https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap
Always compress text content (compressAssets)The page has 11 request(s) that are served uncompressed. You could save a lot of bytes by sending them compressed instead.0
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/bootstrap.min.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/font-awesome.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/francearchives.bundle.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/jquery-typeahead/jquery.typeahead.min.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/jquery-3.1.1.min.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/jquery-typeahead/jquery.typeahead.min.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/cubes.pnia_portal.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/js/bootstrap.bundle.min.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/xtcore.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/logo_francearchives.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/icon-social-twitter-blue.svg
Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 298.1 kB and uncompressed size is 309.1 kB. That is big and the CSS could most probably be smaller.50
The favicon should be small and cacheable (favicon)The favicon size is 15368 bytes. That's quite big, can you make it smaller? 50
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/icons/favicon.ico
Total image size shouldn't be too big (imageSize)The page total image size is 23.4 MB. It's really big. Is the page using the right format for the images? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 245.9 kB. This is quite large. 50
Avoid using incorrect mime types (mimeTypes)The page has 1 misconfigured mime type(s). 99
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/fonts/lovelo/Lovelo-Black.otf
Make each CSS response small (optimalCssSize)https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/bootstrap.min.css size is 163.3 kB (163316) and that is bigger than the limit of 14.5 kB. https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/font-awesome.css size is 33.5 kB (33539) and that is bigger than the limit of 14.5 kB. https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/francearchives.bundle.css size is 86.4 kB (86400) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.70
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/bootstrap.min.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/font-awesome.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/francearchives.bundle.css
Total page size shouldn't be too big (pageSize)The page total transfer size is 24.1 MB, which is more than the coach limit of 2 MB. That is insane and you need to make it smaller.0
Don't use private headers on static content (privateAssets)The page has 1 request(s) with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.90
  • https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap

Best practice advice (88)

TitleAdviceScore
Avoid use too many third party responses (thirdParty)The page do 11% requests to third party domains (4 requests and 47 kB). First party is 33 requests and 24.1 MB. The regex .*francearchives.* was used to calculate first/third party requests.50
Avoid Unnecessary Headers (unnecessaryHeaders)There are 1 response(s) that sets a p3p header. There are 26 response(s) that sets both a max-age and expires header. There are 2 response(s) that sets a server header. 71
  • https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap
  • https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/bootstrap.min.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/font-awesome.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/css/francearchives.bundle.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/jquery-typeahead/jquery.typeahead.min.css
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/jquery-3.1.1.min.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/jquery-typeahead/jquery.typeahead.min.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/cubes.pnia_portal.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/js/bootstrap.bundle.min.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/xtcore.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/logo_republiquefrancaise.png
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/logo_francearchives.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/big_magnifyingglass_grey.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/small_blue_character_picto.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/small_blue_burger_menu.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/heading_big_compass.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/heading_big_globe.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/heading_big_lightbulb.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/small_black_triangle.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/icon-social-twitter-blue.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/footer_signature_text-francearchive.png
  • https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2
  • https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/fonts/lovelo/Lovelo-Black.otf
  • https://logs.xiti.com/hit.xiti?s=582968&p=home&vrn=1&ac=&at=&lng=en-US&idp=2007475304490&jv=0&re=1365x635&vtag=4.7.0&hl=20x7x47&r=1366x708x24x24&rn=1639944467126&ref=
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/big_cancel_cross_grey.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/icons/manifest.json
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/icons/favicon.ico

Privacy advice (78)

TitleAdviceScore
Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
  • https://francearchives.fr/
Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
  • https://francearchives.fr/
Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)The max age is lower than six months. Increase it to get a better score.80
Do not share user data with third parties (thirdPartyPrivacy)You have 11% of the request that is 3rd party (4 requests with a size of 47 kB). 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 2 survelliance requests and uses 1 survelliance tools. The page do 2 analytics requests and uses 1 analytics tools. The project https://github.com/patrickhulce/third-party-web was used to calculate first/third party requests.0

Page info

Page info
Titleindex (FranceArchives)
Width1351
Height3225
DOM elements539
Avg DOM depth9
Max DOM depth14
Iframes0
Script tags8
Local storage35 B
Session storage0 b
HTML vs AMPPlain good HTML page
Third party
JQuery3.1.1
Google AnalyticsNo
Google Tag ManagerNo
PiwikNo
BoomerangNo
New RelicNo

Visual Metrics

Browser Metrics

Extra timings
first-contentful-paint598 ms
first-paint598 ms
RUM Speed Index959 ms
Load Event End1.679 s
Largest Contentful Paint1.164 s
Fully loaded1.712 s

Largest Contentful Paint

Read more about Largest Contentful Paint.

URLTag Render timeLoad timeSize
https://francearchives.fr/en/static/css/hero-comprendre-lg.jpgIMG 1.164 s 1.050 s 532.0 KB

Detected Cumulative Layout Shift

0.01 layout shift collected from the The Layout Instability API.

Element timings

IdURLTag Render timeLoad timeNatural widthNatural height

Server timings

There are no Server Timings.

Custom metrics collected through JavaScript

There are no custom configured scripts.

Extra metrics collected using scripting

namevalue

CDP Performance

namevalue
AudioHandlers0
Documents23
Frames12
JSEventListeners125
LayoutObjects540
MediaKeySessions0
MediaKeys0
Nodes1985
Resources53
ContextLifecycleStateObservers51
V8PerContextDatas1
WorkerGlobalScopes0
UACSSResources0
RTCPeerConnections0
ResourceFetchers23
AdSubframes0
DetachedScriptStates0
ArrayBufferContents0
LayoutCount9
RecalcStyleCount9
LayoutDuration289
RecalcStyleDuration87
DevToolsCommandDuration130
ScriptDuration147
V8CompileDuration7
TaskDuration1285
TaskOtherDuration625
ThreadTime1
JSHeapUsedSize3476332
JSHeapTotalSize4337664
FirstMeaningfulPaint598

PageXray

How the page is built.

Summary
HTTP versionHTTP/2.0
Total requests37
Total domains4
Total transfer size23.0 MB
Total content size23.0 MB
Responses missing compression11
Requests per response code
20036
3021

Largest assets on the page (by transfer size)

Requests and sizes per content type

ContentHeader SizeTransfer SizeContent SizeRequests
html0 b8.9 KB47.9 KB1
css0 b291.1 KB301.9 KB5
javascript0 b240.1 KB238.4 KB5
image0 b22.4 MB22.3 MB11
font0 b44.2 KB43.6 KB1
svg0 b23.2 KB20.9 KB10
other0 b32.8 KB32.5 KB1
json0 b501 B263 B1
favicon0 b15.0 KB14.7 KB1
Total0 b23.0 MB23.0 MB36

Size and requests per domain

DomainHeader SizeTransfer SizeContent SizeRequests
francearchives.frN/A23.0 MB23.0 MB33
fonts.googleapis.comN/A1.3 KB13.7 KB1
fonts.gstatic.comN/A44.2 KB43.6 KB1
logs.xiti.comN/A304 B35 B2

Expires, last modified and cookies stats

typeminmedianmax
Expires0 seconds4 weeks1 year
Last modified0 seconds7 minutes7 weeks
Cookies000

Requests loaded after onLoad event

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript0 b0
image0 b0
font0 b0
json501 B1
favicon15.0 KB1
Total15.5 KB2

Requests loaded after onContentLoad

Includes requests done after onLoad.

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript0 b0
image491.3 KB2
font0 b0
svg567 B1
json501 B1
favicon15.0 KB1
Total507.3 KB5

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 46
Max Potential First Input Delay 81
Long Tasks before First Paint1315
Long Tasks before First Contentful Paint1315
Long Tasks after Load Event End00
Total Long Tasks5561

Individual Long Tasks

namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
unknown233315window
self67952window
self74762window
unknown83481window
self92150window

CPU time spent

Calculated using Tracium.

Categories (ms)
parseHTML73
styleLayout385
paintCompositeRender97
scriptParseCompile7
scriptEvaluation160
garbageCollection0
other499
Events (ms)
RunTask490
Layout291
V8.Execute144
UpdateLayoutTree93
CompositeLayers46
ParseHTML45
ParseAuthorStyleSheet28
Paint26
UpdateLayerTree16

Time spent per request

URLCPU time (ms)
https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/jquery-3.1.1.min.js104
https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/xtcore.js42
https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/js/bootstrap.bundle.min.js11

CPU time spent

Tool/domainTime (ms)
francearchives.fr156.3

Third party

Third party requests categorised by Third party web.

CategoryRequests
cdn 2
survelliance 2
analytics 2
CategoryNumber of tools
cdn 1
survelliance 1
analytics 1

Third party requests and tools

cdn (2 requests)
Google Fonts
  • https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap (Google Fonts)
  • https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 (Google Fonts)
survelliance (2 requests)
Google Fonts
  • https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap (Google Fonts)
  • https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 (Google Fonts)
analytics (2 requests)
XiTi
  • https://logs.xiti.com/hit.xiti?s=582968&p=home&vrn=1&ac=&at=&lng=en-US&idp=2007475304490&jv=0&re=1365x635&vtag=4.7.0&hl=20x7x47&r=1366x708x24x24&rn=1639944467126&ref= (XiTi)
  • https://logs.xiti.com/hit.xiti?s=582968&p=home&vrn=1&ac=&at=&lng=en-US&idp=2007475304490&jv=0&re=1365x635&vtag=4.7.0&hl=20x7x47&r=1366x708x24x24&rn=1639944467126&ref=&Rdt=On (XiTi)

First party requests and sizes per content type

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

ContentHeader SizeTransfer SizeContent SizeRequests
html0 b8.9 KB47.9 KB1
css0 b289.8 KB288.2 KB4
javascript0 b240.1 KB238.4 KB5
image0 b22.4 MB22.3 MB10
font0 b0 b0 b0
svg0 b23.2 KB20.9 KB10
other0 b32.8 KB32.5 KB1
json0 b501 B263 B1
favicon0 b15.0 KB14.7 KB1
TotalN/A23.0 MB23.0 MB33

Third party requests and sizes per content type

ContentHeader SizeTransfer SizeContent SizeRequests
html0 b0 b0 b0
css0 b1.3 KB13.7 KB1
javascript0 b0 b0 b0
image0 b305 B35 B1
font0 b44.2 KB43.6 KB1
TotalN/A45.9 KB57.4 KB4