Anton
@antonvlasenko on WordPress.org and Slack
Bio
Interests
- Member Since: July 19th, 2021
- Website: vlasenko.it
- GitHub: anton-vlasenko
- Employer: Automattic
Contribution History
Anton’s badges:- Core Contributor
- Test Contributor
- Test Team
- Translation Contributor
- Translation Editor
-
Mentioned in [59605] on Core SVN:
REST API: Improve autosave and revision endpoints for templates and template parts. -
Submitted pull request #68470 to WordPress/gutenberg:
Update the WPCS-related composer dependencies -
Created issue #68327 in the WordPress/gutenberg repository:
`WP_REST_Global_Styles_Revisions_Controller` is missing the usual REST API filters -
Closed pull request #7925 on WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests in WP_REST_Taxonomies_Controller -
Closed pull request #7814 on WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests in WP_REST_Users_Controller -
Closed pull request #7591 on WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests in WP_REST_Terms_Controller -
Closed pull request #7449 on WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests in WP_REST_Comments_Controller -
Closed pull request #7349 on WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests in `WP_REST_Posts_Controller` -
Submitted pull request #7970 to WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests -
Wrote a comment on the post WordPress 6.8 Call for Volunteers, on the site Make WordPress Core:
I’m interested in volunteering as a Co-Core Triage Lead for WordPress 6.8, provided there’s a… -
Submitted pull request #7925 to WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests in WP_REST_Taxonomies_Controller -
Mentioned in [59457] on Core SVN:
REST API: Remove trailing slashes when preloading requests and there is a query string. -
Submitted pull request #7814 to WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests in WP_REST_Users_Controller -
Reopened pull request #7682 on WordPress/wordpress-develop:
REST API code optimizations -
Created issue #66686 in the WordPress/gutenberg repository:
Tracking issue: PHP code standards -
Closed pull request #7682 on WordPress/wordpress-develop:
REST API code optimizations -
Created ticket #62333 on Core Trac:
Simplify code structure and optimize conditional logic in REST API ... -
Submitted pull request #7708 to WordPress/wordpress-develop:
REST API: remove unncessary local variables and reorders the expressions in `if`... -
Submitted pull request #7707 to WordPress/wordpress-develop:
REST API: Replace simple if/else statements with ternary operators, and refactor return... -
Submitted pull request #7706 to WordPress/wordpress-develop:
REST API: combine the if statements and remove redundant else-if statements -
Submitted pull request #7704 to WordPress/wordpress-develop:
REST API: use strict comparison to check for empty arrays -
Submitted pull request #7703 to WordPress/wordpress-develop:
REST API: simplify ternary operators and remove redundant type casting -
Submitted pull request #7682 to WordPress/wordpress-develop:
REST API code optimizations -
Submitted pull request #7591 to WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests in WP_REST_Terms_Controller -
Closed ticket #54125 on Core Trac:
Rest API tax_relation=OR doesn't seem to work correctly -
Closed pull request #7024 on WordPress/wordpress-develop:
In REST APIs, only prime meta data if there are registered keys -
Submitted pull request #7449 to WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests in WP_REST_Comments_Controller -
Mentioned in [59073] on Core SVN:
Editor: Add plugin template registration API and improve theme overrides for plugin-registered templates -
Mentioned in [59036] on Core SVN:
REST API: Only check password value in query parameters while checking post permissions. -
Submitted pull request #7349 to WordPress/wordpress-develop:
Don't prepare the response body for HEAD requests in `WP_REST_Posts_Controller` -
Created ticket #61970 on Core Trac:
Fatal error: Attempt to read property "ID" on null in ... -
Submitted pull request #7272 to WordPress/wordpress-develop:
The autosave and revision endpoints for templates and template parts incorrectly process... -
Posted a reply to How to find the cause of “Your Site is Experiencing a Technical Issue”, on the site WordPress.org Forums:
Nice. I'm glad I was able to help. -
Posted a reply to Draft posts appearing to users, on the site WordPress.org Forums:
Hopefully this will change by the WP developers in the future and for now its… -
Posted a reply to Draft posts appearing to users, on the site WordPress.org Forums:
Sorry for the confusion. Yes, contributors can view other people's draft posts; however, they can… -
Posted a reply to Slow query performance!!, on the site WordPress.org Forums:
but as a news agency, retaining old articles is crucial for our SEO strategy. I… -
Posted a reply to login issue – sorry , you are not allowed to access this page., on the site WordPress.org Forums:
Hmm, this page (sch-dashboard) doesn't look like a default admin page. I can't access it… -
Posted a reply to updating navigation block via API, on the site WordPress.org Forums:
Hello, Querying the /wp/v2/navigation endpoint will invoke the WP_REST_Posts_Controller REST controller under the hood since navigation blocks are just… -
Posted a reply to Slow query performance!!, on the site WordPress.org Forums:
I came across the suggestion to split large tables into multiple tables as a potential… -
Posted a reply to Is there a good plugin to see which plugin is using the CPU resources, on the site WordPress.org Forums:
Hello, From my own experience, I can recommend New Relic as a monitoring tool. It's… -
Posted a reply to Is it possible to log the critical error emails?, on the site WordPress.org Forums:
Critical errors should be logged in the wp-content/debug.log file. To enable this, the WP_DEBUG_LOG constant… -
Posted a reply to Constant WP_debug and other code problems, on the site WordPress.org Forums:
I recommend doing the following: Navigate to the public_html/wp-config.php file. Please back up the wp-config.php… -
Posted a reply to Can’t solve a Page cache, on the site WordPress.org Forums:
Hello, funny is that when I load the page source it mentions Newfold Page Cache… -
Posted a reply to Draft posts appearing to users, on the site WordPress.org Forums:
It shouldn't happen. Are these users registered users? Or guest users? If they are registered… -
Posted a reply to Temporary Logins, on the site WordPress.org Forums:
Are you having issues with this plugin: https://wordpress.org/plugins/temporary-login/? If so, maybe it would be faster… -
Posted a reply to Fixing instances of localhost in WP database – Do you replace ALL?, on the site WordPress.org Forums:
Since some data in the database is serialized, simply replacing the text in the database… -
Posted a reply to replace ‘pipe’ char on login page links, on the site WordPress.org Forums:
I've just tried this dummy code and replacing | with <br> works. You can refer… -
Translated 2 strings on translate.wordpress.org.
-
Posted a reply to Autoloaded Options Bug, on the site WordPress.org Forums:
Hmm, this issue needs a proper fix. Until a proper fix is available, you can… -
Posted a reply to How to find the cause of “Your Site is Experiencing a Technical Issue”, on the site WordPress.org Forums:
What will be the entry in debug.log? I would check for strings like PHP Fatal…