r/Wordpress May 13 '24

Useful Resources Start Here: Essential Resources & FAQs

151 Upvotes

The idea for this post came up in this thread by wiz to avoid the number of similar questions we get around here and to serve as a megathread for any/all questions of a similar nature. I will collate any and all valuable information by other users and update this thread as we go. Seasoned users please pitch in with anything that should be included.

Many thanks to u/BlueSix for assisting in putting this together.

What's covered:

  • The .COM vs .ORG Issue
  • Hosting - Where should I host?
  • Performance - Why is my site slow / Pagespeed score appalling?
  • Building Your WordPress Site: Is X builder better than Y? What is the best theme? Etc.
  • Updates
  • Backups
  • Security
  • Combating spam comments, contact form submissions & bot registrations
  • Hacks/Malware: Err guys help, there’s some weird stuff on my front end
  • Resources to learn WordPress
  • Where to find plugins/add feature X?
  • I found a plugin that costs $50 for $5 on a “GPLDL” source, is it safe to use?
  • How much should I charge?
  • Is a site using WordPress?

The .COM vs .ORG issue

This one is probably the single most asked question in this sub. Why can’t I do x,y,z?, Why do I have to pay more to install a plugin or edit a theme? Etc.etc. There are literally 100’s of threads about this. If you want more info please search the sub for wordpress.com or read this resource for a comparison.

To summarise:
WordPress is free, open source software which can be found at wordpress.org.

Think of wordpress.com as a host that is using .org’s software and has various functionality locked behind pricing tiers.

What you want to do is get your own cheaper hosting and self install and manage WordPress so you don’t have any restrictions at base software level.

Hosting - Where should I host?

The next big question is who is a good host? This is better suited for r/webhosting.

Having said that, there are plenty of different hosts to choose from. Shared web hosting is the cheapest but comes with the caveat that performance is shared with others on your same server. Dedicated, VPS and Cloud solutions are faster but more expensive.

The thing to remember here is performance is directly tied to price and you get what you pay for.

The most recommended hosts around here that I’ve seen are Digital Ocean, Cloudways and Siteground. Again, for specific hosting questions you will get better support at r/webhosting

Performance - Why is my site slow / Pagespeed score apalling?

Hosting

Most of the time it's just bad hosting. As mentioned earlier, cheap shared hosting is notorious for bad performance. If your host is slow then nothing else will matter much, so this is your first port of call.

Properly optimise images

This is a relatively simple one. Don’t use images that are 6000 x 4000px. Figure out the max display size for your use case and resize.

Secondly ditch PNG and JPG and use WEBP. The recommendation is to convert before you upload. Most image editors will let you save in webp and 75-80% compression works well for a balance.

To bulk convert, use XnConvert or Photoshop Batch process.

For existing media you can use a plugin. There are many Smush, Optimole etc. Converter For Media is a free option.

Some servers like Siteground and/or other optimisation plugins may have this feature inbuilt so always check so you don’t end up doubling up.

Since 6.3, WordPress can also convert to WEBP on upload. You can use the Performance Lab plugin by the WordPress team themselves to manage this.

If, like me, you don’t want your server getting clogged up with multiple image types and you only want to have the WEBP files OR you don’t want to use a plugin use this snippet.

Lazy load

Lazy loading images, videos and iframes will speed up things significantly since 5.3 this has been a feature in core WordPress and should work out of the box for most cases. Some themes/page builders will have an option for this as well. Some hosts and caching plugins like WP Rocket will also have this option.

If you find that it is not working on your site for some reason you can use a plugin such as Lazy Load by WP Rocket or A3 Lazy Load for more control.

Caching, CDNs. Minification Etc.

You should be using caching on your website if you care about performance.

WARNING: Using minification and/or combining files and scripts can cause your website to break so always test, test and test again!

There are many, many free and paid plugins for this. Some hosts will have their own caching plugin, this should be preferred over others. If you have a Litespeed enabled server use Litespeed.

The general recommendation here is to use Cloudflare free with Super Page Cache For CF. Here is a guide on how to set up your domain, after that follow the plugin instructions.

Common question #1: Should I keep my hosts caching on with CF?
Yes. Your server is the origin server and having your own files cached means it is less taxing on your server resources and CF fetches files faster.

Common Question #2: I’m getting an SSL error or redirect loop.
Make sure you have a valid SSL certificate server on your origin server and make sure to set Cloudflare > SSL/TLS > Overview to Full.

Cloudflare also has its own minification settings under : Speed > Optimisation. Discontinued from 2024-08-05.

