“A glossy agency site that hides the door, the plot, and the evidence.”
Josiane arrives dressed like a Cannes shortlist and then forgets to invite the audience inside. It’s all statement and no stage directions, like a movie with six impressive trailers and no opening scene.
https://josiane.fr/
screenshot
TECHNICAL SUMMARY
The biggest issues are structural: the page uses 0 H1s, no canonical, no schema, and no sitemap, so search engines get a beautifully dressed dead end. Performance is dragged by 12 broken media assets and 2 redirects before landing on /fr, while UX suffers from 584 buttons, 326 inputs, and no visible navigation — which is a lot of clickable chaos for a page that should be making contact easy. Fix the homepage hierarchy and URL/pathing first; that will improve discoverability, trust, and the odds that a qualified brand actually reaches out.
🔥The PageSpeed run came back as fetch failed, which is a charming way of saying the engine never made it to the premiere.
💀
A slow-burn disaster where the trailer keeps breaking before the film even starts.
→
Compress hero and reel media, and convert the main visuals to WebP/AVIF.
LCP: UnknownImpact: highEffort: medium
Why this matters
The site has 12 broken media assets, so the heaviest visual assets are a likely speed and reliability sink even though LCP itself is unknown.
→
Defer non-critical JavaScript and trim render-blocking resources before the page starts performing for real.
TBT: UnknownImpact: highEffort: medium
Why this matters
With a fetch-failed PageSpeed run and a media-heavy page, script bloat is a plausible drag on interactivity even if TBT wasn’t captured.
→
Serve static assets through CDN caching with long cache TTLs.
FCP: UnknownImpact: mediumEffort: low
Why this matters
The page has repeated asset failures and a redirect chain; caching won’t fix broken files, but it will reduce repeat-loading pain for the assets that do work.