Page summary

https://francearchives.fr/fr/article/267930110

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

All runs: 1 - 2 - 3

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Third party

Summary

MetricValue
Performance Score69
Total Page Transfer Size2.5 MB
Requests41
TTFB [median]63 ms
Fully Loaded [median]1.196 s
First Visual Change [median]668 ms
FCP [median]669 ms
LCP [median]776 ms
CLS [median]0.0078
Total Blocking Time [median]42 ms
Max Potential FID [median]80 ms
CPU long tasks [median]4
CPU longest task duration386 ms
Speed Index [median]687 ms
Visual Complete 85% [median]668 ms
Visual Complete 99% [median]1.036 s
Last Visual Change [median]1.167 s
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
SpeedIndex683 ms687 ms695 ms716 ms
FirstVisualChange667 ms668 ms678 ms700 ms
LastVisualChange1.136 s1.167 s1.157 s1.167 s
ContentfulSpeedIndex686 ms687 ms698 ms720 ms
PerceptualSpeedIndex706 ms710 ms718 ms739 ms
VisualReadiness467 ms468 ms478 ms500 ms
VisualComplete85667 ms668 ms678 ms700 ms
VisualComplete95767 ms800 ms790 ms802 ms
VisualComplete991.034 s1.036 s1.046 s1.067 s
RUM sMetrics
TTFB62 ms63 ms69 ms81 ms
LCP758 ms776 ms771 ms778 ms
FCP636 ms669 ms661 ms677 ms
firstPaint636 ms669 ms661 ms677 ms
loadEventEnd1.113 s1.165 s1.153 s1.180 s
rumSpeedIndex637 ms670 ms662 ms678 ms
CLS0.00780.00780.00780.0078
CPU
Total Blocking Time39 ms42 ms55 ms84 ms
Max Potential FID77 ms80 ms80 ms83 ms
CPU long tasks 4456

Waterfall

Run 2 SpeedIndex median

Video

Download video

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.2 sCPU Long Task duration 55 ms
0.3 sCPU Long Task duration 339 ms
0.7 sFirst Contentful Paint 636 msFirst Visual Change 668 msVisual Complete 85% 668 ms
0.8 sCPU Long Task duration 52 msLCP <IMG> 776 ms
0.9 sVisual Complete 95% 802 msCPU Long Task duration 56 msDOM Content Loaded Time 852 msCPU Long Task duration 77 ms
1 s
1.1 sCPU Long Task duration 53 msVisual Complete 99% 1.036 s
1.2 sPage Load Time 1.112 sLast Visual Change 1.136 sFully Loaded 1.145 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 (95)

TitleAdviceScore
Always use an alt attribute on image tags (altImages)The page has 3 images that lack alt attribute(s) and 3 of them are unique.70
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/logo_republiquefrancaise.png
  • https://francearchives.fr/fr/file/bfda143444ab5548ccd580a1133740269388b9b3/FA.PNG
  • https://francearchives.fr/file/fac53f4357ee65db5c802da4f4e6f53fe6aba3a5/archives_par_dates.PNG
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 5 times.50

Performance advice (69)

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/fr/file/bfda143444ab5548ccd580a1133740269388b9b3/FA.PNG
  • https://francearchives.fr/file/fac53f4357ee65db5c802da4f4e6f53fe6aba3a5/archives_par_dates.PNG
  • https://francearchives.fr/fr/file/816c66cf0fce8d33dc3d3b29bcabb4a1d48b7cbc/Herault%20de%20guerre_39_45_2.jpg
  • https://francearchives.fr/fr/file/25d2b118e519df6e060b54fff295efe7a6e85e2e/Herault%20de%20guerre_39_45_1.jpg
  • https://francearchives.fr/fr/file/bec61bfcfc1f42660c3f1c7f531a29a8e0f7fb98/Sur%20les%20traces_Merimee.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=basecontent::50920bff1a49435187a2b2f3dc2f4c01::que_trouverez-vous_sur_francearchives_&vrn=1&ac=&at=&lng=en-US&idp=2008556209219&jv=0&re=1365x635&vtag=4.7.0&hl=20x8x55&r=1366x708x24x24&rn=1639944535463&ref=