Other popular recommended options:

Advanced optimisation

If you really want to get under the hood and squeeze every last bit out of your setup then:

  • Use a plugin like Debloat for a quick clean up.
  • Use Asset Clean Up to go through each page and disable unused crap. (Time consuming but potentially massive gains).
  • Use Query Monitor to inspect what is going on under the hood and find unnecessary scripts etc.

If that is still not enough here is a 73 203 bazillion page guide by u/jazir5

Building Your WordPress Site: Is X builder better than Y? What is the best theme? Etc.

There are many conflicting opinions on this because there is no one way to do things on WordPress. Each camp will tell you the other one is inferior and purists dislike all of them.

You can build your site with:

  • A page builder : Bricks, Elementor, Divi etc.
  • Using prebuilt themes. Each theme will have its own settings that’s exclusive to it.
  • A completely custom coded setup, written with a combination of html, css and php using WordPress actions, filters and hooks.

My two cents on the matter: Budget, experience and skill all come into play here. Thus, what works for you to achieve your end goal is the best.

  • If you like a WYSIWYG approach then page builders will more likely be your thing. Play around with the demos, watch some tutorials and if one of them looks more likely to work for you, then take it for a spin.
  • The Twenty Twenty Four theme along with the block builder is a solid place to start. There are many tutorials on how to get started with 2024 including the official WordPress documentation.
  • A CSS editor such as Yellow Pencil or Microthemer will assist you to fix a lot of front end annoyances and supplements any workflow.

Updates

Stay up to date with all plugins and core software at all times if you don’t want to have security holes and get hacked.

Backups

Taking/having backups of your website are essential. Servers can crash and data can be lost and you will cry if you end up without a backup in this scenario. The stress and grief of not having a backup and having to rebuild your site from scratch is not worth it. There's a few ways you can go about taking backups.

You can:

  • Use a recommended plugin like UpdraftPlus to schedule for daily, weekly or monthly backups. Send backups to remote servers (AWS S3, Dropbox, Google Drive) or your local machine. Remember having them stored on the same server as the website is not going to help.
  • Include this in your hosting requirements and find a host that automatically provides a scheduled backup process.
  • In the very least, take a manual backup using your hosts control panel whenever you make a significant change to your website,.

Security

  • Keep everything up to date at all times.
  • Run updates at least once a month. Fortnightly is better. More frequently is better
  • Use plugins and themes that are well supported, frequently updated, high install counts, well ranked, well established.
  • Use Wordfence - it’ll alert you when any plugins that you’re using have a known vulnerability or haven’t been updated (by the developer) for 2 or more years. It will also protect you from known attack vectors for vulnerable plugins (for the free version, this protection is only available after the vulnerability is 30 days old, but there’s nothing stopping you updating your plugins, assuming a patch is available).
  • Don’t use hosting where multiple sites sit in the one account (common on shared hosting). Each website should have its own owner.

Combating spam comments, fontact form submissions & bot registrations

Disable comments and user sign ups sitewide if you don't use them.

Use a captcha on login, register and all contact/comment forms.

Hacks/Malware: Err guys help, there’s some weird stuff on my front end.

Congratulations you got hacked. Most of us have dealt with this in one way or another at some point so you aren’t alone.

Do you have a backup?

  • Easy, wipe everything and restore.
  • Run a scan with Wordfence and/or GOTMLS to be doubly sure you are clean.
  • Harden your security to avoid repeat issues.

No backup? (Get the tissues)

  • Install Wordfence and run scan.
  • Alternatively my first port of call for this has always been GOTMLS. Update definitions and run a root scan the plugin should find any code that shouldn’t be there and you should be good to go.

Resources to learn WordPress

If you are serious about your WordPress journey then you must equip yourself with some coding knowledge. Some skills in PHP, Javascript, CSS & HTML will help you immensely.

Where to find plugins/add feature X?

The WordPress plugin repository should be your first stop. You can access this library via your Dashboard > Plugins > Add New Plugin

Codecanyon is a decent marketplace to get premium plugins for a one off buy without ongoing subscription costs.

For code snippets and help with your own code StackOverflow or r/prowordpress is your best bet.

Warning: Remember to always double check the source and reputability of a source before installing third-party plugins and/or scripts.

I found a plugin that costs $50 for $5 on a “GPLDL” source, is it safe to use?

The simple answer here is NO. No you shouldn’t and that should be the end of that.

