• Latest
  • Trending
  • All
Answer card: a static site wins on speed and security, WordPress wins on convenience for non-technical editors; the deciding question is who edits the site.

WordPress vs a static site: which to run in 2026

3 September 2026
Answer card stating that Mullvad announced on 3 September 2026 that it is shutting down its public encrypted domain name system servers on 2 November 2026 and sponsoring the Quad9 Foundation instead, with 194.242.2.2 and its five sibling addresses all going away, and virtual private network customers unaffected.

Mullvad’s DNS servers go dark on 2 November, and Quad9 blocks no ads

5 September 2026
OpenAI announcement image for GPT-6 Astra, a spiral galaxy of white, blue and amber points of light curling around a bright core on a near black star field.

GPT-6 Astra lists at $10 and $50, 2.5x what GPT-5.6 Sol costs

6 September 2026
Google's official announcement image for the release, reading Introducing Gemini 3.8 Flash and 3.8 Flash Cyber in black type over a pale blue background with a blurred white chevron and the four colour Gemini spark below.

Gemini 3.8 Flash keeps the price and the 1 January cliff

3 September 2026
Answer card stating that Anthropic announced Enterprise Frontier Safeguards on 1 September 2026, that activity data used for misuse monitoring moves into cloud storage the customer controls under the customer own encryption keys, that Anthropic charges nothing for the feature while the cloud provider bills storage and egress, and that the phased rollout starts later in autumn 2026 with interim zero data retention on Fable 5 and Fable 5.1 for eligible customers.

Anthropic moves retention into your own cloud, for 30 days

3 September 2026
Official Google diagram of a client connection in three numbered steps: a DNS lookup with a query and an address, a TLS ClientHello and ServerHello, then a content exchange with a website. A callout on the DNS step reads 25% of global web traffic is now protected by encrypted DNS, and a callout beside an Android phone on the ClientHello step reads Android 17 supports ECH GREASE by default.

Android 17 hides the SNI, not your DNS or destination

3 September 2026
Still frame from the Claude Fable 5.1 launch video showing model-designed protein binders in orange docked against twelve grey target proteins, rendered as ESMFold2 structure predictions.

Claude Fable 5.1 breaks forced tool use, cuts cache 75%

1 September 2026
Answer card stating that on 31 August 2026 the European Commission designated ChatGPT a Very Large Online Search Engine under the Digital Services Act, the first conversational AI service classified that way, because it answers user prompts and queries including by searching the web, with OpenAI having declared roughly 159.1 million average monthly users in the European Union for ChatGPT search.

The EU now calls ChatGPT a very large search engine

3 September 2026
Answer card stating that on 31 August 2026 the Department of War added OpenAI ChatGPT Mil and Starshield AI Grok for Government to the GenAI.mil portal alongside Google Gemini, all three accredited at Impact Level 5 for Controlled Unclassified Information, with 1.7 million unique users onboarded out of roughly 3 million eligible personnel, and ChatGPT Mil currently serving GPT-5.4 Terra with GPT-5.6 Terra said to be rolling out.

ChatGPT Mil and Grok reached IL5 on GenAI.mil

3 September 2026
Answer card stating that Anthropic opened a research preview of the Model Hardware Standard on 27 August 2026, standardising the driver layer between an operating system and a laboratory instrument with read and write primitives plus discovery and safety limits, reachable through MCP as well as a command line and code files, with no public specification published.

Anthropic’s Model Hardware Standard is gated, and sits under MCP

3 September 2026
Official Cohere key art for the Parse 5 launch: the Cohere mark and the wordmark Parse with a superscript 5 in white, centred on a soft out of focus gradient of deep blue, violet and amber curves.

Cohere Parse 5 is $1.50 per 1,000 pages, on three of five dimensions

3 September 2026
Title card from the OpenAI announcement video: a man sits on a blue sofa in a loft with tall windows and potted plants, a laptop open on the coffee table in front of him, with the words WebMCP in ChatGPT in large white type across the lower left.

WebMCP in ChatGPT needs GPT-5.6 Sol or Terra

