Aleksandr Guidrevitch
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] compatibility issue hubspotHI @otahone,
Not yet
Forum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] Ditch data-wpmeteor-nooptimizeWhile I will certainly review your suggestion about using
no-optimize
andno-minify
, I believe that delayingtype="module"
should work perfectly, provided the order of loading is preserved. If you have scripts that are excluded from optimization and depend on atype="module"
script, then the module should also be excluded from optimization. Otherwise, If you have any examples where this approach fails, please share them with me; I’d like to address that issue.Forum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] Ditch data-wpmeteor-nooptimizeHi @benbornschein,
In the first place,
data-wpmeteor-nooptimize
is an internal thing, that excludes wp meteor native code from optimization. Unfortunately, I can not rely on the attributes likedata-no-optimize
?or?data-no-minify
to do internal work, required by the plugin.Does it cause any issues for you?
Best,
AlexForum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] compatibility issue hubspotHi @otahone, can you please provide correct link to your site? Or reach out to me by email
would you mind reaching out to me by email so we can troubleshoot and fix the issue?
Resolving
Resolving
Hi @ebedel,
The answer is in FAQ section, stilll, you can use the?
wpmeteor_enabled
?filter and return false to disable WP Meteor completely, as in this example:add_filter(‘wpmeteor_enabled’, function ($value) {
global $post;
if ($post && $post-> ID == 1) {
return false;
}
return $value;
});Hi @danipsalza and @khcomputent, can you please check if 3.4.0 fixes issue for you?
Hi @stevieprince, thanks for testing 3.4.0, I’ve rolled it out today. Resolving
Hi @rahullwp, can you please check if 3.4.0 fixes the issue for you?
@khcomputent, @danipsalza would you mind sharing links to your sites?
Hi, there are some advances in that field, would you mind trying? If yes – please contact me by email.
Best,
AlexForum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] error pluginBecause it exactly has the same issue: if you open source of https://eldiariodemof.com/?wpmeteordisable=1&LSCWP_CTRL=before_optim , you can see
</body><script type="text/javascript"> jQuery(document).ready(function () { .... </script></html>
Which is not correct. Your source page before optimizations is invalid, that’s why you see the error. The only way to fix the issue is to fix the template, it is to move the last script before closing </body> tag, and it is not related to WP Meteor, or produced by it
Best,
AlexForum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] Elementor Video BackgroundHi @lwieseke ,
I’m looking into this, however, starting a video will immediately bring your score down
Best,
Alex