stefa98
Forum Replies Created
-
Ok, I deleted my new function rank math setting to remove og:image and refresh the cache.
But as far as you can see in the Head and in the open graph tests, BSI does not replace the og: image of RankMath with that of BSI- This reply was modified 3 years, 5 months ago by stefa98.
Debugger Error og:image on link: [ redundant link removed ]
Why??
- This reply was modified 3 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [A faster website! (aka defer.js)] Litespeed Compatibilty (URGENT)No, I’m only using litespeed to optimize javascript
and litespeed defer also the inline scripts of this plugin (defer.js)Forum: Plugins
In reply to: [A faster website! (aka defer.js)] Litespeed Compatibilty (URGENT)I have not explained, sorry.
The LiteSpeed plugin adds the “Defer” attribute to your plugin’s javascript.
This causes a delay in lazy loading of your plugin images.
To fix this, I need to add those two attributes to your plugin’s javascript.Forum: Plugins
In reply to: [A faster website! (aka defer.js)] Litespeed Compatibilty (URGENT)No, I use Litespeed Cache for the js defer, while for the lazy loading of images, this plugin.
Being that litespeed cache puts this plugin in defer, the images are loaded late, very late because obviously the script is loaded in defer.
I need to add those two tags, listed above in all scripts used by this plugin.Forum: Plugins
In reply to: [LiteSpeed Cache] Disable CDN for AMPThis is the answer that gave me support. How can I do?
https://www.ads-software.com/support/topic/is_amp_endpoint-does-not-work-in-wp-config/
Forum: Plugins
In reply to: [LiteSpeed Cache] Disable CDN for AMPNo I don’t see the white / blank page in amp by entering that code
Forum: Plugins
In reply to: [LiteSpeed Cache] Disable CDN for AMPdefine( 'LITESPEED_BYPASS_CDN', true ) ;
It works
Putting:if (function_exists( 'is_amp_endpoint' ) && is_amp_endpoint()) { exit; }
in wp-config the AMP page signals to be seen, even after clearing the cache.
I think that’s the problemForum: Plugins
In reply to: [LiteSpeed Cache] Disable CDN for AMPDoes not work
Forum: Plugins
In reply to: [LiteSpeed Cache] Image optimization [Urgent!]I do not use any Firewall except that of Litespeed web server.
Forum: Plugins
In reply to: [LiteSpeed Cache] Image optimization [Urgent!]Done but it still doesn’t work