I’m having trouble with
Briefly explain what’s not working or where you’re stuck
Working in
Wix Studio Editor
Site link
roniaschiftan.ch
What I’m trying to do
Optimizinig Performance based on Google Page Speed test.
Unfortunately, the site only scores 69 in Performance and there are several points in the list that I don’t understand. That’s what AI Claude tells me to do, since I’m no developer, I would need some help to write code accordingly.
Could some one please help me at least solve the severe red issues?
Improve image delivery – save 55 KB
Your images are too large or in the wrong format. Solution: Save and compress images as .webp, e.g., using squoosh.app or directly in Squarespace/WordPress via the image settings.
Use efficient cache lifetimes – save 15,211 KB
This is the biggest issue. Your website doesn’t “remember” anything for returning visitors, meaning everything reloads every time. Your web developer or hosting provider usually handles this via cache settings.
Forced reflow
The website recalculates its layout multiple times during loading, which slows it down. This is a technical coding issue—mention this term to your developer; they’ll know what to do.
LCP request discovery
The largest visible element (e.g., your header image) is loading too late. Solution: Prioritize main images in the code—this is also something for your developer to handle.
Network dependency tree – Warning: too many preconnect connections
Your website is trying to preconnect to too many external services at once (e.g., fonts, analytics, tools). This slows down the initial load. Your developer can streamline this.
Duplicated JavaScript – save 88 KB
Some JavaScript code is being loaded twice. This often happens when plugins or tools are integrated multiple times. Have a developer check this.
Legacy JavaScript – save 5 KB
Your website is loading old code intended for older browsers, even though this is hardly necessary anymore. A minor issue, easily fixable.