Title: WP Meteor Website Speed Optimization Addon
Author: Aleksandr Guidrevitch
Published: <strong>Ṣẹrẹ 7, 2021</strong>
Last modified: Èrèlé  21, 2026

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/wp-meteor/assets/banner-772x250.png?rev=2453065)

![](https://ps.w.org/wp-meteor/assets/icon.svg?rev=2452791)

# WP Meteor Website Speed Optimization Addon

 Láti ọwọ́ [Aleksandr Guidrevitch](https://profiles.wordpress.org/aguidrevitch/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/wp-meteor.3.4.17.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/wp-meteor/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/wp-meteor/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/wp-meteor/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/wp-meteor/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/wp-meteor/)

## Àpèjúwe

WP Meteor offers an original way to further optimize your website speed.
 With this
plugin you can **increase your PageSpeed score** by up to 5x. The plugin is 100%
free, it is compatible and works well with most popular caching plugins like: * 
Autoptimize * WP Rocket * WP Total Cache * WP Super Cache * Phastpress * LiteSpeed*
Hummingbird * WP Fastest Cache * SiteGround Optimizer

It also works well with website builders like Elementor or with image optimizers
like ShortPixel.

The few known incompatibilities are listed in the FAQ.

#### BENEFITS

WP Meteor can improve your [Pagespeed](https://pagespeed.web.dev/) results and the
actual loading time of your website by **up to 5x**! You do not have to take our
word for it, it only takes 2 minutes to install the plugin and [test how it improves](https://test.fastpixel.io/)
your website speed.
 And since the plugin is designed to leave no traces on your
hard drive or database when deactivated and removed, **there is no risk for you**.

#### HOW IT WORKS

If the user does not interact with the page immediately, WP Meteor defers loading
and firing scripts until the page is rendered, which increases the pagespeed metric,
on average, by **2-5x**.

This delay in loading scripts greatly improves perceived load times for your visitors.
It also significantly improves the following **important SEO metrics**:

 * [Page Speed](https://pagespeed.web.dev/)
 * [Largest Contentful Paint (LCP)](https://web.dev/lcp/)
 * [Time To Interactive (TTI)](https://web.dev/tti/)
 * [Total Blocking Time (TBT)](https://web.dev/tbt/)

### FURTHER ACCELERATE YOUR WEBSITE

If you want to optimize your websiteÌtumọ̀ Yorùbá: ’s speed to the fullest extent
automatically while ensuring that all Core Web Vitals are taken care of, we recommend
trying [FastPixel.io](https://wordpress.org/plugins/fastpixel-website-accelerator/)
for free.
 The **FastPixel** project is a collaboration between the creator of WP
Meteor and ShortPixel, and it addresses, with just a few clicks, [all the common issues](https://fastpixel.io/blog/easy-way-to-improve-core-web-vitals-on-wordpress/?utm_source=wpmeteor-readme#common-issues-affecting-core-web-vitals)
that affect Core Web Vitals.

## Ìgbéwọlẹ̀

 1. Upload the plugin files to the “/wp-content/plugins/wp-meteor” directory, or install
    the plugin directly from the WordPress plugin screen.
 2. Activate the plugin via the ‘Plugins’ screen in WordPress
 3. Configure the plugin via the Settings screen Ìtumọ̀ Yorùbá: – > WP Meteor

## FAQ

### Can this plugin be used on any website?

While the plugin may not be compatible with every setup, itÌtumọ̀ Yorùbá: ’s important
to note that delaying scripts can have drawbacks in some cases.

 * For mission-critical websites, we strongly recommend thorough testing of essential
   pages, forms, and your checkout process. If you encounter any issues, please 
   report them by [creating a support ticket](https://wordpress.org/support/plugin/wp-meteor/#new-topic-0).
 * ItÌtumọ̀ Yorùbá: ’s worth mentioning that the plugin is designed to leave no 
   residual data on your server or database upon deactivation and removal. You are
   welcome to install it and assess its suitability for optimizing your site.
 * After installing the plugin, we advise performing a comprehensive site test. 
   If the results donÌtumọ̀ Yorùbá: ’t meet your expectations, you have the option
   to uninstall the plugin. Alternatively, you can explore [FastPixel Website Accelerator](https://wordpress.org/plugins/fastpixel-website-accelerator/).

### Known issues

 * WP Meteor is not compatible with Nitropack.
 * Also, WP Meteor is known to have delay issues withElementor Offcanvas addon.
 * Using the “Infinite Delay” option will postpone the activation of Google Analytics(
   GA) and Google Tag Manager (GTM) until there is user interaction. While we do
   provide this option due to popular demand, I do not recommend its use. If you
   choose to use it, please exercise caution and be aware that you do so at your
   own risk.

### How can I easily compare speed with/without WP Meteor ?

Once WP Meteor is enabled, you can add the query string parameter ?wpmeteordisable
to a page URL to load the page without optimizations.

### How do I exclude a page from optimization?

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; });

### How to exclude a script from optimization

 1. Use the `Exclusions` tab to exclude scripts by matching src or inline content with
    regexp.
 2. Use the `wpmeteor_exclude` filter which accepts 2 arguments: $exclude and $content.
    The $content variable contains either the src attribute or the text content of 
    the script tag. Return true if you want to exclude the script. Example:
 3. add_filter(‘wpmeteor_exclude’, function ($exclude, $content) {
     if (preg_match(‘/
    yourscript.js/’, $content)) { return true; } return $exclude; }, null, 2);

Alternatively, you can use the script attribute data-wpmeteor-nooptimize=”true” 
to exclude it from optimization.

### How to adjust the delay outside 1s, 2s and Infinity

Use the `wpmeteor-frontend-adjust-wpmeteor` filter in the following way:

add_filter(‘wp-meteor-frontend-adjust-wpmeteor’, function ($wpmeteor, $settings){

$wpmeteor[‘rdelay’] = 4000; // number of milliseconds to delay return $wpmeteor;},
100, 2);

## Àwọn àgbéyẹ̀wò

![](https://secure.gravatar.com/avatar/3b3f126ea3593ceed7204d8319aa633bc57793635ea7c743180889adb456858e?
s=60&d=retro&r=g)

### 󠀁[Works great!](https://wordpress.org/support/topic/works-great-9464/)󠁿

 [neptunio](https://profiles.wordpress.org/neptunio/) Ọ̀pẹ 12, 2024

My speed has improved! Thank you

![](https://secure.gravatar.com/avatar/b94af65ef4e74785f9322ce28d431edef85aabdd4ed57b0defffba57215dfc93?
s=60&d=retro&r=g)

### 󠀁[Wonderful! Noticeable Speed Difference](https://wordpress.org/support/topic/wonderful-noticeable-speed-difference/)󠁿

 [Josh Journey](https://profiles.wordpress.org/ljosh/) Bélú 1, 2024 1 ìdáhùn

I absolutely love that WP Meteor works with LiteSpeed Cache which already does a
great job helping page speed. Most optimizer plugins either come into conflict with
caching plugins or donÌtumọ̀ Yorùbá: ’t create any perceivable differences when 
used with cache. I wonÌtumọ̀ Yorùbá: ’t judge them as this is a tricky art. WP Meteor
however has created something truly wonderful that further accelerates page speed.
I thoroughly tested different pages with different scenarios. When WP Meteor is 
disabled both my page load clock and my eyes notice a big difference. There was 
a minor PHP notice that I submitted a ticket for (on the WP support forum). Aleksandr
graciously fixed it along with other recent optimizations. This plugin is well cared
for and comes highly recommended. Thank you. 🙂

![](https://secure.gravatar.com/avatar/c130f8fc3f5a4464ca22cb710627273007e34d075fda64e04b110ae62fe0eba3?
s=60&d=retro&r=g)

### 󠀁[An amazing plugin that improve the speed!](https://wordpress.org/support/topic/an-amazing-plugin-that-improve-the-speed/)󠁿

 [peopleinside](https://profiles.wordpress.org/peopleinside/) Ọ̀wàrà 31, 2024

An amazing plugin that improve the loading time and the Wordpress speed.Also the
developer give me a nice very cool support that fixed, in a short time, the issue
I was having.

![](https://secure.gravatar.com/avatar/0b2034b23ed7f490528e066964c57832f5948c4057b05104dbb54c15b38c6651?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin and support!](https://wordpress.org/support/topic/excellent-plugin-and-support-580/)󠁿

 [brinxity](https://profiles.wordpress.org/brinxity/) Èbìbí 15, 2024

The plugin works like a charm!I had a minor issue with a feature and I wrote the
dev about it. Within a day he had updated to plugin to fix the issue.

![](https://secure.gravatar.com/avatar/bbbe684d9bc2f313941341005e5c13f40adaa698ef5ae937e06b04aec2246bab?
s=60&d=retro&r=g)

### 󠀁[Wow Ìtumọ̀ Yorùbá: – Simple & Effective](https://wordpress.org/support/topic/wow-simple-effective/)󠁿

 [trainingcity](https://profiles.wordpress.org/trainingcity/) Ẹrẹ́nà 26, 2024

IÌtumọ̀ Yorùbá: ’ve been working on improving the pagespeed performance for my site
over the past few days. Pagespeed is always going to be a compromise. For Coder 
Sports we need to provide parents with information on our learn to code programs
in a fun interactive format, including responsive mobile. After running the fantastic
Jetpack boost along with redis and multiple efforts to optimize the homepage, I 
was expecting much from adding WP meteor Ìtumọ̀ Yorùbá: – But wow was I wrong! This
simple to install and run plugin added 10 Ìtumọ̀ Yorùbá: – 20 points to our mobile
pagespeed insights score on a consistent basis, granted it was a low bar, but still,
very impressive. I found that the infinite delay for LCP worked fine for my site
and provided the best “bang for the buck”.

![](https://secure.gravatar.com/avatar/0eb01f67d4f8487b1521d7ebe75f005a0c6b7205fe57ee180a625756f6e34bf8?
s=60&d=retro&r=g)

### 󠀁[Need improvement](https://wordpress.org/support/topic/need-improvement-10/)󠁿

 [MD. Mamun Khan](https://profiles.wordpress.org/mdmamunkhan/) Ṣẹrẹ 19, 2024

Issue with microsoft edge browser. SCRIPT1005: SCRIPT1005: Expected ‘(‘ SCRIPT1002:
SCRIPT1002: Syntax error

 [ Ka gbogbo àwọn àgbéyẹ̀wò 77 ](https://wordpress.org/support/plugin/wp-meteor/reviews/)

## Àwọn Olùkópa & Olùgbéejáde

“WP Meteor Website Speed Optimization Addon” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. 
Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ Aleksandr Guidrevitch ](https://profiles.wordpress.org/aguidrevitch/)

A ti túmọ̀ “WP Meteor Website Speed Optimization Addon” sí àwọn èdè agbègbè 3. Ọpẹ́lọpẹ́
fún [àwọn atúmọ̀ èdè](https://translate.wordpress.org/projects/wp-plugins/wp-meteor/contributors)
fún àwọn ìkópa wọn.

[Túmọ̀ “WP Meteor Website Speed Optimization Addon” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/wp-meteor)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/wp-meteor/), ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/wp-meteor/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/wp-meteor/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/wp-meteor/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

3.4.17 Ìtumọ̀ Yorùbá: – CVE-2026-2902 fix, [Bug](https://wordpress.org/support/topic/function-_load_textdomain_just_in_time-was-called-incorrectly-205/)
fixed
 3.4.16 Ìtumọ̀ Yorùbá: – Improvement Ìtumọ̀ Yorùbá: – properly capturing and
re-dispatching pageshow event 3.4.15 Ìtumọ̀ Yorùbá: – Undefined index: gdpr warning
fixed 3.4.14 Ìtumọ̀ Yorùbá: – [Bug](https://wordpress.org/support/topic/elementor-embed-youtube-video-not-showing/)
fixed, infinite loop in some conditions fixed 3.4.13 Ìtumọ̀ Yorùbá: – Link to [FastPixel](https://wordpress.org/plugins/fastpixel-website-accelerator/)
added 3.4.12 Ìtumọ̀ Yorùbá: – [Warning](https://wordpress.org/support/topic/php-notice-when-disabling-options/)
fixed 3.4.11 Ìtumọ̀ Yorùbá: – [Bug](https://wordpress.org/support/topic/embed-tiktok-video-not-showed/)
Complianz compatibility 3.4.10 Ìtumọ̀ Yorùbá: – [Bug](https://wordpress.org/support/topic/issue-with-mobile-and-with-compilanz-cookie-placeholder/)
Complianz issue addressed 3.4.9 Ìtumọ̀ Yorùbá: – [Bug](https://wordpress.org/support/topic/script-loading-waited-on-js-file/)
addressed by introducing 1s timeout for 3rd party async scripts 3.4.8 Ìtumọ̀ Yorùbá:–
Better interop with FastPixel 3.4.7 Ìtumọ̀ Yorùbá: – [Bug](https://wordpress.org/support/topic/woocommerce-paypal-checkout-4/)
further improvement Ìtumọ̀ Yorùbá: – async script load preserved 3.4.6 Ìtumọ̀ Yorùbá:–
[Bug](https://wordpress.org/support/topic/woocommerce-paypal-checkout-4/) improvement
3.4.5 Ìtumọ̀ Yorùbá: – [Bug](https://wordpress.org/support/topic/is-there-a-way-to-roll-back-to-3-4-0/)
fixed 3.4.4 Ìtumọ̀ Yorùbá: – Security fix 3.4.3 Ìtumọ̀ Yorùbá: – Major improvement,
script unblocking rewritten using inplace modifications. Hopefully, addresses [Bug](https://wordpress.org/support/topic/elementor-forms-and-popup-were-stopped-working/)
3.4.2 Ìtumọ̀ Yorùbá: – Minor, updating links to [FastPixel Website Accelerator](https://wordpress.org/plugins/fastpixel-website-accelerator/)
as it is now live in WordPress Plugin directory 3.4.1 Ìtumọ̀ Yorùbá: – Better compatibility
with Smush, backport optimization code from [FastPixel Website Accelerator](https://wordpress.org/plugins/fastpixel-website-accelerator/)
3.4.0 Ìtumọ̀ Yorùbá: – Javascript runner sync with Fastpixel Acceleration [FastPixel Website Accelerator](https://wordpress.org/plugins/fastpixel-website-accelerator/)
3.3.3 Ìtumọ̀ Yorùbá: – links improved 3.3.2 Ìtumọ̀ Yorùbá: – readme.txt updated 
3.3.1 Ìtumọ̀ Yorùbá: – Support for WP Fastest Cache and SiteGround Optimizer returned,
but not guaranteed to work 3.3.0 Ìtumọ̀ Yorùbá: – Interaction with caching plugins
reworked 3.2.6 Ìtumọ̀ Yorùbá: – Added https://legalblink.it/ GDPR banner to exclude
3.2.5 Ìtumọ̀ Yorùbá: – Fix for jQuery being excluded from optimization (e.g. by 
Phastpress) 3.2.4 Ìtumọ̀ Yorùbá: – Fix for is_plugin_active not being available 
[Issue](https://wordpress.org/support/topic/newest-version-3-2-3-causes-a-fatal-error/)
3.2.3 Ìtumọ̀ Yorùbá: – bug fix 3.2.2 Ìtumọ̀ Yorùbá: – better compatibility with 
LiteSpeed cache 3.2.1 Ìtumọ̀ Yorùbá: – support for automatic exclusion of GDPR/cookie
banners, try to reduce blocking time when inserting scripts 3.2.0 Ìtumọ̀ Yorùbá:–
Migration to external wp-meteor javascript library, added support for shadow root
inserted scripts to address [issue](https://wordpress.org/support/topic/wp-meteor-breaking-js-code-from-heyflow-form/)
3.1.9 Ìtumọ̀ Yorùbá: – Migration to esbuild to generate javascript with smaller 
footprint, upgrade wp-notice library to fix CSRF perfmanently 3.1.8 Ìtumọ̀ Yorùbá:–
jQuery mock improved 3.1.7 Ìtumọ̀ Yorùbá: – [problem](https://wordpress.org/support/topic/error-php-29/)
fixed 3.1.6 Ìtumọ̀ Yorùbá: – [issue](https://wordpress.org/support/topic/undefined-array-key-query_string-when-running-wp-cli/)
fixed, PHP 8.2+ compatibility fixed 3.1.5 Ìtumọ̀ Yorùbá: – Speed improvements, blocking
time reduction, CSRF security fix for wp-notice library [CVE-2023-26543](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-26543)
3.1.4 Ìtumọ̀ Yorùbá: – Maintain optimization of AvadaÌtumọ̀ Yorùbá: ’s lazysizes.
js as it depends on jQuery 3.1.3 Ìtumọ̀ Yorùbá: – [Problem](https://wordpress.org/support/topic/store-wpmeteor-settings-in-database/)
cleanup only on uninstallation 3.1.2 Ìtumọ̀ Yorùbá: – Visual Builders compatibility
improvements 3.1.1 Ìtumọ̀ Yorùbá: – removed lazySizesConfig from optimization 3.1.0
Ìtumọ̀ Yorùbá: – fixed document.write, improvements in loading scripts and pre-binding
3.0.9 Ìtumọ̀ Yorùbá: – bug fixes released 3.0.8 Ìtumọ̀ Yorùbá: – bug fixes for feature
released in 3.0.6 3.0.7 Ìtumọ̀ Yorùbá: – Script removal improved to make third-party
scripts happy, willing to remove scripts themselves 3.0.6 Ìtumọ̀ Yorùbá: – bugfix
release, support for onload attributes 3.0.5 Ìtumọ̀ Yorùbá: – possibility to remove
comments 3.0.4 Ìtumọ̀ Yorùbá: – [Problem](https://wordpress.org/support/topic/need-code-snippet-to-exclude-pages-using-subdirectory/)
fixed, wp-login.php is excluded from optimization 3.0.3 Ìtumọ̀ Yorùbá: – [issue](https://wordpress.org/support/topic/please-fix-the-bug-2/)
fixed, support for modules restored 3.0.2 Ìtumọ̀ Yorùbá: – [Problem](https://wordpress.org/support/topic/please-fix-the-bug-2/)
partially fixed 3.0.1 Ìtumọ̀ Yorùbá: – [Problem](https://wordpress.org/support/topic/ultimatereorder-php/)
fixed, body onload tag handling added to fix “wordpress social login” plugin and
probably others 3.0.0 Ìtumọ̀ Yorùbá: – Several improvements: * Zero-delay mode. *
Improvements in forwarding events to third-party scripts loaded via GTM * Integration
of script exclusions with Autoptimize, WP Rocket and Breeze * Improved detection
when loading assets. * Support for late events fixed * Support for privacy services,
specifically tested for OneTrust 2.3.10 Ìtumọ̀ Yorùbá: – WP Fastest Cache compatibility
2.3.9 Ìtumọ̀ Yorùbá: – Regexp exclusions fixed 2.3.8 Ìtumọ̀ Yorùbá: – Event queue
should not be processed when script loading is in progress [Issue](https://wordpress.org/support/topic/meteor-blocks-contact-form-email/)
2.3.7 Ìtumọ̀ Yorùbá: – defer converted to data-defer to comply with standards 2.3.6
Ìtumọ̀ Yorùbá: – support for missing tag 2.3.5 Ìtumọ̀ Yorùbá: – Better readyState
management 2.3.4 Ìtumọ̀ Yorùbá: – added lazy images by Jetpack support 2.3.3 Ìtumọ̀
Yorùbá: – Compatibility with PhastPress when ‘Load scripts asynchronously’ is disabled
2.3.2 Ìtumọ̀ Yorùbá: – Support for script attributes without quotes src and type
2.3.1 Ìtumọ̀ Yorùbá: – Fixed lazyloading of images for [Swift Performance] (https://
wordpress.org/plugins/swift-performance-lite/) 2.3.0 Ìtumọ̀ Yorùbá: – added support
for window messaging, several improvements in event handling 2.2.21 Ìtumọ̀ Yorùbá:–
added [Swift Performance](https://wordpress.org/plugins/swift-performance-lite/)
support 2.2.20 Ìtumọ̀ Yorùbá: – added support for [Breeze](https://wordpress.org/plugins/breeze/)
2.2.19 Ìtumọ̀ Yorùbá: – jQueryMock returned to trigger jQuery.ready early 2.2.18
Ìtumọ̀ Yorùbá: – minor fixes 2.2.17 Ìtumọ̀ Yorùbá: – document.write now correctly
processes inserted scripts 2.2.16 Ìtumọ̀ Yorùbá: – better detection of AJAX calls
2.2.15 Ìtumọ̀ Yorùbá: – better tracking of readyState, removal of jQueryMock 2.2.14
Ìtumọ̀ Yorùbá: – support for onreadystatechange property of document 2.2.13 Ìtumọ̀
Yorùbá: – Bugfix in event queue management, introduced in 2.2.12 2.2.12 Ìtumọ̀ Yorùbá:–
important bugfix in event queue management 2.2.11 Ìtumọ̀ Yorùbá: – [Meta Slider support](https://wordpress.org/support/topic/meta-slider-support/)
and general compatibility improvements 2.2.10 Ìtumọ̀ Yorùbá: – Bug fix 2.2.9 Ìtumọ̀
Yorùbá: – bug fix 2.2.8 Ìtumọ̀ Yorùbá: – Memory usage optimization 2.2.7 Ìtumọ̀ 
Yorùbá: – [Elementor bug fixed](https://wordpress.org/support/topic/critical-error-with-elementor-2/)
2.2.6 Ìtumọ̀ Yorùbá: – [Newrelic forced exclusion](https://wordpress.org/support/topic/gravity-forms-cannot-be-submitted/)
2.2.5 Ìtumọ̀ Yorùbá: – [Avada theme compatibility](https://wordpress.org/support/topic/wp-meteor-conflict-with-avada-builder/)
2.2.4 Ìtumọ̀ Yorùbá: – [Swift performance](https://wordpress.org/plugins/swift-performance-lite/)
compatibility 2.2.3 Ìtumọ̀ Yorùbá: – Readme updated 2.2.2 Ìtumọ̀ Yorùbá: – CloudFlare
RocketLoader compatibility [issue](https://wordpress.org/support/topic/not-clickable-
menu-links-and-products/ 2.2.1 Ìtumọ̀ Yorùbá: – [Problem](https://plugintests.com/plugins/wporg/wp-meteor/2.2.0)
fixed 2.2.0 Ìtumọ̀ Yorùbá: – UI to exclude scripts 2.1.4 Ìtumọ̀ Yorùbá: – improved
tracking for natively slowed down images 2.1.3 Ìtumọ̀ Yorùbá: – Abolish built-in
lazyload handling in favor of native. Refactoring. 2.1.2 Ìtumọ̀ Yorùbá: – Cloudflare
Rocket Loader compatibility fixed 2.1.1 Ìtumọ̀ Yorùbá: – Backend support for wpmeteor_exclude
filter, also fix Fast Velocity css preload in a different way [Issue](https://wordpress.org/support/topic/rendering-delay-with-google-fonts-and-autoptimize/)
2.1.0 Ìtumọ̀ Yorùbá: – Event redispatching improved, compatibility fixes, refactoring
2.0.5 Ìtumọ̀ Yorùbá: – Better Fast Velocity Minify compatibility 2.0.4 Ìtumọ̀ Yorùbá:–
Minor fix for CSS rewriting 2.0.3 Ìtumọ̀ Yorùbá: – Support for onload properties
of window, document and body [Issue](https://wordpress.org/support/topic/issue-with-woodmart-theme/)
2.0.2 Ìtumọ̀ Yorùbá: – support for onload events in [Issue](https://wordpress.org/support/topic/issues-with-fast-velocity-minify-plugin-merge-fonts-and-icons-separately/)
2.0.1 Ìtumọ̀ Yorùbá: – fixed rewriting inside script tags [Issue](https://wordpress.org/support/topic/wp-meteor-affecting-script-tag-inside-script-tag-in-a-woocommerce-site/)
2.0.0 Ìtumọ̀ Yorùbá: – Major update of script load logic 1.5.7 Ìtumọ̀ Yorùbá: – 
Added missing files 1.5.6 Ìtumọ̀ Yorùbá: – Moved previous code to align with Web
Vitals best practices [Issue](https://wordpress.org/support/topic/position-of-var-_wpmeteor-in-the-code/)
1.5.5 Ìtumọ̀ Yorùbá: – Skipped rewriting content that is not text/html 1.5.4 Ìtumọ̀
Yorùbá: – Improved CloudFlare detection, better/safer script rewrites, removal of
support for rocket_buffer 1.5.3 Ìtumọ̀ Yorùbá: – SEOPress sitemaps.xml fixed [Issue](https://wordpress.org/support/topic/sitemap-seopress-error-after-wp-meteor/)
1.5.2 Ìtumọ̀ Yorùbá: – Prevent clicks on touchmove, RTL support added 1.5.1 Ìtumọ̀
Yorùbá: – Elementor Powerpack Pro menu emulation 1.5.0 Ìtumọ̀ Yorùbá: – added wpmeteor_enabled
filter to disable optimizations occasionally 1.4.9 Ìtumọ̀ Yorùbá: – document.write
override allowed for those who know how to do it better (e.g. Divi Editor) 1.4.8
Ìtumọ̀ Yorùbá: – Divi Theme Builder compatibility fixed 1.4.7 Ìtumọ̀ Yorùbá: – SiteGround
Optimizer + WP Rocket issue fixed 1.4.6 Ìtumọ̀ Yorùbá: – Elementor Offcanvas double
animation fixed [issue](https://wordpress.org/support/topic/menu-submenu-not-showing-in-elementor/)
1.4.5 Ìtumọ̀ Yorùbá: – Elementor Offcanvas animations suppressed [issue](https://wordpress.org/support/topic/menu-submenu-not-showing-in-elementor/)
1.4.4 Ìtumọ̀ Yorùbá: – fixed problems with Elementor input animations 1.4.3 Ìtumọ̀
Yorùbá: – added support for Elementor input animations 1.4.2 Ìtumọ̀ Yorùbá: – Removed
override for currentTarget on repeated events, fixed some navigation menus 1.4.1
Ìtumọ̀ Yorùbá: – For WP Rocket compatibility, use rocket_buffer filter to include
javascript 1.4.0 Ìtumọ̀ Yorùbá: – Elimination of { passive: true } for replayed 
pointer events 1.3.9 Ìtumọ̀ Yorùbá: – DOMContentLoaded passing to the window object,
correct event handler bindings 1.3.8 Ìtumọ̀ Yorùbá: – Better fronted detection to
avoid rewriting AJAX and REST requests 1.3.7 Ìtumọ̀ Yorùbá: – Correct contexts for
domcontentloaded and window.onload event handlers 1.3.6 Ìtumọ̀ Yorùbá: – Better 
handling of jQuery.ready 1.3.5 Ìtumọ̀ Yorùbá: – Fixed CookieBot compatibility [issue](
https://wordpress.org/support/topic/error-with-my-website-2/) 1.3.4 Ìtumọ̀ Yorùbá:–
Stop click forwarding when capturing events [issue](https://wordpress.org/support/topic/great-plugin-but-causes-double-tap-issue-with-safari/)
1.3.3 Ìtumọ̀ Yorùbá: – Better script loading in Firefox, fixed scripts with src 
and inline loading [Issue](https://wordpress.org/support/topic/checkout-page-error-12/)
1.3.2 Ìtumọ̀ Yorùbá: – Better delayed events for mobile devices [Issue](https://wordpress.org/support/topic/great-plugin-but-causes-double-tap-issue-with-safari/)
1.3.1 Ìtumọ̀ Yorùbá: – Improved click handling in mobile Safari [Issue](https://wordpress.org/support/topic/great-plugin-but-causes-double-tap-issue-with-safari/)
1.3.0 Ìtumọ̀ Yorùbá: – Gutenberg memory bug fixed 1.2.9 Ìtumọ̀ Yorùbá: – fixed jQuery
mockup to support window.load inside ready() function 1.2.8 Ìtumọ̀ Yorùbá: – fixed
header tag breaking bug 1.2.7 Ìtumọ̀ Yorùbá: – Phastpress compatibility removed 
1.2.6 Ìtumọ̀ Yorùbá: – Minor improvement when triggering domcontentloaded and window.
onload for non-optimized scripts 1.2.5 Ìtumọ̀ Yorùbá: – Support for autoptimize 
native lazyload 1.2.4 Ìtumọ̀ Yorùbá: – added support for delayed click/mouseover/
mouseout events 1.2.3 Ìtumọ̀ Yorùbá: – Added native support for WP Rocket lazyload
1.2.2 Ìtumọ̀ Yorùbá: – added phastpress compatibility 1.2.1 Ìtumọ̀ Yorùbá: – added
stripped lazysizes, using bgsizes plugin 1.2.0 Ìtumọ̀ Yorùbá: – minor cleanup 1.1.9
Ìtumọ̀ Yorùbá: – simple lazyload polyfill 1.1.8 Ìtumọ̀ Yorùbá: – added infinite 
delay 1.1.7 Ìtumọ̀ Yorùbá: – rewriting reworked to support Google AMP and other 
plugins that initialize late 1.1.6 Ìtumọ̀ Yorùbá: – working support for Beaver Builder/
Edit Mode 1.1.5 Ìtumọ̀ Yorùbá: – working support for Elementor / Edit Mode, Google
AMP, AMP for WP 1.1.4 Ìtumọ̀ Yorùbá: – support for Elementor / Edit Mode 1.1.3 Ìtumọ̀
Yorùbá: – added support for AMP for WP plugin 1.1.2 Ìtumọ̀ Yorùbá: – added support
for Google AMP plugin 1.1.1 Ìtumọ̀ Yorùbá: – readme.txt updated, added warning that
it might not work for someone 1.1.0 Ìtumọ̀ Yorùbá: – JetPack compatibility fixed
1.0.9 Ìtumọ̀ Yorùbá: – added ?wpmeteornopreload to test preload disabling 1.0.8 
Ìtumọ̀ Yorùbá: – added data-cfasync=”false” to optimize scripts if they are behind
CloudFlare 1.0.7 Ìtumọ̀ Yorùbá: – added ?wpmeteorcfasync parameter to test disabling
CloudFlare optimizations 1.0.6 Ìtumọ̀ Yorùbá: – further iteration of domcontentloaded
and window.onload handlers, jQuery mock rewrite 1.0.5 Ìtumọ̀ Yorùbá: – better handling
for broken domcontentloaded and window.onload handlers, better jQuery mock 1.0.4
Ìtumọ̀ Yorùbá: – better cleanup on plugin deactivation 1.0.3 Ìtumọ̀ Yorùbá: – readme.
txt updated 1.0.2 Ìtumọ̀ Yorùbá: – readme.txt updated 1.0.1 Ìtumọ̀ Yorùbá: – minor
Settings panel improvements 1.0.0 Ìtumọ̀ Yorùbá: – initial release

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **3.4.17**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **oṣù 2 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **20,000+**
 *  Ẹ̀yà WordPress ** 4.5 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **6.9.4**
 *  Ẹ̀yà PHP ** 5.6 tàbí ju bẹ́ẹ̀ lọ **
 *  Àwọn èdè
 * [English (US)](https://wordpress.org/plugins/wp-meteor/), [German](https://de.wordpress.org/plugins/wp-meteor/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/wp-meteor/), àti [Spanish (Spain)](https://es.wordpress.org/plugins/wp-meteor/).
 *  [Túmọ̀ sí èdè rẹ](https://translate.wordpress.org/projects/wp-plugins/wp-meteor)
 * Àwọn àmì
 * [caching](https://yor.wordpress.org/plugins/tags/caching/)[optimization](https://yor.wordpress.org/plugins/tags/optimization/)
   [pagespeed](https://yor.wordpress.org/plugins/tags/pagespeed/)[performance](https://yor.wordpress.org/plugins/tags/performance/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/wp-meteor/advanced/)

## Àwọn ìbò

 4.7 lára àwọn ìràwọ̀ 5.

 *  [  68 5-star reviews     ](https://wordpress.org/support/plugin/wp-meteor/reviews/?filter=5)
 *  [  3 4-star reviews     ](https://wordpress.org/support/plugin/wp-meteor/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/wp-meteor/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-meteor/reviews/?filter=2)
 *  [  5 1-star reviews     ](https://wordpress.org/support/plugin/wp-meteor/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-meteor/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-meteor/reviews/)

## Àwọn Olùkópa

 *   [ Aleksandr Guidrevitch ](https://profiles.wordpress.org/aguidrevitch/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/wp-meteor/)