3 September 2026
The Agentic Coding section of the official Hy4 preview benchmark appendix published by Tencent, a table comparing Hy3 and Hy4 preview against DeepSeek V4 Pro 0813, Qwen 3.8 Max, GLM 5.3, Kimi K3, GPT 5.6 Sol and Claude Opus 5 across SWE-bench Multilingual, SWE-bench Pro, DeepSWE, three SWE Atlas tasks, SWE-Marathon, Terminal-Bench 2.1, NL2Repo-Bench, CyberGym, ProgramBench, PostTrainBench and Harbor-Index.

Tencent’s 770B Hy4 tops one benchmark row in 46

3 September 2026
  • About
  • Contact
  • Privacy
  • Legal
Sunday, September 6, 2026
  • Login
Packet Nebula
  • Home
  • Articles
    • Security
    • Network
    • Dev
    • Sysadmin
    • SEO
    • Email & DNS
  • Tools
    • Network tools: free, fast, no signup
    • Security tools: free, fast, no signup
    • Developer tools: free, fast, no signup
    • Sysadmin tools: free, fast, no signup
    • SEO tools: free, fast, no signup
    • Email & DNS tools: free, fast, no signup
  • Download
  • About
No Result
View All Result
Packet Nebula
No Result
View All Result
Home SEO

WordPress vs a static site: which to run in 2026

by stephane
3 September 2026
in SEO
0
Answer card: a static site wins on speed and security, WordPress wins on convenience for non-technical editors; the deciding question is who edits the site.
491
SHARES
1.4k
VIEWS
Share on FacebookShare on Twitter

So you're starting a site, and everyone you ask has already picked a side. Here's the honest answer: it's a trade-off, and it hangs on one question, who edits the site and how often. Static ships plain HTML that was built ahead of time. Fast, cheap to host. Barely anything on it to attack. WordPress builds each page on the spot from PHP and a database, which is genuinely great if you're not technical and just want to log in and write, but it's heavier to host and slower out of the box until you bolt on caching. We've run both for years and there's no tribe to defend here, just where the speed gap really comes from and how to choose for your own project instead of the loudest opinion online.

The short answer

Static sites serve HTML that’s already built: fast and cheap, with barely anything to hack. WordPress assembles each page live from PHP and a database, lovely for non-coders but heavier to host and secure. Honestly, the choice comes down to who edits the site, not to which one is “better”.

Staticfaster, safer, cheaper
WordPresseasier for non-coders
who edits?the deciding question
Answer card stating static wins on speed and security while WordPress wins on convenience, with who-edits-the-site as the deciding question.
No universal winner. The trade-off is real, and it has a deciding question.

Most takes on this pick a side and dig in. Wrong instinct. WordPress runs a huge chunk of the web because people who don’t write code need to publish, a lot, without filing a ticket with a developer every time. Static sites are having their moment because, for a different kind of project, they’re faster and cost almost nothing to keep alive. Both things are true at once. The only question worth asking is which kind of project you’ve actually got.

Speed: why static starts ahead

The gap isn’t WordPress being sloppy. It’s structural, and this picture is basically the whole argument:

Diagram comparing how WordPress builds a page per request through PHP and MySQL, versus a static site serving a ready-made HTML file from nginx or a CDN.
Same page, two paths. One gets assembled on every visit; the other already exists.

Ask WordPress for a page and the server has to wake up. PHP spins up, MySQL gets queried, the HTML gets stitched together, and only then does anything reach the visitor. A static site skips all of that. The HTML was built once, at deploy time, and the server just hands over the file it already has. That shows up first as time to first byte, then carries straight through into the Core Web Vitals Google actually grades you on.

Caching muddies it, sure. A good WordPress cache plugin stores the finished page and serves the copy, which gets you most of the way to static. Right up until a plugin update or a logged-in request busts the cache and PHP wakes up all over again. The static site never has that bad afternoon. One speed, the fast one, all day.