Avoid extra requests by setting cache headers (cacheHeaders)The page has 8 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 1.9 MB the next access.20
  • https://francearchives.fr/fr/file/bfda143444ab5548ccd580a1133740269388b9b3/FA.PNG
  • https://francearchives.fr/file/0939c0fbdb0d04f2efc8ad5ffa01da183c216d60/francearchives_AD_AM_20210722.png
  • https://francearchives.fr/file/fac53f4357ee65db5c802da4f4e6f53fe6aba3a5/archives_par_dates.PNG
  • https://francearchives.fr/fr/file/816c66cf0fce8d33dc3d3b29bcabb4a1d48b7cbc/Herault%20de%20guerre_39_45_2.jpg
  • https://francearchives.fr/fr/file/25d2b118e519df6e060b54fff295efe7a6e85e2e/Herault%20de%20guerre_39_45_1.jpg
  • https://francearchives.fr/fr/file/bec61bfcfc1f42660c3f1c7f531a29a8e0f7fb98/Sur%20les%20traces_Merimee.jpg
  • https://logs.xiti.com/hit.xiti?s=582968&p=basecontent::50920bff1a49435187a2b2f3dc2f4c01::que_trouverez-vous_sur_francearchives_&vrn=1&ac=&at=&lng=en-US&idp=2008556209219&jv=0&re=1365x635&vtag=4.7.0&hl=20x8x55&r=1366x708x24x24&rn=1639944535463&ref=
  • https://logs.xiti.com/hit.xiti?s=582968&p=basecontent::50920bff1a49435187a2b2f3dc2f4c01::que_trouverez-vous_sur_francearchives_&vrn=1&ac=&at=&lng=en-US&idp=2008556209219&jv=0&re=1365x635&vtag=4.7.0&hl=20x8x55&r=1366x708x24x24&rn=1639944535463&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 13 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/bundle-pnia-toc.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/xtcore.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/logo_francearchives.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/icon_plus_blue.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.2 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 15350 bytes. That's quite big, can you make it smaller? 50
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/icons/favicon.ico
Avoid too many fonts (fewFonts)The page has 2 font requests. Do you really need them? What value does the fonts give the user?80
  • https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/fonts/fontawesome-webfont.woff2?v=4.5.0
Total image size shouldn't be too big (imageSize)The page total image size is 1.9 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 284.5 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.4 kB (163424) 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 2.7 MB, which is more than the coach limit of 2 MB. That is really big 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 (83)

TitleAdviceScore
Meta description (metaDescription)The page is missing a meta description.0
Avoid Unnecessary Headers (unnecessaryHeaders)There are 1 response(s) that sets a p3p header. There are 32 response(s) that sets both a max-age and expires header. There are 2 response(s) that sets a server header. 65
  • 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/bundle-pnia-faq.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/bundle-pnia-toc.js
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/cubes.pnia_sharelinks.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/logo_fb.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/logo_twitter.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/picto_mail.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/picto_url.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/small_black_triangle.svg
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/icon_plus_blue.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/fontawesome-webfont.woff2?v=4.5.0
  • https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/fonts/lovelo/Lovelo-Black.otf
  • https://logs.xiti.com/hit.xiti?s=582968&p=basecontent::50920bff1a49435187a2b2f3dc2f4c01::que_trouverez-vous_sur_francearchives_&vrn=1&ac=&at=&lng=en-US&idp=2008556209219&jv=0&re=1365x635&vtag=4.7.0&hl=20x8x55&r=1366x708x24x24&rn=1639944535463&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/fr/article/267930110
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/fr/article/267930110
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 10% 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
TitleQue trouverez-vous sur FranceArchives ? (FranceArchives)
Width1351
Height4517
DOM elements587
Avg DOM depth9
Max DOM depth14
Iframes0
Script tags12
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-paint636 ms
first-paint636 ms
RUM Speed Index637 ms
Load Event End1.113 s
Largest Contentful Paint776 ms
Fully loaded1.145 s

Largest Contentful Paint

Read more about Largest Contentful Paint.

