Weston Ruter
@westonruter on WordPress.org and Slack
- Member Since: May 16th, 2007
- Location: Portland, OR, USA
- Website: weston.ruter.net
- GitHub: westonruter
- Job Title: Developer Programs Engineer
- Employer: Google
Bio
Contributions Sponsored
Contribution History
Weston Ruter’s badges:- Core Contributor Core Contributor
- Core Team Core Team
- Documentation Contributor Documentation Contributor
- Meta Contributor Meta Contributor
- WordCamp Speaker WordCamp Speaker
- Plugin Developer Plugin Developer
-
Posted a reply to ‘No display’ images bug, on the site WordPress.org Forums:
That's a good question. In reality the AMP layout setting really should be rarely used.…2 hours ago
-
Posted a reply to URL validation failed due to unexpected JSON in AMP validation response., on the site WordPress.org Forums:
As described above, I've also opened a PR to fix the issue with validation failing…10 hours ago
-
Posted a reply to PHP Recoverable fatal error – when switching AMP mode, on the site WordPress.org Forums:
FYI, this issue just came up again: https://wordpress.org/support/topic/unable-to-validate-urls/#post-1263808710 hours ago
-
Posted a reply to Unable to Validate URLs, on the site WordPress.org Forums:
Pull request opened to make sure that these fatal errors get reported to the user…10 hours ago
-
Posted a reply to Unable to Validate URLs, on the site WordPress.org Forums:
Another issue is that a PHP fatal error appears to be happening during validation requests…11 hours ago
-
Posted a reply to URL validation failed due to unexpected JSON in AMP validation response., on the site WordPress.org Forums:
Optimole was causing an AMP validation error to happen on the frontend which showed up…19 hours ago
-
Posted a reply to URL validation failed due to unexpected JSON in AMP validation response., on the site WordPress.org Forums:
I also discovered there was an issue with the Optimole plugin which I've opened a…19 hours ago
-
Posted a reply to URL validation failed due to unexpected JSON in AMP validation response., on the site WordPress.org Forums:
As discussed over Slack, it's not returning anything because it is doing a 302 redirect.…19 hours ago
-
Posted a reply to URL validation failed due to unexpected JSON in AMP validation response., on the site WordPress.org Forums:
I'm chatting to you in WordPress Slack now.21 hours ago
-
Posted a reply to Cache Plugin??, on the site WordPress.org Forums:
We're working on guidance for this in the AMP plugin: https://github.com/ampproject/amp-wp/issues/4386 I've had success with…23 hours ago
-
Posted a reply to URL validation failed due to unexpected JSON in AMP validation response., on the site WordPress.org Forums:
Nevertheless, I see you have the LiteSpeed Cache plugin active. I suspect it may be…1 day ago
-
Posted a reply to URL validation failed due to unexpected JSON in AMP validation response., on the site WordPress.org Forums:
Here's where that error message is coming from: https://github.com/ampproject/amp-wp/blob/1d641245c5e14af980596c4da1c2a4c0863fb4ee/includes/validation/class-amp-validation-manager.php#L2254-L2261 The error code malformed_json_validation_errors is emitted…1 day ago
-
Posted a reply to HELP PLS ! Disable additionnal CSS, on the site WordPress.org Forums:
Just updating to 1.5.2 won't fix the issue because 1.5.0 actually removed the reusable blocks…1 day ago
-
Posted a reply to Unable to Validate URLs, on the site WordPress.org Forums:
I'm not entirely sure why, but your site is setting a 500 status code during…1 day ago
-
Posted a reply to Unable to Validate URLs, on the site WordPress.org Forums:
The error message you are seeing is coming from here: https://github.com/ampproject/amp-wp/blob/1d641245c5e14af980596c4da1c2a4c0863fb4ee/includes/validation/class-amp-validation-manager.php#L2236-L2244 For some reason the…1 day ago
-
Posted a reply to Unable to Validate URLs, on the site WordPress.org Forums:
Actually, can you connect with me on the WordPress.org Slack? This would probably work out…1 day ago
-
Posted a reply to Unable to Validate URLs, on the site WordPress.org Forums:
OK, thanks for the update. That's strange that you're still experiencing that issue. I want…1 day ago
-
Posted a reply to amp-form redirects to logged out state of the page instead of logged in state., on the site WordPress.org Forums:
I bet the unauthenticated version of the page is being served from the browser cached.…1 day ago
-
Posted a reply to amp-form redirects to logged out state of the page instead of logged in state., on the site WordPress.org Forums:
Could you share the URL for where this can be seen? Can you share the…1 day ago
-
Posted a reply to Unable to Validate URLs, on the site WordPress.org Forums:
I bet you are experiencing this issue in regards to images missing: https://github.com/ampproject/amp-wp/issues/4491 I see…1 day ago
-
Posted a reply to Unable to Validate URLs, on the site WordPress.org Forums:
Also, I only see "PHP Notice" entries in the error log you screenshotted. Are there…2 days ago
-
Posted a reply to Unable to Validate URLs, on the site WordPress.org Forums:
Also, I see you are using AMP plugin v1.4.4. If you update to the latest…2 days ago
-
Posted a reply to Unable to Validate URLs, on the site WordPress.org Forums:
Hello! Can you share the Site Health info as well? It appears you may be…2 days ago
-
Posted a reply to Comment on Amp Page, on the site WordPress.org Forums:
That may provide some benefit, but it would be very difficult to reliably parse JS…2 days ago
-
Posted a reply to Comment on Amp Page, on the site WordPress.org Forums:
Thanks! The CSS tree shaking here is tailored specifically for the AMP use case. It…3 days ago
-
Posted a reply to Best AMP plugin ever!, on the site WordPress.org Forums:
Thank you! Onwards!3 days ago
-
Posted a reply to Comment on Amp Page, on the site WordPress.org Forums:
Excellent. Yes, AMP's CSS limit is bumped from 50KB now 75KB. Nevertheless, if the CSS…3 days ago
-
Posted a reply to The attribute ‘tabindex’ in tag ‘span’ is missing or incorrect,, on the site WordPress.org Forums:
Thank you and happy to help!3 days ago
-
Posted a reply to The attribute ‘tabindex’ in tag ‘span’ is missing or incorrect,, on the site WordPress.org Forums:
Excellent. I can see that the issue has been fixed by checking the AMP validator…3 days ago
-
Posted a reply to The attribute ‘tabindex’ in tag ‘span’ is missing or incorrect,, on the site WordPress.org Forums:
I've also opened a pull request to fix the issue in Neve: https://github.com/Codeinwp/neve/pull/15003 days ago
-
Posted a reply to The attribute ‘tabindex’ in tag ‘span’ is missing or incorrect,, on the site WordPress.org Forums:
OK, I'll open an issue for the to fix this. In the mean time, here…3 days ago
-
Posted a reply to AMP Custom JavaScript is not allowed, on the site WordPress.org Forums:
That same code is also being injected in the non-AMP version of your site: https://www.techidence.com/lenovo-yoga-s740-arrives-with-4k-screen-and-alexa/…3 days ago
-
Posted a reply to The attribute ‘tabindex’ in tag ‘span’ is missing or incorrect,, on the site WordPress.org Forums:
What theme are you using?3 days ago
-
Posted a reply to The attribute ‘tabindex’ in tag ‘span’ is missing or incorrect,, on the site WordPress.org Forums:
@tuxmob Thanks for filing the issue. The quick fix you can do is simply to…3 days ago
-
Posted a reply to Lot of AMP error in the google searsh console, on the site WordPress.org Forums:
We are going to be putting together a list of recommended plugins here: https://github.com/ampproject/amp-wp/issues/4386 I…3 days ago
-
Posted a reply to AMP Custom JavaScript is not allowed, on the site WordPress.org Forums:
There is some code being injected into your site: <div style='display:none' id='sbbhscc'></div> <script type="text/javascript"> var…3 days ago
-
Posted a reply to Lot of AMP error in the google searsh console, on the site WordPress.org Forums:
Alternatively, try turning off the option for "Minification of HTML and inline JavaScript"3 days ago
-
Posted a reply to Lot of AMP error in the google searsh console, on the site WordPress.org Forums:
Hi there. The culprit may be "Cache Enabler by KeyCDN" (which I see in an…3 days ago
-
Committed [2275910] to Plugins Trac:
Yank v1.5.0 due to critical bug with reusable blocks3 days ago
-
Created a topic, Reusable blocks removed upon upgrading to v1.5.0, on the site WordPress.org Forums:
Unfortunately there was a critical bug in v1.5.0 that …3 days ago
-
Posted a reply to HELP PLS ! Disable additionnal CSS, on the site WordPress.org Forums:
@dahuconcept yes, unfortunately there was a critical bug in v1.5.0 that caused this loss of…3 days ago
-
Posted a reply to Comment on Amp Page, on the site WordPress.org Forums:
@nikitasp Here is a demonstration plugin showing how comments can be added to the Reader…3 days ago
-
Posted a reply to Amp-next-page v1 strange behaviour, on the site WordPress.org Forums:
Hi there. I'll try to get input from someone on the AMP team who has…4 days ago
-
Posted a reply to 1.5.1 slow, causes high request time, on the site WordPress.org Forums:
Thanks for the update. Could you do another transient JSON export into that Gist, specifically…4 days ago
-
Posted a reply to Custom Element Scripts being removed, on the site WordPress.org Forums:
We've just published the 1.5.2 release to WordPress.org: https://wordpress.org/plugins/amp/ You can update now via the…4 days ago
-
Posted a reply to YouTube embed problem when the video URL has a dash (“-“) character, on the site WordPress.org Forums:
@tremolostairs We've just published the 1.5.2 release to WordPress.org: https://wordpress.org/plugins/amp/ You can update now via…4 days ago
-
Posted a reply to Content mismatch: Missing embedded video, on the site WordPress.org Forums:
@collins1980 We've just published the 1.5.2 release to WordPress.org: https://wordpress.org/plugins/amp/ You can update now via…4 days ago
-
Posted a reply to 1.5.1 slow, causes high request time, on the site WordPress.org Forums:
@janvitos We've just published the 1.5.2 release to WordPress.org: https://wordpress.org/plugins/amp/ Release notes: https://github.com/ampproject/amp-wp/releases/tag/1.5.2 This release…4 days ago
-
Posted a reply to Error in structured data V 1.5.1, on the site WordPress.org Forums:
@satheeshrajv We've just published the 1.5.2 release to WordPress.org: https://wordpress.org/plugins/amp/ You can update now via…4 days ago
-
Posted a reply to Error in Inline Images, on the site WordPress.org Forums:
@shivy23 We've just published the 1.5.2 release to WordPress.org: https://wordpress.org/plugins/amp/ You can update now via…4 days ago
Developer
-
Accessibility (a11y) Speech Synthesis
Active Installs: Less than 10
-
AMP
Active Installs: 400,000+
-
Better Code Editing
Active Installs: 40+
-
Customize Comments
Active Installs: Less than 10
-
Customize Inline Editing
Active Installs: 20+
-
Customize Object Selector
Active Installs: 100+
-
Customize Posts
Active Installs: 5,000+
-
Customize Snapshots
Active Installs: 200+
-
Customizer Browser History
Active Installs: 60+
-
Customizer Dev Tools
Active Installs: Less than 10
-
Customizer Everywhere
Active Installs: Less than 10
-
Customizer Responsive Server-Side Components Device Preview
Active Installs: 100+
-
Dependency Minification
Active Installs: 100+
-
Feature Policy
Active Installs: 200+
-
Force Featured Image
Active Installs: 60+
-
JS Widgets
Active Installs: 30+
-
Listenability
Active Installs: Less than 10
-
Media Placeholders
Active Installs: 300+
-
Override Post Title with First Content Heading
Active Installs: 200+
-
PWA
Active Installs: 30,000+
-
Sectionize
Active Installs: Less than 10
-
Spoken Word
Active Installs: 100+
-
Syntax-highlighting Code Block (with Server-side Rendering)
Active Installs: 300+
-
User Photo
Active Installs: 10,000+
-
Widget Favorites
Active Installs: 40+
Contributor
-
Code Syntax Block
Active Installs: 2,000+
-
Mentionable
Active Installs: 600+
-
Quicklink for WordPress
Active Installs: 1,000+
-
Reporting API
Active Installs: 20+
Plugins
-
Accessibility (a11y) Speech Synthesis
-
Admin Color Schemes
-
AMP
-
Batcache
-
Better Code Editing
-
Big Emoji Comments
-
Bulk User Management
-
Category Checklist Tree
-
Cron View
-
Customize Inline Editing
-
Customize Object Selector
-
Customize Posts
-
Customize Snapshots
-
Customize Widgets Plus
-
Customizer Browser History
-
Customizer Dev Tools
-
Customizer Everywhere
-
Debug Bar
-
Debug Bar Console
-
Debug Bar Cron
-
Debug-Bar-Extender
-
Dependency Minification
-
Developer
-
Edit Flow
-
Google Authenticator
-
Google XML Sitemaps
-
Gutenberg
-
HyperDB
-
Jetpack by WordPress.com
-
Jetpack Follow Link for P2
-
Media Grid
-
Media Placeholders
-
Memcached Object Cache
-
MEXP Picasa
-
Ostrichcize
-
P2 By Email
-
P2 Likes
-
P2 Resolved Posts
-
Pantheon HUD
-
Plugin Dependencies
-
Posts 2 Posts
-
Proper Network Activation
-
Public Post Preview
-
PWA
-
Query Monitor
-
Quicklink for WordPress
-
Reactions
-
Redirection
-
Restrict Widgets
-
Restricted Site Access
-
Revision Notes
-
Rewrite Rules Inspector
-
Shortcake (Shortcode UI)
-
Simple Page Ordering
-
Site Kit by Google
-
Slack
-
Speedy Page Redirect
-
Stream
-
Styles
-
Super Emoji Plus+
-
Syntax-highlighting Code Block (with Server-side Rendering)
-
SyntaxHighlighter Evolved
-
Theme Check
-
Timber
-
Timber Debug Bar
-
Two-Factor
-
User Role Editor by Members – Best User, Role and Capability Management Plugin for WordPress
-
User Switching
-
WordPress Importer
-
WordPress MU Domain Mapping
-
WordPress REST API (Version 2)
-
WordPress Widgets Refresh
-
WP GDPR Cookie Notice
-
WP Multi Network
-
WP-CFM
-
WP-Post-Meta-Revisions