A faster website! (aka defer.js) 2.6.0

Does "A faster website! (aka defer.js)" work with WordPress 6.4.3 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
150PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 70.83 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.4.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 300+
WordPress.org page https://wordpress.org/plugins/shins-pageload-magic/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=shins-pageload-magic%2Fshins-pageload-magic.php&plugin_status=all&paged=1&s&_wpnonce=b64302e7ab
Aspect after-activation
HTTP status 200
Load time 0.633 s
Memory usage 3.66 MiB
JS errors None
Resource errors None

My defer.js

Page screenshot: My defer.js
URL /wp-admin/admin.php?page=defer-wordpress
Aspect menu-item
HTTP status 200
Load time 0.783 s
Memory usage 3.58 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.260 s
Memory usage 3.35 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.400 s0.364 s-0.036 s3.38 MiB3.46 MiB+ 85.05 KiB
/wp-admin/edit.php0.230 s0.227 s-0.003 s3.41 MiB3.49 MiB+ 85.05 KiB
/wp-admin/post-new.php0.970 s0.653 s-0.317 s5.46 MiB5.55 MiB+ 88.3 KiB
/wp-admin/upload.php0.609 s0.629 s+0.020 s3.32 MiB3.39 MiB+ 69.16 KiB
/wp-admin/options-writing.php0.258 s0.274 s+0.016 s3.32 MiB3.38 MiB+ 61.38 KiB
/wp-admin/media-new.php0.338 s0.279 s-0.059 s3.3 MiB3.38 MiB+ 81.6 KiB
/wp-admin/edit-tags.php?taxonomy=category0.240 s0.220 s-0.020 s3.31 MiB3.4 MiB+ 86.15 KiB
/wp-admin/post-new.php?post_type=page0.622 s0.642 s+0.020 s5.45 MiB5.54 MiB+ 87.89 KiB
/wp-admin/options-discussion.php0.412 s0.283 s-0.129 s3.3 MiB3.37 MiB+ 71.16 KiB
/wp-admin/edit-comments.php0.270 s0.438 s+0.168 s3.34 MiB3.4 MiB+ 68.08 KiB
/0.308 s0.215 s-0.093 s3.36 MiB3.35 MiB- 4.67 KiB
Average 0.423 s0.384 s-0.039 s3.72 MiB3.79 MiB+ 70.83 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
Language % Lines of code Comment lines Files
PHP92.0%99862213
CSS7.6%8342
JavaScript0.4%4272
Total 1,085 653 17

PHP Code Analysis | More results »

Lines of code 475
Total complexity 96
Median class complexity 6.0
Median method complexity 1.0
Most complex class Defer_Wordpress_Admin
Most complex function Defer_Wordpress_Admin::save_settings()
Classes 7
Methods 38
Functions 6

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Options wp_options 30

PHP Error Log 150 lines

[03-Feb-2024 17:34:27 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:27 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:27 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:27 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:27 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:28 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:28 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:28 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:28 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:28 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:28 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:28 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:28 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:28 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:28 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:30 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/shins-pageload-magic/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php on line 199
[03-Feb-2024 17:34:31 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:31 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:31 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:31 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:31 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:32 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:35 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:36 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949
[03-Feb-2024 17:34:39 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 909
[03-Feb-2024 17:34:39 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 690
[03-Feb-2024 17:34:39 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 923
[03-Feb-2024 17:34:39 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 933
[03-Feb-2024 17:34:39 UTC] PHP Deprecated:  Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/shins-pageload-magic/vendor/symfony/options-resolver/OptionsResolver.php on line 949

(+50 more lines)
See also: All tests for this plugin, How to Hide the "My defer.js" Admin Menu