URLTag Render timeLoad timeSize
https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/images/logo_francearchives.svgIMG 776 ms 634 ms 47.7 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
Documents13
Frames13
JSEventListeners130
LayoutObjects633
MediaKeySessions0
MediaKeys0
Nodes1947
Resources48
ContextLifecycleStateObservers31
V8PerContextDatas1
WorkerGlobalScopes0
UACSSResources0
RTCPeerConnections0
ResourceFetchers13
AdSubframes0
DetachedScriptStates0
ArrayBufferContents0
LayoutCount9
RecalcStyleCount9
LayoutDuration292
RecalcStyleDuration151
DevToolsCommandDuration172
ScriptDuration147
V8CompileDuration7
TaskDuration1179
TaskOtherDuration410
ThreadTime1
JSHeapUsedSize3407908
JSHeapTotalSize4075520
FirstMeaningfulPaint636

PageXray

How the page is built.

Summary
HTTP versionHTTP/2.0
Total requests41
Total domains4
Total transfer size2.5 MB
Total content size2.6 MB
Responses missing compression13
Requests per response code
20040
3021

Largest assets on the page (by transfer size)

Requests and sizes per content type

ContentHeader SizeTransfer SizeContent SizeRequests
html0 b11.8 KB57.5 KB1
css0 b291.2 KB301.9 KB5
javascript0 b277.8 KB275.3 KB8
image0 b1.8 MB1.8 MB9
font0 b109.7 KB108.7 KB2
svg0 b25.7 KB22.9 KB12
other0 b32.8 KB32.5 KB1
json0 b501 B263 B1
favicon0 b15.0 KB14.7 KB1
Total0 b2.5 MB2.6 MB40

Size and requests per domain

DomainHeader SizeTransfer SizeContent SizeRequests
francearchives.frN/A2.5 MB2.5 MB37
fonts.googleapis.comN/A1.3 KB13.7 KB1
fonts.gstatic.comN/A44.2 KB43.6 KB1
logs.xiti.comN/A305 B35 B2

Expires, last modified and cookies stats

typeminmedianmax
Expires0 seconds4 weeks1 year
Last modified0 seconds9 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
image306 B1
font0 b0
svg567 B1
json501 B1
favicon15.0 KB1
Total16.3 KB4

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 39
Max Potential First Input Delay 77
Long Tasks before First Paint2394
Long Tasks before First Contentful Paint2394
Long Tasks after Load Event End00
Total Long Tasks6633

Individual Long Tasks

namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
self18755window
unknown242339window
self74352window
self80456window
unknown87977window
unknown102953window

CPU time spent

Calculated using Tracium.

Categories (ms)
parseHTML77
styleLayout454
paintCompositeRender61
scriptParseCompile7
scriptEvaluation161
garbageCollection3
other249
Events (ms)
Layout295
RunTask241
UpdateLayoutTree158
V8.Execute145
ParseHTML43
ParseAuthorStyleSheet33
Paint29
UpdateLayerTree17

Time spent per request

URLCPU time (ms)
https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/jquery-3.1.1.min.js103
https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/xtcore.js22
https://francearchives.fr/data/39b58a52585d82c4f11a2f28bb56b022/bundle-pnia-toc.js16

CPU time spent

Tool/domainTime (ms)
francearchives.fr141.1

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=basecontent::50920bff1a49435187a2b2f3dc2f4c01::que_trouverez-vous_sur_francearchives_&vrn=1&ac=&at=&lng=en-US&idp=200915113962&jv=0&re=1365x635&vtag=4.7.0&hl=20x9x15&r=1366x708x24x24&rn=1639944555209&ref= (XiTi)
  • https://logs.xiti.com/hit.xiti?s=582968&p=basecontent::50920bff1a49435187a2b2f3dc2f4c01::que_trouverez-vous_sur_francearchives_&vrn=1&ac=&at=&lng=en-US&idp=200915113962&jv=0&re=1365x635&vtag=4.7.0&hl=20x9x15&r=1366x708x24x24&rn=1639944555209&ref=&Rdt=On (XiTi)

First party requests and sizes per content type

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

ContentHeader SizeTransfer SizeContent SizeRequests
html0 b11.8 KB57.5 KB1
css0 b289.9 KB288.2 KB4
javascript0 b277.8 KB275.3 KB8
image0 b1.8 MB1.8 MB8
font0 b65.4 KB65.1 KB1
svg0 b25.7 KB22.9 KB12
other0 b32.8 KB32.5 KB1
json0 b501 B263 B1
favicon0 b15.0 KB14.7 KB1
TotalN/A2.5 MB2.5 MB37

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 b306 B35 B1
font0 b44.2 KB43.6 KB1
TotalN/A45.9 KB57.4 KB4