Any Plugin Can Edit the WordPress Add New Screen
▲ 17 r/WordpressPlugins+1 crossposts

Any Plugin Can Edit the WordPress Add New Screen

A simple question: "Why is my plugin not first in the result, when I search for it's exact name?" lead to a series of interesting discoveries about the free plugins directory.

marcindudek.dev
u/Myth_Thrazz — 10 days ago

"Why is WordPress slow?" breakdown of the typical answers abridged

I've seen this question asked and answered many, many times. And it seems that the answers depend on who you ask:

- WP Users: "I have no idea... it just is."

- Non-WP Users: "Because it's old/PHP. Use Next/Nuxt/Astro/Webflow/Wix/Ghost/...."

- Theme developers:
"It's plugins or hosting. Or other themes - ours is fast."

- Plugin developers:
"It's theme or hosting. Or other plugins - ours is fast."

- Hosting company: "It's plugins or theme. Or other hostings - come to us we're fast."

- WordPress "Experts": "WordPress powers 43% of the web(...)"

- WordPress Core Performance: "We'd like to make it fast, but we can't make any drastic changes, because someone should be able to run their blog on a solar-powered potato..."

- WordPress Performance Experts: "It's complicated... I can make an audit, it will take around 10h and cost $999"

- WordPress Cache Plugin developers: "It's not if you cache everything!"

- WordPress Performance Plugin developers: "There are many reasons, but our plugin fixes all of them!
*unless it doesn't - then you need to switch hosting"

