Your cart is currently empty!
I’m presenting on the topic Database Cleanup at two events coming up. Everyone’s invited! The first venue will be WordPress Santa Clarita Valley Meetup the evening of Tuesday Sep 15th 7:00pm over Zoom. The second venue will be taking place mid October and will be announced soon…
June 2024 update: These days I recommend the lightening fast SpinupWP control panel connected to a Dedicated CPU Premium Intel server at Digital Ocean. This is faster than any local environment I’ve ever used. Remember to follow good security practices and password protect any dev environment. There’s myriad options for local WordPress development environments. Some…
Think of the WordPress block editor as an ever-expanding word processor for your website.
WordCamp Santa Clarita 2020 #wcscv website is now live and the call for speakers is up! Our call for sponsors, volunteers and opening of attendee tickets is forthcoming. Please stay tuned or subscribe for updates (see footer). I hope to see folks there in early April.
Plugin decisions tell me a lot about how the site was put together. Each plugin consumes resources and slows down a site, particularly on weaker hosting. Plugins can also clog-up the database by caching a bunch of data or storing oversized settings…
WordPress hosting companies are notoriously behind in upgrading PHP – the web service that processes a website’s data and logical code into HTML output. The cost of this delay is enormous in terms of website maintenance and performance. The jump from PHP v5 to v7 was a big one that required software updates and often…
Let’s say you’ve reported a bug that you’ve observed in a theme or plugin. Good job by the way! Should you provide the developer admin access to your production site so they can diagnose or repair the issue? ABSOLUTELY NOT!
Time-to-first-byte (TTFB) is one of the most useful website performance metrics. It’s also one of the hardest to improve. Caching plugins can’t do much for it; actually they contribute to it. Caching plugins don’t fix cache warm-up, authenticated sessions, submissions / processing, and administration. To improve those you need to get TTFB in range. The…
Recently a client brought in an interesting request to split their store off onto a subdomain, for example https://store.mywebsite.com. There are both advantages and disadvantages to this idea. I thought I’d share those insights with my audience. Pros The plugin load gets split, so each site runs less plugins or customization risks above the core…
Recently I’ve been assessing WooCommerce sites based in California as part of a new client outreach effort. Through this process and its first 100 subjects I’ve discovered more data on where people host their WooCommerce sites, what errors are showing up (SSL, JS/console, ADA, state compliance), performance metrics, who they use for hosting/registrations/email, what all…