Yes. I took out the API Key. Still not working.
OK, so only thing we know for sure; in some cases the theme & “inline & defer” don’t get along. Might it be a server resource issue, where you have more CPU/ (PHP-allocated) memory on the server where it did work?
It worked on the same exact server. It was a backup from a few days prior. I have been using it for a little while now. And I don’t believe it was a server resource issue. I haven’t been bottlenecked ever. It worked on the same domain and server and theme. I don’t understand it.
Me neither I’m afraid. The lack of tangible PHP errors in the error-log makes it quite impossible to troubleshoot more on AO’s side. Very frustrating :-/
It’s ok. I have reached out to my theme provider. We will see.
@optimizingmatters Thank you so much for your replies and trying to help me out. As it turns out, you were right. It was a theme problem, but I ended up fixing it. DFD Support is terrible, offered me nothing but to delete your plugin.
I was wondering if you could help me out with a random request. Even if you could point me to an article that would be great. My theme has a couple of fonts I am trying to get rid of. They aren’t google fonts. They are fonts riddled in my CSS. What is the best way to get rid of these? I just renamed the font files in my directory but Google keeps saying to Preload and has them remain visible. I don’t even use them on any of my themes. Anyways. If you could point me in the right direction, that would be so amazing. I freaking love you guys.
so what was the exact problem/ how were you able to fix it furrynoodles ?
re fonts; (have someone) create a child theme and clean out the fonts from wp-content/themes/dfd-ronneby/assets/css/app.css (where I think most of those unused fonts are located)?
The problem was the Ronneby-core plugin. It messed up more than just that. I had to restore my site to a backup from a few days ago. What a mess lol
Having gone through all of this, I see some MAJOR holes and a lack of plugins to support a lot of issues I was having. I will definitely be hiring a few programmers to create a plugin to fix issues that aren’t even on the market.
I tried to dequeue the fonts in the functions.php but that didn’t work. I was going take out all of the fonts mentioned in app.css, and while I was in there add the font-display: swap function, which I don’t know why that isn’t standard. But wouldn’t I run into problems if it calls to dfd_icon_set in other stylesheets?
problem is that font dequeueing won’t work because the fonts are declared in app.css. you could dequeue app.css and create app-no-fonts.css (without all those fonts) and enqueue that instead?
No. You’re right. All of that is not needed. I will just delete all the fonts. Thank you so much for your time. Oh and to anyone reading this, definitely buy a theme with page speed and SEO in mind lol. This is ridiculous.