Want it concrete? We ran both kinds of page through GTmetrix from the same test location. A plugin-heavy WordPress page came back a C: 66% performance and a 3.2s Largest Contentful Paint. A static page (this one, in fact) came back an A: 93% performance and a 1.3s LCP. Blocking time: zero. Same job, very different numbers.

GTmetrix report band for a plugin-heavy WordPress page: grade C, 66% performance, 89% structure, 3.2s Largest Contentful Paint, 149ms Total Blocking Time, 0.03 Cumulative Layout Shift.
Plugin-heavy WordPress: GTmetrix grade C, 66% performance, 3.2s LCP. A real report.
GTmetrix report band for a static page: grade A, 93% performance, 98% structure, 1.3s Largest Contentful Paint, 0ms Total Blocking Time, 0 Cumulative Layout Shift.
This static site: GTmetrix grade A, 93% performance, 1.3s LCP. Same test, same server.
MetricPlugin-heavy WordPressStatic site (this one)
GTmetrix gradeCA
Performance66%93%
Largest Contentful Paint3.2s1.3s
Total Blocking Time149ms0ms
Cumulative Layout Shift0.030

Security and cost: the surface you babysit

A WordPress install is a lot of moving code. The core and the theme, plus every plugin you’ve ever added, all running on the server and touching a database. Each one is somewhere a vulnerability can live, and honestly, the plugin ecosystem is where most real break-ins start, usually through something nobody got around to updating. Keeping it locked down is a recurring chore.

A static site barely gives an attacker anything to hold onto. There’s no database to inject into and no PHP to trick. The login form attackers love to hammer? Not there. The server hands out files and that’s the end of it. Doesn’t make it magic, you still harden the host and the build pipeline, but a whole genre of the attacks that hammer WordPress just finds nothing to work with here.

Static is cheap, sometimes free outright. Prebuilt files happily sit on a CDN or a static host for nothing, or take up a sliver of a small VPS where one box serves several static sites without breaking a sweat. WordPress wants more: PHP and MySQL running around the clock, which is exactly why the cheapest shared hosting feels like wading through treacle. A setup that doesn’t feel slow costs more per month than the static equivalent. You’re paying to keep that per-request machinery warm whether anyone visits or not.

Upkeep, and the honest downside of going static

This is where the day-to-day really splits. WordPress needs maintenance you can’t skip: core and plugin updates land constantly, and letting them pile up is how a perfectly nice site quietly turns into a liability. Leave it a few months and you’re choosing between a nervy bulk update and a hole you already know about.

Static flips that around. Nothing’s running in production to patch. You bump dependencies on your own schedule, on your own machine, and a broken build blows up on your laptop instead of taking the live site down with it. The work moved from small chores forever to a build step when you publish. I know which one I’d rather own.

Editing. That’s the catch, and it’s a real one. With WordPress, a non-technical author logs in and types into a familiar box. Publish, done. With a plain static site, publishing means editing files and running a build, which suits a developer far more than a marketing person trying to fix a typo before lunch. There’s a middle ground, a headless CMS: writers get a proper editor and the output stays static. But it bolts back on some of the moving parts you went static to escape. Three non-technical people updating the site every week? Think hard before you migrate. I’ve watched that exact mismatch make everyone miserable.

So, which one?

Who edits it. Genuinely, that’s the deciding question, not which tech is having a moment. If the content changes on a schedule rather than by the hour, and a build step doesn’t faze whoever keeps the site running, go static. A blog, docs, a brochure site, a tools site like this one, all happy there. WordPress earns its keep the day non-technical people need to publish daily, or you actually depend on a plugin for a shop or memberships. Then the convenience is worth the overhead, no shame in that. Match the tool to the people who’ll touch it and most of the speed-versus-security argument stops mattering. (Sizing up a host either way? Our HTTP headers checker grades what a site already sends back, one click.)

Frequently asked questions

Is a static site always faster than WordPress?

By default, yeah, and for a structural reason: a static server just hands over a file that already exists, while WordPress runs PHP and hits a database to build the page first. Heavy caching narrows the gap a lot, but the static site starts ahead and stays there. No plugins quietly dragging it down, either.