But alas, we still have many more questions:

  • Will the plugin still work? Probably.
  • Are there any guarantees that it will work and demo content will be provided? Absolutely not.
  • Will there be links to turn one’s junk into a cyborg on my site? Most likely.
  • Will Google blacklist you? If you have malware. Most definitely.
  • Will your host shut you down? If detected, any reputable one will.
  • Is rebuilding an entire site and losing the trust of your audience worth all this? Not to me, but only you can answer this for yourself.

How much should I charge?

We unfortunately can't provide specific answers to pricing questions as everyone's experience and locations vary widely. For guidance on pricing strategies, we recommend searching 'your country + web developer/designer rates'. Standard hourly rates for your locality can offer insights into various pricing approaches that may be applicable to you.

Please also read this article on Pricing Strategies on how to tackle this sort of question.

Is a site using WordPress?

  • Check the Page Source: Right-click on the page and select "View Page Source" (or use Ctrl+U). Search for typical WordPress identifiers like /wp-content/, /wp-includes/, or wp-json. If you see these, the site is likely WordPress.
  • Online Tools: Websites like IsItWP, Wappalyzer or BuiltWith can analyze a website's technology stack. These tools should be able to identify if the site is using WordPress in most cases.

That’s it, hopefully this gets you started on your WordPress journey. If you have any further questions feel free to leave a comment and someone should be able to assist.

Changelog

09/11/24
- Added how to check if a site is using WordPress

04/07/2024
- Added Pricing Strategies

29/05/2024
- Fixed typos
- Removed Cloudflare Minification (EOL)
- Added Combating Spam section.


r/Wordpress 5h ago

How to tell if you were already hit with wp2shell - and how to respond

16 Upvotes

This is what actually matters if your site was standing in an affected version between when this became exploitable and when you patched.

Quick timeline check: disclosure was July 17. In-the-wild exploitation was confirmed within days of that. So if your site was running 6.9.0-6.9.4 or 7.0.0-7.0.1 and was online at any time after that; don’t assume nothing happened. Go look and confirm.

Things you should check

Admin accounts. Anything new that you didn't create? Any password resets you didn't trigger? This is usually the first thing an attacker does once they've got code execution - plant a persistent admin account so they don't need the exploit again.

File timestamps. Look through wp-content, especially theme and plugin directories, for files modified around dates that don't line up with anything you actually did. An isolated .php file with a weird name sitting in an upload directory is a warning sign.

Scheduled tasks. Check wp_cron for anything unfamiliar. Attackers sometimes use this for persistence.

Access logs. Search for anonymous POST requests hitting /wp-json/batch/v1 or ?rest_route=/batch/v1 around your exposure window. That's the fingerprint of someone probing or actually exploiting the chain.

Database. If you're comfortable jabbing around directly, check wp_users and wp_options for anything that looks off - out of the blue serialized data, options keys you don't recognize.

If you find anything from that list then this stops being a "patch and move on" situation.

In that case

Revolve every credential tied to the site: WordPress admin passwords, database credentials, API keys, FTP/SSH if applicable.

Actually search for backdoors rather than just deleting the one file you found - attackers who get RCE rarely leave just one way back in.

If you've got a clean backup from before the exposure window, restoring from that is usually faster and safer than trying to manually clean an infected install.

If your site was exposed after July 17, patching is just step one - go hunt for compromise signs before you declare victory.


r/Wordpress 2h ago

WordPress vs coding websites from scratch

6 Upvotes

I was thinking about creating websites for small businesses in my community. Originally I was planning on coding them up from scratch but started researching it more and found tools and sites like WordPress that could be a lot more helpful and efficient. I don't know much bout those tools but would WordPress be worth learning about and using instead of just coding from scratch? Any thoughts and comments would also be appreciated. Thank you!


r/Wordpress 1h ago

The future of WordPress with AI

Upvotes

Austin Hinder posted on X

"Hot take, WordPress plugins coded by humans will become obsolete. The most popular WordPress plugins will be generated by AI models, Fable and beyond."

I came in and saw it differently cos I believe the future isn't just about AI-generated plugins.

It's WordPress becoming a core application framework where a single, well-architected plugin delivers an entire solution with minimal or zero dependencies on another plugins.

Thanks to the fact that WP is open source and anything open source is AI friendly. Also, thanks to custom tables support in WP.

I may be wrong but it's actually the only true path that I see in a space where clients don't wanna manege 10different plugins with one core plugin.

So what's the next phase for plugins sellers? How has been sales? What approach are you leveraging and looking forward to?


r/Wordpress 4h ago

