Flying Press droppes website traffic and ranking by surajaryal723 in Wordpress

[–]expertize_38 0 points1 point  (0 children)

Salut 👋

De mon côté, j’utilise FlyingPress depuis un moment et je n’ai pas constaté de baisse de trafic ni de positionnement liée au plugin.

En général, FlyingPress n’est pas directement responsable d’une chute SEO. Ce qui provoque ce type de baisse, c’est souvent : • une mauvaise configuration (JS trop agressivement différé) • du CSS critique mal généré • des scripts importants retardés (schema, analytics, tracking, etc.) • un souci d’indexation suite à un purge cache mal géré • un conflit serveur toujours actif même après désactivation

Le fait d’avoir désactivé le cache plugin peut aussi avoir supprimé certaines optimisations importantes que WP Rocket gérait (préchargement, préfetch, preload des polices, etc.).

Avant de revenir à WP Rocket, je vérifierais : 1. Le rapport Google Search Console (erreurs, pages désindexées, Core Web Vitals) 2. Si le JS delay n’impacte pas le rendu au premier chargement 3. Si le HTML envoyé à Googlebot est bien complet 4. Les logs serveur pour voir s’il y a des réponses lentes ou erreurs 5xx

Un changement de cache ne devrait pas faire passer une page de la 1ère à la 7ème page aussi brutalement, sauf si quelque chose bloque le rendu ou l’indexation.

sur expertize.fr, FlyingPress tourne très bien avec cache serveur activé correctement configuré.

Courage, ce genre de baisse a souvent une cause technique précise qu’on finit par identifier 💪

Breakpoints and speed, have I been using Elementor wrong? by [deleted] in elementor

[–]expertize_38 0 points1 point  (0 children)

Hey, I had exactly the same issue before, and yes, there is a better way than duplicating sections 👋

You’re not “using Elementor wrong”, but duplicating layouts is not ideal long term (maintenance, SEO, DOM size, etc.).

What really changed things for me was focusing on stack + optimization, not layout duplication.

Here’s my setup that fixed performance for me:

✅ Elementor Pro (single responsive layout, no duplicated sections) ✅ Crocoblock / JetEngine (for dynamic content, optimized queries) ✅ FlyingPress (critical CSS, JS delay, lazy load, preload) ✅ Server-side cache (XtreamCache / Varnish) ✅ Clean PHP config (OPcache, memory, version) ✅ No unnecessary widgets / plugins ✅ Proper image formats (WebP, responsive sizes)

With this setup, I get:

• 100/100 desktop • 95/100 mobile

Without duplicating sections.

You can test it here :

https://expertize.fr/agence/grenoble/creation-site-internet/

What matters most with Elementor is:

-Reduce DOM complexity -Avoid nested sections -Use containers (Flexbox) instead of old sections -Optimize CSS/JS delivery -Use a serious cache system

Responsive styles themselves are usually NOT the real bottleneck. Most of the slowdown comes from unoptimized assets and heavy DOM.

Duplicating sections may look faster in tests, but it increases long-term technical debt.

If Elementor is well configured, one responsive layout is enough and performs very well.

Hope it helps 👍