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 Team
- Documentation Contributor
- Meta Contributor
- Plugin Developer
- WordCamp Speaker
-
Posted a reply to Adding shortcuts feature in PWA, on the site WordPress.org Forums:
Please debug your App Manifest in DevTools. It appears it is not valid: For one… -
Posted a reply to Adding shortcuts feature in PWA, on the site WordPress.org Forums:
Why did you suspect it was a syntax error? In looking at the App Manifest… -
Mentioned in [54043] on Core SVN:
Site Health: Introduce page cache check. -
Posted a reply to Adding shortcuts feature in PWA, on the site WordPress.org Forums:
Maybe your PHP isn't at a new enough version to use the short array syntax.… -
Posted a reply to Adding shortcuts feature in PWA, on the site WordPress.org Forums:
Please share the actual code being passed to add_filter() here. It's difficult to debug a… -
Posted a reply to Slow index page, on the site WordPress.org Forums:
It doesn't seem to be what is described in that article because (1) this plugin… -
Posted a reply to Item in cart is not getting removed, on the site WordPress.org Forums:
Most likely the issue is that your server response time is too slow and so… -
Wrote a comment on the post A new system for simply and reliably updating HTML attributes, on the site Make WordPress Core:
In regards to using DomDocument with HTML5, see the subclass in the AMP plugin we… -
Posted a reply to ampersand converted to unicode character on json, on the site WordPress.org Forums:
Why does it need to be the same as AMP and non-AMP pages? It should… -
Posted a reply to ampersand converted to unicode character on json, on the site WordPress.org Forums:
I don't think this is a problem. In JavaScript, \u0026 is the encoding of an… -
Posted a reply to Main menu wont save points to PWA, on the site WordPress.org Forums:
The error template is served when the server returns with a 500 internal server error… -
Mentioned in [53846] on Core SVN:
Script loader: enable resource preloading with rel='preload'. -
Posted a reply to DIFERENTES PAGINAS DE INICIO, on the site WordPress.org Forums:
Sí, todavía necesitas instalar el plugin PWA. El código que te escribí es un “pluginito”… -
Posted a reply to DIFERENTES PAGINAS DE INICIO, on the site WordPress.org Forums:
Sí, es posible. Si entiendo correctamente lo que necesitas, algo como este codigo PHP funcionaría:… -
Pull request #41039 merged into WordPress/gutenberg:
Env: Restrict `WP_TESTS_DOMAIN` constant to just hostname and not home URL -
Posted a reply to Could disabling AMP negatively impact Discover?, on the site WordPress.org Forums:
Hey Mike. Here's the Google Search Central documentation on Remove your AMP pages from Google… -
Posted a reply to It’s time to switch to get more performance!, on the site WordPress.org Forums:
Thanks for the glowing review! Glad you took the time to encourage more sites to… -
Closed ticket #53122 on Core Trac:
Add dns-prefetch resource hint as fallback for Google Fonts preconnect -
Posted a reply to Not showing, on the site WordPress.org Forums:
I see the highlighting in desktop Chrome. Are you testing on a touch device? Highlighting… -
Posted a reply to Not showing, on the site WordPress.org Forums:
Hi there. It's not just the entry-content class. An ancestor element also needs to have… -
Posted a reply to How can I tell the plugin to precache a set of pages (and no other pages)?, on the site WordPress.org Forums:
Yes. For example, something like this should precache the given post, where the service worker… -
Posted a reply to AMP Carousel html being removed by post editor, on the site WordPress.org Forums:
It could be that TinyMCE (classic editor) is corrupting the custom element. Injecting the carousel… -
Posted a reply to AMP Carousel html being removed by post editor, on the site WordPress.org Forums:
Or if you're not using carousel to create a gallery, you can also just add… -
Posted a reply to Amp Error on Web story Amp version 2.2.4, on the site WordPress.org Forums:
Do you mean you upgraded to 2.3.0 and then rolled back to 2.2.4? -
Committed [2742524] to Plugins SVN:
Tagging 2.3.0 -
Committed [2742523] to Plugins SVN:
Committing 2.3.0 to trunk -
Mentioned in [53480] on Core SVN:
Media: Add `decoding="async"` to image attributes. -
Posted a reply to nothing, on the site WordPress.org Forums:
As explained in the plugin's description, you can enable Offline Browsing by going to Reading… -
Posted a reply to the application information is shown only once, on the site WordPress.org Forums:
You do not appear to be using this PWA plugin, but rather PWA for WP. -
Posted a reply to Installing the jetpack plugin causes an AMP error., on the site WordPress.org Forums:
(Note: I've noticed that recent releases of Jetpack have introduced some AMP compatibility issues which… -
Posted a reply to How do I use it?, on the site WordPress.org Forums:
You just go into the WP Admin and go into Reading settings, and enable the… -
Committed [2732089] to Plugins SVN:
Tagging 0.7.1 -
Committed [2732088] to Plugins SVN:
Committing 0.7.1 to trunk -
Posted a reply to Installed the PWA but not seen running, on the site WordPress.org Forums:
I suggest temporarily turning off the ads to see if this is indeed the reason… -
Posted a reply to Alt text is missing for all images with AMP plugin, on the site WordPress.org Forums:
Hi there. Those images are placeholders which should not have alt attributes. Such images should… -
Posted a reply to Installed the PWA but not seen running, on the site WordPress.org Forums:
I can see it in desktop Chrome: I can also see it in desktop Edge:… -
Created issue #41171 in the WordPress/gutenberg repository:
Env: Add ability to specify `xdebug.idekey` for sake of debugging with PhpStorm/IntelliJ -
Closed pull request #40742 on WordPress/gutenberg:
env: Allow overriding admin user credentials on development environment -
Posted a reply to PWA AND/OR AVADA THEME INSERTING IMAGE INTO PODCASTING FEED. ERROR WITH SPOTIFY, on the site WordPress.org Forums:
The PWA plugin doesn't do anything with feeds, so it sounds like this is a… -
Submitted pull request #41039 to WordPress/gutenberg:
Env: Restrict `WP_TESTS_DOMAIN` constant to just hostname and not home URL -
Created issue #41038 in the WordPress/gutenberg repository:
Env: `WP_TESTS_DOMAIN` constant in `phpunit-wp-config.php` is defined to invalid value -
Committed [2722952] to Plugins SVN:
Update tested up to 6.0 -
Committed [2722951] to Plugins SVN:
Bump tested up to 6.0 -
Committed [2722950] to Plugins SVN:
Bump tested up to 6.0 -
Posted a reply to Long URL with many query parameters slowing loading, on the site WordPress.org Forums:
I've opened a pull request to fix this in the plugin: https://github.com/GoogleChromeLabs/pwa-wp/pull/780 I'm planning to… -
Posted a reply to Long URL with many query parameters slowing loading, on the site WordPress.org Forums:
Thanks to Jeff Posnick at the Workbox team for identifying the problem. The cause is… -
Posted a reply to Long URL with many query parameters slowing loading, on the site WordPress.org Forums:
I was able to reproduce the issue on my own site. So you don't have… -
Posted a reply to Long URL with many query parameters slowing loading, on the site WordPress.org Forums:
Still if you can update to the latest version of the plugin that will help… -
Posted a reply to Long URL with many query parameters slowing loading, on the site WordPress.org Forums:
Thanks. I see you're using v0.6. Can you upgrade to v0.7 and see if this… -
Posted a reply to apple startup image, on the site WordPress.org Forums:
Personally I have never used this feature since I don't use iOS. It was added…
Developer
-
Accessibility (a11y) Speech Synthesis
Active Installs: Less than 10
-
AMP
Active Installs: 500,000+
-
Better Code Editing
Active Installs: 20+
-
Customize Comments
Active Installs: Less than 10
-
Customize Inline Editing
Active Installs: 10+
-
Customize Object Selector
Active Installs: 100+
-
Customize Posts
Active Installs: 3,000+
-
Customize Snapshots
Active Installs: 400+
-
Customizer Browser History
Active Installs: 30+
-
Customizer Dev Tools
Active Installs: Less than 10
-
Customizer Everywhere
Active Installs: Less than 10
-
Customizer Responsive Server-Side Components Device Preview
Active Installs: 90+
-
Dependency Minification
Active Installs: 50+
-
Feature Policy
Active Installs: 200+
-
Force Featured Image
Active Installs: 40+
-
JS Widgets
Active Installs: 10+
-
Lazy Loading oEmbed Iframes
Active Installs: Less than 10
-
Listenability
Active Installs: Less than 10
-
Media Placeholders
Active Installs: 200+
-
Override Post Title with First Content Heading
Active Installs: 100+
-
PWA
Active Installs: 40,000+
-
Sectionize
Active Installs: Less than 10
-
Spoken Word
Active Installs: 100+
-
Syntax-highlighting Code Block (with Server-side Rendering)
Active Installs: 1,000+
-
User Photo
Active Installs: 9,000+
-
Widget Favorites
Active Installs: 20+
Contributor
-
A.N.R.GHG Publishing Helper
Active Installs: Less than 10
-
Code Syntax Block
Active Installs: 9,000+
-
footnotes
Active Installs: 7,000+
-
Mentionable
Active Installs: 300+
-
Quicklink for WordPress
Active Installs: 2,000+
-
Reporting API
Active Installs: 40+
Support Rep
-
Web Stories
Active Installs: 70,000+
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
-
Gutenberg
-
HyperDB
-
Jetpack - WP Security, Backup, Speed, & Growth
-
Jetpack Follow Link for P2
-
Log in with Google
-
Media Grid
-
Media Placeholders
-
Members - Membership & User Role Editor Plugin
-
Memcached Object Cache
-
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)
-
Shortnotes
-
Simple Page Ordering
-
Site Kit by Google - Analytics, Search Console, AdSense, Speed
-
Skip Updates
-
Slack
-
Speedy Page Redirect
-
Stream
-
Styles
-
Super Emoji Plus+
-
Syntax-highlighting Code Block (with Server-side Rendering)
-
SyntaxHighlighter Evolved
-
The Icon Block
-
Theme Check
-
Timber
-
Timber Debug Bar
-
Two-Factor
-
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
-
XML Sitemaps