Jip
Jip
While reflecting on development efficiency, I discovered that the xdebug setting "remote_autostart" is turned on by default which is having a large impact on the pageload. The impact is at...
Use a class method to check everything. Apply strict array checking.
Some simple performance improvements. Only count the contents of the keys and groups once. Use direct `null` checking instead of a function. Define the class properties and set the value...
As `isset` will return `false` for `null` values that exist in the array, using `array_key_exists` will return `null` if this is the saved value.
## Explanation In MyYoast we use the "yoast" config but have to configure stuff for the React directives configured in the package. I want to use the plain config in...
## Summary Three small tweaks needed to complete https://github.com/Yoast/wordpress-seo/pull/15591 This PR can be summarized in the following changelog entry: * N/A ## Relevant technical choices: * N/A ## Test instructions...
As the default is RAW INPUT, this does not add anything.
As the `autoload` setting has been added in a later state, the argument is not required. Though this is a setting that should be set explicitly, as it impacts performance...
As we have the Options framework to handle options properly and apply defaults for options that aren't saved yet, we need to make sure this framework is always used instead...