Геннадий Ковшенин, Автор в WordPressify (original) (raw)

Why should you optimize images on your WordPress site? There’s a conundrum many website owners face: needing to showcase images on every page and in every post but, at the same time, large image size can actively slow down website load times.

Pressjitsu was bootstrapped by a couple of friends 6 years ago. We onboarded our first client in the beginning of January 2015 and were one of the first dedicated, managed WordPress hosting providers out there.

If you’re reading about load testing a WordPress site, you’re probably worried about your website and you want it to be available to your visitors at all times.

Image source – Pexels. We can probably all agree that the security of your website should always be a top priority when building your online presence. And one of the most important ways to secure your WordPress site traffic is to install an SSL certificate. In this guide we dive deep into exactly that: We’ll …

Подробнее

WooCommerce is more flexible than any other eCommerce platform because of its repository of free and premium extensions and thousands of compatible plugins. But, this flexibility is a double-edged sword.

…or Optimizing Slow Sub-Queries in WordPress Bot registrations are a nuisance in many WooCommerce sites. Cleaning them up seems to be a trivial task: just delete all users without a placed order from a month ago and backwards. select * from wp_users where user_registered Okay, so we almost 50 thousand customers and a bit over …

Подробнее

After switching from HTTPS to HTTP (local development) WordPress may sometimes get stuck in the following error message: Cookies are blocked or not supported by your browser. The browser complains: This Set-Cookie was blocked because it was not sent over a secure connection and would have overwritten a cookie with the Secure attribute. The solution …

Подробнее

delete from wp_usermeta where meta_value = »; delete from wp_postmeta where meta_value = »; delete from wp_options where option_value = »; Because why not? Оригинал: codeseekah.com

From my very old private programming diary: 2 months later… Оригинал: codeseekah.com

WooCommerce Can't Count Either

WooCommerce is up for the thread-safety test in this post and probably a couple of other to follow.

I’ve learned some important lessons in the past 10 years. These help me deal with new partnership proposals without getting carried away, and steer some of friends and colleagues away from lucrative business proposals.

bbPress Can't Count

In a highly-concurrent high-load environment bbPress will not count the topics and replies correctly. This happens due to several race conditions in the code. While not a critical vulnerability, it’s annoying. I wonder how the dotorg forums keep the numbers accurate? Maybe they don’t and nobody cares 🙂 but it’s something I’ve been very passionate …

Подробнее

W3TCache + nginx + subdirectories

This is a simple instruction on how to make W3Total Cache (version 0.13.1) work with nginx (version 0.14) and subdirectory installs. That is if you’re still doing subdirectories. In most cases WordPress Multisite/Network will do the job properly without having to fiddle with nginx configurations files and whatnot. Here we go. W3TC generates an nginx.conf …

Подробнее

…or “Are you insane? You haven’t written anything programming-related in over a year and you come back with this nonsense?”

This week’s been very busy for the core contributors and developers of WordPress. Here are some of this week’s major changes in WordPress trunk.