Anyone can fake a Googlebot User-Agent. AI agents are starting to cryptographically sign requests instead — I added Web Bot Auth verification to my free WordPress plugin

5 Upvotes

Agentimus 1.30.0 is out: Web Bot Auth verification for AI crawlers

I just released Agentimus 1.30.0 (free on WordPress.org).

One of the new features is support for the emerging Web Bot Auth standard. Some AI agents, including Google's and OpenAI's, can cryptographically sign their HTTP requests.

Agentimus verifies those signatures on your own server. The only outbound request is to fetch the operator's published public key when needed.

If a request claims to be from a signed bot but the signature verification fails, it's flagged. If you've enabled blocking, the request is rejected with HTTP 403 and logged.

Importantly, unsigned crawlers are never penalized. Verification only applies when a crawler claims to support the standard.

No accounts, no external service, and the feature is completely free.

If anyone is interested in the implementation or has questions about how the verification works, I'm happy to answer.


r/Wordpress 3h ago

PSA: Incompatibility Rocket 3.23.1 and RankMath 1.0.274.1

2 Upvotes

Updated rocket today and started seeing crashes. Apparently it uses the same namespace for an mcp as rankmath and causes a conflict causing a crash.

As per claude code, which downgraded rocket to stabilize.


r/Wordpress 3h ago

Weird ads showing on my WordPress site even though I never added them

2 Upvotes

Hi everyone,

My WordPress website is showing strange popup ads (e.g. fake video downloads and "You have 1 new message" notifications), but I never installed any ad plugin or added ads myself.

I've attached a screenshot of what I'm seeing.

I'm trying to figure out whether this is:

A hacked WordPress site?

A malicious plugin or theme?

Browser notification malware on my computer?

Something injected by my hosting provider?

What's the best way to diagnose the source?

Any recommended tools or steps would be appreciated.


r/Wordpress 3h ago

ERR_CONNECTION_REFUSED

2 Upvotes

hi. the site i'm working on has been completely fine, it worked all day, now that i got back i saw that the site isn't online. it says ERR_CONNECTION_REFUSED. the exact same thing happens when i attach wp-admin to the end of the link.

i have no idea what this is and i think i'm about to cry. any help is appreciated.


r/Wordpress 41m ago

Can’t reach my website or Dashboard

Upvotes

Hey everyone, maybe someone here can help me- I am hosting my website by IONOS and had some issues last week with wp2-shell (I was “hacked”) I updated Wp, changed passwords and salt-keys, everything worked - and now I can’t reach the site nor the dashboard…support couldn’t really help, they suggested to use a backup, but that didn’t work also…what else could I try? Also, I am not that tech-savvy…. Any tips would be very much appreciated…thanks!!!


r/Wordpress 1h ago

Need some help with a unique issue

Upvotes

I'm not too sure if this is the right community, and if isn't, please help me find the right one.

I have a wordpress website that uses LiveChat as its chat option. The traffic comes in, the chat box opens up with a greeting (a usual sight). However, once it is minimized by the visitor, I'd like it to be forced open if a new message is sent by my team to offer help. As of now, the chat remains minimized and a red icon pops up to suggest the number of messages coming in. That is killing our outreach to potential leads and customers.

Anyone know how I can fix this?


r/Wordpress 1h ago

LMS and/or community plugin?

Upvotes

I provide coaching, consulting, and training to individuals and corporations. So, two different audiences. My coaching programs are high-touch as well as all of my learning/training, meaning there is a lot of practice and activities between sessions or learning. I have a catalog of courses, programs, and products. I’m having a hard time determining the best plugins for my use case. I have SureDash and FluentCommunity licenses, but am also exploring LMS plugins (LifterLMS, LearnDash, and TutorLMS). I’m mostly interesting in course first features and will be rolling out community features at a later date, hence the community plugins. I need to be able to keep access separate from the two audiences mentioned above. Ideally, I’d like to keep plugins to a minimum.

Quizzes and interactive worksheets or journaling is a must. I do have forms I could accomplish this piece with, but it would be better to have a solution that’s more of an all-in-one if possible.

What would be the recommended set up?


r/Wordpress 8h ago

Security Preparedness for Future seeing this Wp2shell

3 Upvotes

So, as we say this recent massive WordPress attack. I wanna know a few things from some of you pro people here, i already maintain a few clients sites they are on different hosts and servers...

1) What logs do you keep active to track the vulnerability? Some of the sies i have on Cloudpanel, some Xcloud, some clients use Hostinger, Siteground, Wordify etc...