( yes, it's a satire )

reddit.com
u/Myth_Thrazz — 15 days ago

[Pricing question] "Live chat on your site. You reply from Telegram." How much is it worth?

https://preview.redd.it/o8lspmn4pbhh1.png?width=1186&format=png&auto=webp&s=7f97904ca4aed276b92b2b395f0d87986e5a054a

I build this tool for myself ( I'm running many services ) - but then one of the clients suggested white-labeling it and offering as a product.

I did that and I think it looks quite cool.

It's lifetime purchase so I didn't know how to price it.

I think it's worth $99 ( it saves 2-3 hours of doing it with AI ) - but maybe I should make it dirt cheap and have higher scale instead?

What do you think?

reddit.com
u/Myth_Thrazz — 16 days ago

General discussion about the massive surge of free AI generated plugins in 2026

These are only free plugins, that were submitted to wp.org - not counting all of the others that have not been submitted. The counts are 2-2.5x higher than 6months ago - source: https://x.com/andrewhoyer/status/2079271814170390581/photo/1

These are only free plugins, that were submitted to wp.org - not counting all of the others that have not been submitted.

My main concerns about that ( in no particular order ):

  • Pressure on the reviewers ( the same amount of reviewers that gatekeep the access to the repo )
  • Premium features served as free plugins
  • Decreased profitability of premium plugins
  • Doubtful support ( assuming most of them were AI generated by non-tech users )
  • Increased security risk (same as above )
  • Huge duplication/competition in every niche ( eg. at least 11 plugins just for EU Withdrawal button )

On one side - I understand why that happens. The cost of creating own plugin has dropped probably around 10x now.

But I'm really afraid that this will seriously hurt WordPress as a whole on the long run.

reddit.com
u/Myth_Thrazz — 22 days ago

The one WordPress.org number nobody can audit

Someone published a piece claiming a theme author was inflating his active install counts on WordPress.org. I read it, got annoyed at how plausible it sounded, and decided to check it myself instead of taking anyone’s word for it.

That took a day. What I found is worse than the original accusation, and it has nothing to do with that one author.

The number in the plugin directory that says “10,000+ active installations” is the softest number in the whole ecosystem. It has no public history, it’s rounded to one significant digit, it costs about a third of a kilobyte to fake, and it drives your position in search. Every other number on that page can be checked by anyone. This one can’t be checked by anybody outside wp org, including the plugin author whose reputation is attached to it.

makewpfast.com
u/Myth_Thrazz — 28 days ago

[PREMIUM] Redis: "Connected" does not mean "Working"

If your WordPress site runs Redis ( it should ) and the status screen says Connected, you know one thing - a socket opened. That's it.

That test cannot fail in most of the ways an object cache actually fails in production. I deliberately misconfigured a cache on a test site and filled it, and the site started serving HTTP 500 to every visitor while WordPress carried on reporting that an external object cache was active.

Redis is great, but it's not "fire and forget". Post covers some of the pitfalls and ways to avoid them.

wpmultitool.com
u/Myth_Thrazz — 30 days ago

A one-shot code-review benchmark: scoring restraint over recall across four Claude models

I built a small benchmark to answer one question: is Claude Opus 4.6 actually worse than 4.8, or does it just feel older?

It scores the half of code review that most evals ignore, which is restraint - not flagging correct code that looks suspicious.

Four models, four task families, one-shot and mechanically scored. The two Opus models came out statistically tied, and they cost the same, so there's no reason to pick one on price. Across a real tier gap, Sonnet 5 matched Opus on almost everything while running fastest and costing a third as much. The surprise was Haiku 4.5: it was both the least accurate model and the slowest, because adaptive thinking makes it burn a huge token budget on simple tasks.

marcindudek.dev
u/Myth_Thrazz — 1 month ago

I used over 520m of tokens, am on Max x20 and I barely feel like I need to use Fable 5

My usage overall

My usage over last week by model

My point is: you don't really NEED Fable 5 to ship things

Hot take: Vast majority of the improvements in working with LLMs in general and Claude Code in particular - is in harness/skills - not that the models got inherently better.

As an example - you can ask Haiku/Sonnet to 'center the div' and they would do exactly the same good job ( possibly faster)

reddit.com
u/Myth_Thrazz — 1 month ago
▲ 12 r/TechSEO

Did you notice that favicons just started showing in the Google Search Console?

There was no announcement - but I just noticed this a moment ago. I'm sure it wasn't like this a few hours earlier.

u/Myth_Thrazz — 1 month ago

Claude Code Quietly Taught Itself to Stop Waiting for You

TL;DR
  • Claude Code shipped AFK mode (away from keyboard) in v2.1.198, built July 1, 2026. It is not in the changelog and there is no release note.
  • An unanswered AskUserQuestion dialog now auto-answers after 60 seconds (with a 20-second on-screen countdown) and tells the model to proceed on its best judgment.
  • Two undocumented env vars control it: CLAUDE_AFK_TIMEOUT_MS and CLAUDE_AFK_COUNTDOWN_MS. Set the timeout to 2147483647 and it effectively never fires.
  • I found all of this by running strings over the local binary and bisecting four versions. Every command in this post is reproducible on your own machine.
  • The upside: unattended and remote sessions stop hanging forever. The catch: an away user hasn't agreed to anything, so the model can now proceed on a guess and act on it.
marcindudek.dev
u/Myth_Thrazz — 2 months ago

[PREMIUM] Your WordPress debug.log Can Quietly Eat the Whole Disk - WP Multitool doesn't let it

  • WordPress debug.log has no size cap, rotation, or dedup — it just grows forever
  • One noisy plugin repeating the same error every request = a multi-GB file
  • It fills the disk and can take the whole site down, silently
  • Once it's huge you can't even open it to diagnose (editor OOMs, "cat" kills a small VPS)
  • Usual fixes both lose: delete it (lose all history) or paste into AI (won't fit context)
  • Built a module that streams the log (no RAM blowup), groups duplicates into a counted table, and size-guards it without losing the errors you need
  • It's disk-safety + log hygiene, not a speed boost
wpmultitool.com
u/Myth_Thrazz — 2 months ago

Have you ever been annoyed/surprised by the size of the debug.log?

I'm supporting many client sites - both retainers and one-off optimizations. More often than not, while looking for the sources of the slowness I end up finding an enabled debug.log that takes 5G+ and is full of notices and deprecation messages.

So on one side it's good as this is the mine of useful information about website.

On the other side - sifting through the 5G of crap takes ages.

Do you have any good solutions to deal with that?

reddit.com
u/Myth_Thrazz — 2 months ago

The Best Free WooCommerce EU Withdrawal Button Plugin (2026)

From 19 June 2026, every shop selling to EU consumers has to put a clearly labelled, one-click "withdraw from contract" function in the storefront. That's Directive (EU) 2023/2673, which adds a new Article 11a to the old Consumer Rights Directive.

WooCommerce has no native support for it - there's just an open request (#65443) sitting there with no roadmap.

I've tested 11 plugins that do that and selected the best one ( in my opinion )

marcindudek.dev
u/Myth_Thrazz — 2 months ago

I took a challange to install as many "fast" plugins as possible on a single WP installation with 256M of RAM

Over the past few months I've benchmarked the performance of ALL 60k+ plugins from WordPress Plugins repository and graded them.

Turned out that most of them had negligible impact on performance. Then one of the commenters asked: "So, did you install all 50,106 top performing plugins and see what happens?"
(source: https://www.reddit.com/r/Wordpress/comments/1u00akj/comment/oqhot8e/ )

I turned it into a challange: "How many "fast" plugins can I really run on a single WP instance at the same time?"

So I spin a Docker environment locally, took the list and started installing...

Here's the full article:
https://makewpfast.com/how-many-plugins-can-wordpress-handle/

TL;DR: Even if the plugin is 'small' or 'fast' it DOES have a tiny footprint, and this compounds.
I stopped after installing 223 plugins (without touching the limit)

u/Myth_Thrazz — 2 months ago
▲ 44 r/WordpressPlugins+1 crossposts

Do Too Many Plugins Slow WordPress? I have benchmarked ALL of the 60k+ plugins to find out

TL;DR; It's WAY more about QUALITY than it is about QUANTITY.

makewpfast.com
u/Myth_Thrazz — 2 months ago

[PREMIUM] Your WordPress media library is hiding gigabytes you can't see

A major release of the WP Multitool (1.3.0) that massively improves the Image Optimizer module - adding the advanced detection of the unused images and thumbnails and allowing to remove them.

wpmultitool.com
u/Myth_Thrazz — 3 months ago

[Free] If the Classic Editor is the first plugin you install on every WP - I have something for you

WordPress still registers blocks even if you're not using them, and not only basic WP, WooCommerce too. And even if it doesn't take MUCH time - it still takes some time on every request.

So I've made a free plugin that just... removes them https://wordpress.org/plugins/zero-blocks-given/

reddit.com
u/Myth_Thrazz — 3 months ago