Hello, ok, I will try that.
How to add it on all my websites ? Will it be deleted automaticaly after a solid fix was developped ?
I also have mixed content on my website kula-tactical.com coming from .de version. Is this because astra, and the issue will be fixed with your plugin, or it's a separated issue ?
WPML is heavy and slows my stores. Mixed content arent good for that.
Here is the diagnostic :
The theme is Astra with the "Load Google Fonts Locally" performance option enabled.
On the English (.com) pages, Astra outputs font preload tags pointing to the German domain (.de) instead of the current domain. Example from an English page:
<link rel="preload" href="hidden link.../*.woff2" as="font" crossorigin>
<link rel='dns-prefetch' href='//kula-tactical.de' />
This forces a cross-domain (DNS + TLS) request for fonts on every non-German page, hurting font rendering and Core Web Vitals (LCP/FCP).
I would like to request temporary access (wp-admin and FTP) to your site to test the issue.
(preferably to a test site where the problem has been replicated if possible)
**Before we proceed It is necessary to take FULL BACKUP of your database and your website. Providing us with access, you agree that a backup has been taken **
I often use the Duplicator plugin for this purpose: http://wordpress.org/plugins/duplicator/
You will find the needed fields for this below the comment area when you log in to leave your next reply.
The information you enter is private which means only you and I have access to it.
NOTE: If access to the live site is not possible and the staging site does not exist please provide me with a duplicator package created with the duplicator plugin.
staging site is serving font files from the production domain. Two things caused this:
The font URLs were written into Astra's cached CSS while the site was on kula-tactical.de, and got copied over with the migration.
Those URLs live in Astra's dynamic CSS cache and theme options, not in post content — which is exactly why a standard search-and-replace missed them.
To resolve I went to Appearance → Customize → Global → Typography, changed the font temporarily, saved, switched back and resaved.
That re-downloads the fonts into the staging site's own uploads directory and regenerates the URLs against the correct domain.
The topic ‘[Closed] Split: Performance issues due to mixed content’ is closed to new replies.