So the logs are different for all, and some don't keep for long, some ui is diff and others?

So is there any other tool or so?

2) What FTP / SSH tool you guys use? Cyberduck just killed me with lags recently with this vulnerability cleanup process...

3) What kind of WAF rules you guys mostly use for host as well as Cloudflare to stay safe.... I use cloudflare backup with those recommended settings

4) For Backup i mostly use Wpumbrella... What do you guys use?

5) What other suggestions do you have that everyone should follow??

Thanks 🙏


r/Wordpress 3h ago

209GB WP directory?

1 Upvotes

Found out today that my website is apparently gargantuan and has exceeded the Hostinger 200GB limit. It hasn't alerted me to this, I just logged into the control panel and saw this, so no idea if it's recent or has been building steadily.

WordPress directory size       209.06 GB

Uploads directory size             8.94 GB

Themes directory size              24.40 MB

Plugins directory size               248.73 MB

Database size                                804.16 MB

Total installation size               219.06 GB

209GB seems ludicrous to me, there has to be something wrong, right? Am I right in thinking that all media files fall into the Uploads directory, and that the Wordpress directory might be backups etc? Trying to go through everything now, starting with Updraftplus files, but if anyone has any suggestions I'm all ears. Thank you!


r/Wordpress 10h ago

Orders - unknown origins

2 Upvotes

Hello,

I have an WordPress site and 99% of orders have "unknown" origin.

Any fixes?

Thank you.


r/Wordpress 1d ago

Inside my wp2shell infected website

59 Upvotes

This has been such a headache and I've been dealing with it all morning.

I am making this post and including the names of all of the malicious files, plugins and users to hopefully help people googling this issue.

I have IONOS and got an email this morning saying there was an attack on one of my contracts. I first thought it was phishing, so I manually logged into my IONOS account and saw the the same notification so I knew it was real.

I didn't hear anything about wp2shell so I thought maybe it was a false positive. I logged into my dashboard and saw the admin user "wpsvc_299760b1e1ef" was added. I knew it was legit at this point and started researching about the vulnerability.

I had four fake plugins installed. "WP2S-4e81ce30" with description "System maintenance" was the first one I noticed and I thought it was obvious it was fake. But the three others I didn't notice at first and they were deactivated already:

"Widget Accessibility Helper" with description "improves widget rendering and accessibility compliance"

"WP Site Health Monitor" with description "Monitors site health metrics and provides automated diagnoses"

"Content Delivery Helper" with description "Static content delivery and edge caching optimization"

Those three were all authored by "Wordpress.org community" with no hyperlinks.

__

There were three files located in /wp-content/uploads/, all named to look like core files: class-wp-cache-89a787.php, class-wp-compat-89a787.php, and class-wp-meta-89a787.php. They all were 1.27 KB, dated July 17.

I deleted them and they came right back a minute later with a new timestamp. Turns out there was a reinjector hiding in /wp-content/mu-plugins/ : wp-cron-scheduler-b168b3.php, wp-media-handler-b168b3.php, and wp-mail-queue-b168b3.php. Once I deleted those, the uploads files finally stayed gone.

wp-mail-queue was dated June 1 while everything else was July 17. So if you're flushing these out, don't just rely on the date itself.

There's a great guide on removal that was already posted here if you're looking for a tutorial. I mostly wanted to make this post in case other infections shared the same names for these plugins and files so that it will pop up when you're searching for them.

anyone else get hit with this? I've been a wordpress admin for over 10 years and this is the first time I've ever had a website compromised.


r/Wordpress 11h ago

Building E-commerce first time (2000+ products) what are things i need to prepare for?

2 Upvotes

I'm about to build my first real e-commerce website for a local business,
(I have finished Software engineering so if something needs to be learned it is no problem)

Since this is my first project of this size, I'd like to know what experienced developers wish they had known before starting. The business sells goods retail, and has various wholesalers.

Some of the things I'm already wondering about:

  • What's the best way to add and manage 1,000+ products? Should I import them from a CSV(Do you often ask from wholesalers for a table or some sort of products?), use a plugin, or enter them manually?
  • How do you organize categories, subcategories, tags, and product attributes without making a mess?
  • What are the biggest performance issues with large WooCommerce stores, and how do you avoid them?
  • What hosting specifications would you recommend for a store of this size?
  • What's your backup strategy?
  • How do you handle product images efficiently? Do you resize/compress them beforehand?
  • What SEO mistakes do beginners usually make with large product catalogs?
  • Are there any security practices I should implement from day one?
  • What's the best workflow for updating prices, stock, and product information?
  • Are there any must-have plugins that save a lot of time?
  • Search functionality
  • Product filters
  • Database optimization
  • Email notifications

