Your cart is currently empty!
WooCommerce is known as the leading eCommerce platform for having millions of installations worldwide. It’s had a reputation for scaling challenges. Not any longer! A recent official blog post covered this topic and included examples of six larger WooCommerce stores and a link to the official showcase of sites by category. Scaling is defined there…
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…
I’ve long held a belief that clients themselves (or their staff or VAs) should be empowered to manage content and that they naturally wish to do it themselves. Consider a Store Manager.
Website accessibility (codename: a11y) has always been an important quality dimension to a website. In recent months website accessibility has seen tremendous growth not only for the purposes of inclusion, customer growth and search-engine optimization, but also to shield litigation, frivolous or otherwise, in connection with federal and state laws (ADA, Disabled Persons Acts, and…
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!
I’m preparing a presentation for WordCamp Riverside 2019 running November 8-10. It’s just a couple of weeks away. My presentation begins at 10:00am on Saturday the 9th. I hope to see you there!
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…
Check out my blog post WooCommerce – The Leading Open eCommerce Framework featured on UpCity. In this article I discuss where WooCommerce and open-source fits into the overall eCommerce Platform segment and popular proprietary systems. I also discuss community events and some technical tips.
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…