Is WordPress insecure?

Not on its own. It just has a far bigger attack surface: the core and the theme are code running on your server, and so is every single plugin, and all of it needs patching. A static site has no database and no server-side code to exploit, so a whole class of attacks finds nothing to grab. You can secure WordPress well. It's just ongoing work.

Can non-technical people edit a static site?

That's the catch. Editing means changing files and running a build, which suits a developer way more than a marketing team that wants to fix a typo at 5pm. A headless CMS gives writers a proper editor that still outputs static pages, but it adds back some of the complexity you left WordPress to escape.

So when does WordPress actually win?

When non-technical people publish often, or when you genuinely need plugins for a shop or memberships. A team where a build step would just never happen counts too. For a blog, docs, a brochure site, or a tools site that changes on a schedule, static is usually the better home.

Tags: articlehostingperformancestatic-sitewordpress
Share196Tweet123
stephane

stephane

  • Trending
  • Comments
  • Latest
Answer card: Proton Lumo 2.0 is private by policy, not by locality. Saved history is locked so even Proton cannot read it, but the prompt is decrypted on a Proton EU server to answer it, then forgotten.

Proton Lumo 2.0 review: how private is it, really?

3 September 2026
Google's official announcement image for the release, reading Introducing Gemini 3.8 Flash and 3.8 Flash Cyber in black type over a pale blue background with a blurred white chevron and the four colour Gemini spark below.

Gemini 3.8 Flash keeps the price and the 1 January cliff

3 September 2026
Answer card stating that Anthropic announced Enterprise Frontier Safeguards on 1 September 2026, that activity data used for misuse monitoring moves into cloud storage the customer controls under the customer own encryption keys, that Anthropic charges nothing for the feature while the cloud provider bills storage and egress, and that the phased rollout starts later in autumn 2026 with interim zero data retention on Fable 5 and Fable 5.1 for eligible customers.

Anthropic moves retention into your own cloud, for 30 days

3 September 2026
Answer card: JWTs are not encrypted, anyone can read them; the signature proves who issued the token, not who may read it.

Are JWTs encrypted? No, and the difference will bite you

0
Answer card: a random 8 character password falls in under 2 hours offline, while 16 random characters hold for 1.4 trillion years at the same speed.

How long does it take to crack a password in 2026?

0
Answer card: three DNS records decide if your mail lands or bounces; SPF lists allowed senders, DKIM signs messages, DMARC sets the failure policy.

SPF, DKIM and DMARC explained: the records your email needs

0
Answer card stating that Mullvad announced on 3 September 2026 that it is shutting down its public encrypted domain name system servers on 2 November 2026 and sponsoring the Quad9 Foundation instead, with 194.242.2.2 and its five sibling addresses all going away, and virtual private network customers unaffected.

Mullvad’s DNS servers go dark on 2 November, and Quad9 blocks no ads

5 September 2026
OpenAI announcement image for GPT-6 Astra, a spiral galaxy of white, blue and amber points of light curling around a bright core on a near black star field.

GPT-6 Astra lists at $10 and $50, 2.5x what GPT-5.6 Sol costs

6 September 2026
Google's official announcement image for the release, reading Introducing Gemini 3.8 Flash and 3.8 Flash Cyber in black type over a pale blue background with a blurred white chevron and the four colour Gemini spark below.

Gemini 3.8 Flash keeps the price and the 1 January cliff

3 September 2026
  • About
  • Contact
  • Privacy
  • Legal

Copyright © 2026 Stephane Cardon.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Home
  • Articles
    • Security
    • Network
    • Dev
    • Sysadmin
    • SEO
    • Email & DNS
  • Tools
    • Network tools: free, fast, no signup
    • Security tools: free, fast, no signup
    • Developer tools: free, fast, no signup
    • Sysadmin tools: free, fast, no signup
    • SEO tools: free, fast, no signup
    • Email & DNS tools: free, fast, no signup
  • Download
  • About

Copyright © 2026 Stephane Cardon.