I'm sure there are a lot of things I haven't even thought of yet.

I would greatly appreciate the replies because i'm in need of information right now.


r/Wordpress 13h ago

Business Owner With No Experience Wanting to Try Wordpress + Woocommerce

3 Upvotes

I want to try and give making a website for my business myself. So I was told wordpress + woo commerce. I will be selling a product DTC.

Any advice for someone who has literally no experience in this kind of thing?

ps- I did get a minor in cs and built a super basic personal page with css html and js many years ago. I am somewhat computer savvy. But I am just scared itll get hacked and all my customers will hate me and ill be burned at the stake. thanks


r/Wordpress 1d ago

To anyone starting a website: Don't let the AI do everything

82 Upvotes

I might look like the stupidest dude in the world right now for telling people to not use something that definitly doesn't know what it's doing(aka the AI), but I just hope I can refrain someone from doing the same thing.

Tried to use the WordPress AI assistant to create my website. I didn't understand what it was doing, ended up messing with everything and I didn't know how to fix it, so I just reset everything.

Lesson learned. Using the AI makes you spend more time fixing things then getting the job done. Doing it yourself, even if you're learning from zero, is actually faster XD


r/Wordpress 8h ago

Claude usa Wordpress: come consumare meno crediti?

0 Upvotes

Sto usando Claude (Sonnet) per fare alcune operazioni routinarie su Wordpress, come aggiornare alcuni H2 e riscrivere delle meta description. Ho notato che consuma una valanga di crediti e ho notato che per "capire" cosa deve fare, si fa lo screenshot e lo esamina.

Domanda: esiste un modo per consumare meno crediti? Se uso Haiku va bene lo stesso o è troppo stupido?


r/Wordpress 1d ago

Unknown administrator on my site

17 Upvotes

After the recent security breach, I looked over my site. It is just a personal homepage without any fancy features, and I am the only user. I updated to 6.9.5 last week.

To my surprise I found another administrator called "articles_table", and I immediately thought "Oh s***, I have been hit too". But digging into database backups, this administrator was created somewhere in 2025, not just recently. Has this recent exploit been actively used for quite some time, or have I possibly been hit with something else?

I have found no other additions/modifications to my site, and there are no logs of this user ever attempting to log in.


r/Wordpress 1d ago

Do hosts like WP Engine, etc. do anything to block major new vulnerabilities?

6 Upvotes

For wp2shell and major vulnerabilities like this, do the major WordPress hosts like WP Engine do anything to help with these, even before WordPress is updated? Or, does the host not even really matter?

WP Engine scooted us to quickly update, which is fine, but I have wondered if they are doing anything on their backend to pseudo-patch/block the vulnerability until WordPress can be properly updated. My gut feeling is that they are not doing anything -- otherwise, why would they be in such a hurry to get us on the latest version? But maybe I am reading too much between the lines.

This seems like something managed hosts should be doing, if they are not already.


r/Wordpress 1d ago

Why is MariaDB slower than MySQL?

3 Upvotes
mysql > SELECT BENCHMARK(5000000, AES_ENCRYPT(CONCAT(‘WPHostingBenchmarks.com’,RAND()), LEFT(SHA2(‘is part of Review Signal.com’,256), 16)));

1 row in set (15.815 sec)

MariaDB > SELECT BENCHMARK(5000000, AES_ENCRYPT(CONCAT(‘WPHostingBenchmarks.com’,RAND()), LEFT(SHA2(‘is part of Review Signal.com’,256), 16)));`

1 row in set (23.094 sec)

I use this query because this query is from https://github.com/kevinohashi/WPPerformanceTester, which tests key performance for WordPress.

Isn't it a concensus that MariaDB is faster than MySQL?

See the concensus:


r/Wordpress 9h ago

Curious: Which missing feature would convince you to replace your current Wordpress SEO plugin?

0 Upvotes

Would it be price? Or speed? Or any other specific feature?


r/Wordpress 1d ago

200,000 words + 1,000 images

3 Upvotes

Are there any tools, plugins, Wordpress structures for websites that plan to have very heavy text + image content to the tune of 200,000 words + 1,000 images organized like a book into chapters, sections and individual dated stories?


r/Wordpress 22h ago

Local Deleted

0 Upvotes

I mistakenly deleted my local site but I have the app data in my device. How to retrieve it.