- URL: https://decadrages.ch
- Date: 12/02/24 02:04:10
Webpage Performance Test Result
- Settings: Desktopv129CableFrankfurt, Germany
More
- Test runs: 1
- Connectivity: 5000/1000 Kbps, 28ms Latency
- Custom Metrics
View:
Requests Details
Use this page to explore the metric timings and request waterfall for any run of your test.
Page Performance Metrics (Run 1)
View run details: Run 1 (Repeat View)
TTFB | Start Render | FCP | Speed Index | LCP | CLS | TBT | DC Time | DC Requests | DC Bytes | Total Time | Total Requests | Page Weight |
---|---|---|---|---|---|---|---|---|---|---|---|---|
.222S | .500S | .528S | .588S | .733S | .021 | .000S | .474S | 6 | 109KB | .581S | 6 | 109KB |
Visual Page Loading Process (Explore)
Navigation Timings | |
---|---|
domContentLoadedEvent | loadEvent |
0.263s - 0.263s (0s) | 0.374s - 0.374s (0s) |
Custom Metrics Data
- Colordepth
- 24
- Dpi
- {"dppx":1,"dpcm":37.79527559055118,"dpi":96}
- Images
- []
- Resolution
- {"absolute":{"height":1200,"width":1920},"available":{"height":1200,"width":1920}}
- fonts
- [{"family":"Unireg","display":"auto","status":"loaded","style":"normal","weight":"normal"},{"family":"Uniboldcon","display":"auto","status":"loaded","style":"normal","weight":"normal"}]
- generated-content-percent
- 0.35
- generated-content-size
- 0.15
- imgs-in-viewport
- []
- imgs-no-alt
- []
- imgs-out-viewport
- []
- jsLibsVulns
- []
- meta-viewport
- width=device-width, initial-scale=1.0
- possibly-render-blocking-reqs
- ["https:\/\/decadrages.ch\/assets\/css\/style.css"]
- rendered-html
- <html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Décadrages</title> <link href="https://decadrages.ch/assets/css/style.css" rel="stylesheet"> <meta name="description" content="Décadrages est une revue de cinéma à parution semestrielle qui comprend un dossier consacré à une problématique, un cinéaste ou un film, ainsi …"> <meta property="og:title" content="Décadrages"> <meta property="og:description" content="Décadrages est une revue de cinéma à parution semestrielle qui comprend un dossier consacré à une problématique, un cinéaste ou un film, ainsi …"> </head> <body> <header x-data="{ open: false, hide: false }" @mouseenter="open = true" @mouseleave="open = false" @click="open = !open" class="group deca-menu deactivated" :class="{ 'hover': open }" style="background-color: #085939"> <nav x-show="$store.menu.show" x-transition.opacity.duration.200ms="" style="background-color: #085939"> <div class="mx-auto max-w-screen-xl px-2 grid grid-cols-2 lg:grid-cols-8 gap-4 items-center uppercase text-xl md:text-3xl 2xl:text-4xl pt-2 pb-1 md:pb-0 font-sansbold align-top"> <div class="col-span-1 lg:col-span-2"> <a href="https://decadrages.ch">Décadrages</a> </div> <div class="text-right lg:text-left"> <div>Nº1—47</div> </div> <div class="hidden lg:block col-span-5 text-right relative"> <div class="absolute top-0 right-0 max-w-full">CINEMA À TRAVERS CHAMPS</div> </div> </div> </nav> </header> <div x-data="panier" x-collapse="" x-show="$store.panier.show" class="panier fixed top-0 left-0 w-full h-screen p-2 bg-black text-white z-50" style="display: none; height: 0px; overflow: hidden;" hidden=""> <div class="mx-auto max-w-screen-xl px-2 space-y-6 min-h-[50vh] flex flex-col"> <div class="flex justify-between"> <div class="font-sansbold text-xl md:text-3xl 2xl:text-4xl uppercase">Panier</div> <div @click="$store.panier.show = false" class="deca-cross"> <!-- <div class="absolute -top-1 left-0 inline-block w-px h-5 md:h-7 2xl:h-9 bg-white transform rotate-45"></div> --> <!-- <div class="absolute -top-1 left-0 inline-block w-px h-5 md:h-7 2xl:h-9 bg-white transform -rotate-45"></div> --> </div> </div> <div class="flex-1 space-y-5 md:space-y-2"> <template x-for="item in $store.panier.items"> <div class="grid grid-cols-4 md:grid-cols-8 text-xl 2xl:text-2xl leading-tight items-center font-sansbold group uppercase"> <div class="pr-4 col-span-2 md:col-span-1 order-first md:order-none"> <span class="md:pt-[4px] leading-none uppercase" x-text="item.num"></span> </div> <div class="col-span-4"> <span class="md:pt-[4px]" x-text="item.title"></span> </div> <div class="col-span-2 flex items-center"> <div class="pr-2 md:pt-[4px]" x-text="item.quantity"></div> <div @click.prevent="$store.panier.remove(item.id)" class="cursor-pointer inline-block align-top text-xs 2xl:text-sm font-sans border border-white rounded-md uppercase pt-1 pb-0.5 px-2 hover:bg-white hover:text-black"> Supprimer </div> </div> <div class="md:text-right"> <span class="md:pt-[4px]" x-text="item.price + ' CHF'"></span> </div> </div> </template> </div> <div class="flex justify-between"> <div class="font-sansbold text-xl md:text-3xl 2xl:text-4xl uppercase cursor-pointer" @click="checkout()">Checkout</div> <div class="font-sansbold text-xl md:text-3xl 2xl:text-4xl uppercase" x-text="$store.panier.total() + ' CHF'">0 CHF</div> </div> </div> </div> <main class="font-sans" style="background-color:#085939"> <div x-data="" x-show="$store.panier.items.length > 0" @click="$store.panier.show = true" class="fixed top-0 right-0 z-40 p-2 font-sans" style="display: none;"> <div class="cursor-pointer inline-block align-top text-xs 2xl:text-sm font-sans border border-black rounded-md uppercase bg-green-400 pt-1 pb-0.5 px-2 hover:bg-black hover:text-white" x-text="'Panier (' + $store.panier.items.length + ')'">Panier (0)</div> </div> <div class="px-2 mx-auto max-w-screen-xl pt-12 md:pt-20 2xl:pt-[5.25rem] pb-4 md:pb-7 space-y-4 md:space-y-7"> <section class="uppercase text-xl md:text-3xl 2xl:text-4xl font-sansbold leading-none h-auto"> <div class=""> <a href="https://decadrages.ch/a-propos" class="hover:opacity-50">à propos</a> </div> <div class=""> <a href="https://decadrages.ch/collection" class="hover:opacity-50">collection/commande</a> </div> <div class=""> <a href="https://decadrages.ch/recherche" class="hover:opacity-50">recherche</a> </div> </section> <a href="https://decadrages.ch/news/soiree-speciale-celine-sciamma-au-cinematographe-a-lausanne" class="block uppercase font-sansbold text-xl md:text-3xl 2xl:text-4xl leading-tight w-full deca-link"> Soirée spéciale Céline Sciamma (cours public + projection) au Cinématographe à Lausanne le mercredi 20 novembre 2024 dès 18h30 </a> </div> </main> <div class="px-2 mx-auto max-w-screen-xl"> <div> <div class="uppercase font-sansbold text-xl md:text-3xl 2xl:text-4xl py-4 md:py-7"> <a href="https://decadrages.ch/collection" class="deca-link">COLLECTION</a> </div> <a href="https://decadrages.ch/collection/celine-sciamma" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 978-2-9701699-1-8 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº51-52 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Céline Sciamma </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2024 </span> </div> </a> <a href="https://decadrages.ch/collection/sonimage" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9701699-0-1 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº48-50 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Sonimage </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2023 </span> </div> </a> <a href="https://decadrages.ch/collection/46-47-chantal-akerman" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700963-9-9 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº46–47 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Chantal Akerman </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2022 </span> </div> </a> <a href="https://decadrages.ch/collection/44-45-alexander-kluge" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-0-5 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº44–45 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Alexander Kluge </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2022 </span> </div> </a> <a href="https://decadrages.ch/collection/43-abdellatif-kechiche" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700963-7-5 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº43 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Abdellatif Kechiche </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2020 </span> </div> </a> <a href="https://decadrages.ch/collection/40-42-cinema-ethnographique" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700963-6-8 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº40–42 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Cinéma ethnographique </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2019 </span> </div> </a> <a href="https://decadrages.ch/collection/39-jeu-video-et-cinema" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700963-5-1 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº39 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Jeu vidéo et cinéma </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2018 </span> </div> </a> <a href="https://decadrages.ch/collection/37-38-lionel-rogosin" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700963-4-4 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº37–38 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Lionel Rogosin </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2017 </span> </div> </a> <a href="https://decadrages.ch/collection/34-36-cinema-de-re-montage" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700963-3-7 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº34–36 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Cinéma de re-montage </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2016 </span> </div> </a> <a href="https://decadrages.ch/collection/32-33-series-televisees-contemporaines" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700963-2-0 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº32–33 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Séries télévisées contemporaines </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2016 </span> </div> </a> <a href="https://decadrages.ch/collection/31-education-au-cinema" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700963-1-3 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº31 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Education au cinéma </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2015 </span> </div> </a> <a href="https://decadrages.ch/collection/29-30-rene-vautier" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700963-0-6 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº29–30 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> René Vautier </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2015 </span> </div> </a> <a href="https://decadrages.ch/collection/28-arnaud-desplechin" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700668-9-7 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº28 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Arnaud Desplechin </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2014 </span> </div> </a> <a href="https://decadrages.ch/collection/26-27-drones-cartographie-et-images-automatisees" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700668-8-0 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº26–27 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Drones, cartographie et images automatisées </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2014 </span> </div> </a> <a href="https://decadrages.ch/collection/25-werner-herzog" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700668-7-3 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº25 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Werner Herzog </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2013 </span> </div> </a> <a href="https://decadrages.ch/collection/23-24-le-doublage" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700668-6-6 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº23–24 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Le doublage </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2013 </span> </div> </a> <a href="https://decadrages.ch/collection/21-22-cinema-elargi" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700668-5-9 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº21–22 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Cinéma élargi </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2012 </span> </div> </a> <a href="https://decadrages.ch/collection/20-peter-watkins" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700668-4-2 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº20 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Peter Watkins </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2012 </span> </div> </a> <a href="https://decadrages.ch/collection/19-autour-d-elephant-de-gus-van-sant" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700668-3-5 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº19 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Autour d'Elephant de Gus Van Sant </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2011 </span> </div> </a> <a href="https://decadrages.ch/collection/18-mario-ruspoli-et-le-cinema-direct" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700668-2-8 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº18 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Mario Ruspoli et le cinéma direct </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2011 </span> </div> </a> <a href="https://decadrages.ch/collection/16-17-les-abimes-de-l-adaptation" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700668-1-1 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº16–17 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Les abîmes de l'adaptation </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2010 </span> </div> </a> <a href="https://decadrages.ch/collection/15-raoul-ruiz" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700668-0-4 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº15 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Raoul Ruiz </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2009 </span> </div> </a> <a href="https://decadrages.ch/collection/14-cinema-et-migration" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-9-8 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº14 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Cinéma et migration </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2009 </span> </div> </a> <a href="https://decadrages.ch/collection/13-anna-sanders-films-cinema-et-art-contemporain" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-8-1 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº13 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Anna Sanders Films, cinéma et art contemporain </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2008 </span> </div> </a> <a href="https://decadrages.ch/collection/12-fredi-m-murer" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-7-4 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº12 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Fredi M. Murer </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2008 </span> </div> </a> <a href="https://decadrages.ch/collection/11-terrence-malick" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-6-7 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº11 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Terrence Malick </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2007 </span> </div> </a> <a href="https://decadrages.ch/collection/10-la-trilogie-de-dieu-de-joao-cesar-monteiro" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-5-0 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº10 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> La trilogie de Dieu de João César Monteiro </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2007 </span> </div> </a> <a href="https://decadrages.ch/collection/8-9-le-monde-de-star-wars" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-4-3 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº8–9 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Le monde de Star Wars </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2006 </span> </div> </a> <a href="https://decadrages.ch/collection/7-stephen-dwoskin" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-3-6 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº7 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Stephen Dwoskin </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2006 </span> </div> </a> <a href="https://decadrages.ch/collection/6-train-et-cinema" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-2-9 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº6 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Train et cinéma </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2005 </span> </div> </a> <a href="https://decadrages.ch/collection/4-5-david-lynch" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-1-2 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº4–5 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> David Lynch </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2005 </span> </div> </a> <a href="https://decadrages.ch/collection/3-hitchcock-cote-cour" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN 978-2-9700582-0-5 </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº3 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Hitchcock côté cour </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2004 </span> </div> </a> <a href="https://decadrages.ch/collection/1-2-le-hors-champ" class="grid grid-cols-8 text-base md:text-xl 2xl:text-2xl font-sansbold group uppercase"> <div class="hidden xl:block col-span-2 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> ISBN – </span> </div> <div class="col-span-2 xl:col-span-1 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white leading-none"> Nº1–2 </span> </div> <div class="col-span-5 xl:col-span-4 pr-4"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> Le hors-champ </span> </div> <div class="text-right"> <span class="deca-txt-pad md:group-hover:bg-black md:group-hover:text-white"> 2004 </span> </div> </a> </div></div> <footer class="w-full h-full min-h-screen pt-10 md:pt-14"> <div class="mx-auto max-w-screen-xl px-2 h-full flex flex-col"> <div class="flex-1 font-sans text-xs uppercase"> <p>Comité de rédaction : François Bovier (président), Laure Cordonier (trésorière), Faye Corthésy, Chloé Hofmann, Isabel Krek, Coralie Lamotte, Serge Margel, Achilleas Papakonstantis, Sylvain Portmann (secrétaire), Stéphanie Serra. Comité de parrainage: François Albera, professeur honoraire à l’Université de Lausanne, Alain Boillat, professeur à l’Université de Lausanne, Hervé Dumont, historien du cinéma, Frédéric Maire, directeur de la Cinémathèque suisse, Dominique Païni, commissaire d’expositions et critique indépendant, Alexandra Schneider, professeure à l’Université Johannes Gutenberg de Mayence, Margrit Tröhler, professeure à l’Université de Zurich, Romed Wyder, membre du comité directeur de l’Association suisse des réalisateurs·trices de films. Design graphique : N°1–42 ( Ariane Tschopp), N°43–47 Eurostandard (Pierrick Brégeon + Clément Rouzaud), Lausanne/Paris. Site Internet : Frederik Mahler-Andersen. Remerciements : Jean-Blaise Perrin, Delta Conseil SA. Avec le soutien de l’OFC (Commission pour l’Encouragement de la culture cinématographique) (2002–2021), l’UNIL (Section d’histoire et esthétique du cinéma, Faculté des lettres), de l'ASSH (Académie Suisse des Sciences Humaines et sociales) et du Canton de Vaud. Association Décadrages Section d’histoire et esthétique du cinéma, Université de Lausanne, Bâtiment Anthropole, CH–1015 Lausanne COPYRIGHT: © Chaque auteur pour sa contribution, Association Décadrages pour l’ensemble, 2024.</p> </div> <div class="flex-0 font-sans py-7 md:py-14 text-xs text-center"> <p>Association Décadrages<br>CH–1015 Lausanne<br>[email protected]</p> </div> <div class="flex-1"></div> </div> </footer><script async="" defer="" src="https://decadrages.ch/assets/js/bundle.js"></script> </body></html>
- securityHeaders
- {"securityHeadersList":[],"securityHeadersGrade":"F","securityHeadersScore":0}
Waterfall View
Start Render | First Contentful Paint | Largest Contentful Paint | Layout Shift | DOM Interactive | DOM Content Loaded | On Load | Document Complete |
Render Blocking Resource | Insecure Request | 3xx response | 4xx+ response | Doesn't Belong to Main Doc |
Connection View
DNS Lookup | Initial Connection | SSL Negotiation | Start Render | DOM Content Loaded | On Load | Document Complete |
Request Details
Before Start Render | Before On Load | After On Load | 3xx Response | 4xx Response |
# | Resource | Content Type | Priority | Request Start | DNS Lookup | Initial Connection | SSL Negotiation | Time to First Byte | Content Download | Bytes Downloaded | CPU Time | Error/Status Code | IP |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | https://decadrages.ch/ | text/html | Highest | 0.166 s | 61 ms | 40 ms | 64 ms | 56 ms | 38 ms | 4.4 KB | - | 200 | 185.31.40.26 |
2 | https://decadrages.c...assets/css/style.css | text/css | Highest | 0.235 s | - | - | - | 46 ms | 22 ms | 4.2 KB | - | 200 | 185.31.40.26 |
3 | https://decadrages.c.../assets/js/bundle.js | text/javascript | Low | 0.263 s | - | - | - | 48 ms | 46 ms | 20.4 KB | 13 ms | 200 | 185.31.40.26 |
4 | https://decadrages.c...-BoldCondensed.woff2 | font/woff2 | Highest | 0.4 s | - | - | - | 46 ms | 63 ms | 38.6 KB | - | 200 | 185.31.40.26 |
5 | https://decadrages.c...extPro-Regular.woff2 | font/woff2 | Highest | 0.4 s | - | - | - | 126 ms | 52 ms | 38.2 KB | - | 200 | 185.31.40.26 |
6 | https://decadrages.ch/favicon.ico | text/html | High | 0.404 s | - | - | - | 177 ms | - | 3.7 KB | - | 404 | 185.31.40.26 |
Request Headers
Request 1: https://decadrages.ch/
URL: https://decadrages.ch/
Host: decadrages.ch
IP: 185.31.40.26
Error/Status Code: 200
Priority: Highest
Protocol: HTTP/2
HTTP/2 Stream: 1, weight 256, depends on 0, EXCLUSIVE
Initiated By: https://decadrages.ch/assets/js/bundle.js
Request Start: 0.166 s
DNS Lookup: 61 ms
Initial Connection: 40 ms
Time to First Byte: 56 ms
Content Download: 38 ms
Bytes In (downloaded): 4.4 KB
Uncompressed Size: 43.0 KB
Bytes Out (uploaded): 2.1 KB
Request Headers:
:authority: decadrages.ch
:method: GET
:path: /
:scheme: https
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
priority: u=0, i
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="129", "Google Chrome";v="129"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: document
sec-fetch-mode: navigate
sec-fetch-site: cross-site
upgrade-insecure-requests: 1
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 PTST/24.10.2
Response Headers:
content-encoding: br
content-type: text/html; charset=UTF-8
date: Mon, 02 Dec 2024 02:03:34 GMT
server: Apache
vary: Accept-Encoding
via: 2.0 alproxy
:status: 200
Request 2: https://decadrages.ch/assets/css/style.css
URL: https://decadrages.ch/assets/css/style.css
Host: decadrages.ch
IP: 185.31.40.26
Error/Status Code: 200
Priority: Highest
Protocol: HTTP/2
HTTP/2 Stream: 3, weight 256, depends on 1, EXCLUSIVE
Initiated By: https://decadrages.ch/ line 8
Request Start: 0.235 s
Time to First Byte: 46 ms
Content Download: 22 ms
Bytes In (downloaded): 4.2 KB
Uncompressed Size: 19.6 KB
Bytes Out (uploaded): 1.8 KB
Request Headers:
:authority: decadrages.ch
:method: GET
:path: /assets/css/style.css
:scheme: https
accept: text/css,*/*;q=0.1
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
priority: u=0
referer: https://decadrages.ch/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="129", "Google Chrome";v="129"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: style
sec-fetch-mode: no-cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 PTST/24.10.2
Response Headers:
accept-ranges: bytes
content-encoding: br
content-length: 4296
content-type: text/css
date: Mon, 02 Dec 2024 02:03:34 GMT
etag: "4e94-60f0d6abc9800-br"
last-modified: Tue, 16 Jan 2024 10:16:00 GMT
server: Apache
vary: Accept-Encoding
via: 2.0 alproxy
:status: 200
Request 3: https://decadrages.ch/assets/js/bundle.js
URL: https://decadrages.ch/assets/js/bundle.js
Host: decadrages.ch
IP: 185.31.40.26
Error/Status Code: 200
Priority: Low
Protocol: HTTP/2
HTTP/2 Stream: 5, weight 147, depends on 3, EXCLUSIVE
Initiated By: https://decadrages.ch/ line 718
Request Start: 0.263 s
Time to First Byte: 48 ms
Content Download: 46 ms
Bytes In (downloaded): 20.4 KB
Uncompressed Size: 55.8 KB
Bytes Out (uploaded): 1.7 KB
Request Headers:
:authority: decadrages.ch
:method: GET
:path: /assets/js/bundle.js
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
referer: https://decadrages.ch/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="129", "Google Chrome";v="129"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: script
sec-fetch-mode: no-cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 PTST/24.10.2
Response Headers:
accept-ranges: bytes
content-encoding: br
content-length: 20918
content-type: text/javascript
date: Mon, 02 Dec 2024 02:03:34 GMT
etag: "df41-60f0d6abc9800-br"
last-modified: Tue, 16 Jan 2024 10:16:00 GMT
server: Apache
vary: Accept-Encoding
via: 2.0 alproxy
:status: 200
Request 4: https://decadrages.ch/assets/fonts/UniversNextPro-BoldCondensed.woff2
URL: https://decadrages.ch/assets/fonts/UniversNextPro-BoldCondensed.woff2
Host: decadrages.ch
IP: 185.31.40.26
Error/Status Code: 200
Priority: Highest
Protocol: HTTP/2
HTTP/2 Stream: 7, weight 256, depends on 0, EXCLUSIVE
Initiated By: https://decadrages.ch/assets/css/style.css
Request Start: 0.400 s
Time to First Byte: 46 ms
Content Download: 63 ms
Bytes In (downloaded): 38.6 KB
Uncompressed Size: 38.6 KB
Bytes Out (uploaded): 2.0 KB
Request Headers:
:authority: decadrages.ch
:method: GET
:path: /assets/fonts/UniversNextPro-BoldCondensed.woff2
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
origin: https://decadrages.ch
priority: u=0
referer: https://decadrages.ch/assets/css/style.css
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="129", "Google Chrome";v="129"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: font
sec-fetch-mode: cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 PTST/24.10.2
Response Headers:
accept-ranges: bytes
content-length: 39532
content-type: font/woff2
date: Mon, 02 Dec 2024 02:03:34 GMT
etag: "9a6c-5e08728024f00"
last-modified: Fri, 03 Jun 2022 08:46:20 GMT
server: Apache
via: 2.0 alproxy
:status: 200
Request 5: https://decadrages.ch/assets/fonts/UniversNextPro-Regular.woff2
URL: https://decadrages.ch/assets/fonts/UniversNextPro-Regular.woff2
Host: decadrages.ch
IP: 185.31.40.26
Error/Status Code: 200
Priority: Highest
Protocol: HTTP/2
HTTP/2 Stream: 9, weight 256, depends on 7, EXCLUSIVE
Initiated By: https://decadrages.ch/assets/css/style.css
Request Start: 0.400 s
Time to First Byte: 126 ms
Content Download: 52 ms
Bytes In (downloaded): 38.2 KB
Uncompressed Size: 38.2 KB
Bytes Out (uploaded): 1.9 KB
Request Headers:
:authority: decadrages.ch
:method: GET
:path: /assets/fonts/UniversNextPro-Regular.woff2
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
origin: https://decadrages.ch
priority: u=0
referer: https://decadrages.ch/assets/css/style.css
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="129", "Google Chrome";v="129"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: font
sec-fetch-mode: cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 PTST/24.10.2
Response Headers:
accept-ranges: bytes
content-length: 39096
content-type: font/woff2
date: Mon, 02 Dec 2024 02:03:34 GMT
etag: "98b8-5e08728024f00"
last-modified: Fri, 03 Jun 2022 08:46:20 GMT
server: Apache
via: 2.0 alproxy
:status: 200
Request 6: https://decadrages.ch/favicon.ico
URL: https://decadrages.ch/favicon.ico
Host: decadrages.ch
IP: 185.31.40.26
Error/Status Code: 404
Priority: High
Protocol: HTTP/2
HTTP/2 Stream: 11, weight 220, depends on 9, EXCLUSIVE
Request Start: 0.404 s
Time to First Byte: 177 ms
Bytes In (downloaded): 3.7 KB
Uncompressed Size: 3.7 KB
Bytes Out (uploaded): 1.9 KB
Request Headers:
:authority: decadrages.ch
:method: GET
:path: /favicon.ico
:scheme: https
accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
priority: u=1, i
referer: https://decadrages.ch/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="129", "Google Chrome";v="129"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: image
sec-fetch-mode: no-cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 PTST/24.10.2
Response Headers:
content-type: text/html; charset=UTF-8
date: Mon, 02 Dec 2024 02:03:34 GMT
server: Apache
via: 2.0 alproxy
:status: 404