Industry stats Updated Jun 2026All domains worldwide 392.5M registered names +6.5% YoY Verisign · Q1 2026.com + .net total 176.1M names in zone Verisign · Q1 2026.com + .net 11.5M newly registered · 76.3% renewed Verisign · Q1 2026Country-code TLDs 146.3M names +2.4% YoY Verisign · Q1 2026New gTLDs 49.6M names · 30.9% renewed +3.7% QoQ Verisign · Q1 2026Legacy gTLDs 20.5M names · 67.6% renewed +14.6% YoY Verisign · Q1 2026WordPress 41.5% of all sites · 59.3% of CMS sites W3Techs · 17 Jun 2026Shopify 5.2% of all sites · 7.5% of CMS sites W3Techs · 17 Jun 2026Wix 4.3% of all sites · 6.1% of CMS sites W3Techs · 17 Jun 2026Squarespace 2.5% of all sites · 3.5% of CMS sites W3Techs · 17 Jun 2026Joomla 1.2% of all sites · 1.7% of CMS sites W3Techs · 17 Jun 2026Webflow 0.9% of all sites · 1.2% of CMS sites W3Techs · 17 Jun 2026Drupal 0.7% of all sites · 1% of CMS sites W3Techs · 17 Jun 2026No CMS detected 30% of all sites W3Techs · 17 Jun 2026Nginx on 33%–39% of sites W3Techs · Mar–Apr 2026Apache on 24%–29% of sites W3Techs · Mar–Apr 2026LiteSpeed gaining share among web servers W3Techs · Mar–Apr 2026DMARC adoption 937.9K valid records +79% in 3 yrs EasyDMARC · 2026 YTDFortune 500 95% publish DMARC · 80% enforced EasyDMARCFortune 500 62.7% use strict reject policy EasyDMARCInc. 5000 15.2% use strict reject policy EasyDMARCDeal CVC Capital Partners → Namecheap · CVC Capital Partners acquired a majority stake in Namecheap in September 2025, valuing the company at ~$1.5B (including debt). 2025Deal team.blue (Hg-backed) → Loopia Group · team.blue (Hg-backed) acquired Loopia Group (Nordics) in 2025. 2025Deal Miss Group (Perwyn-backed) → Web4U s.r.o. · Perwyn-backed Miss Group acquired Web4U s.r.o. (Prague-based web hosting and domain registration provider) in 2025. This is Miss Group’s 14th acquisition under Perwyn ownership. 2025Deal group.one → Webglobe · group.one acquired Webglobe (Slovakia/Czechia/Serbia) in 2025. 2025Deal hosting.com → FastComet, A2 Hosting · hosting.com (formerly World Host Group) acquired FastComet in April 2025 and A2 Hosting in January 2025, rebranding A2 Hosting under the hosting.com name. 2025Industry stats Updated Jun 2026All domains worldwide 392.5M registered names +6.5% YoY Verisign · Q1 2026.com + .net total 176.1M names in zone Verisign · Q1 2026.com + .net 11.5M newly registered · 76.3% renewed Verisign · Q1 2026Country-code TLDs 146.3M names +2.4% YoY Verisign · Q1 2026New gTLDs 49.6M names · 30.9% renewed +3.7% QoQ Verisign · Q1 2026Legacy gTLDs 20.5M names · 67.6% renewed +14.6% YoY Verisign · Q1 2026WordPress 41.5% of all sites · 59.3% of CMS sites W3Techs · 17 Jun 2026Shopify 5.2% of all sites · 7.5% of CMS sites W3Techs · 17 Jun 2026Wix 4.3% of all sites · 6.1% of CMS sites W3Techs · 17 Jun 2026Squarespace 2.5% of all sites · 3.5% of CMS sites W3Techs · 17 Jun 2026Joomla 1.2% of all sites · 1.7% of CMS sites W3Techs · 17 Jun 2026Webflow 0.9% of all sites · 1.2% of CMS sites W3Techs · 17 Jun 2026Drupal 0.7% of all sites · 1% of CMS sites W3Techs · 17 Jun 2026No CMS detected 30% of all sites W3Techs · 17 Jun 2026Nginx on 33%–39% of sites W3Techs · Mar–Apr 2026Apache on 24%–29% of sites W3Techs · Mar–Apr 2026LiteSpeed gaining share among web servers W3Techs · Mar–Apr 2026DMARC adoption 937.9K valid records +79% in 3 yrs EasyDMARC · 2026 YTDFortune 500 95% publish DMARC · 80% enforced EasyDMARCFortune 500 62.7% use strict reject policy EasyDMARCInc. 5000 15.2% use strict reject policy EasyDMARCDeal CVC Capital Partners → Namecheap · CVC Capital Partners acquired a majority stake in Namecheap in September 2025, valuing the company at ~$1.5B (including debt). 2025Deal team.blue (Hg-backed) → Loopia Group · team.blue (Hg-backed) acquired Loopia Group (Nordics) in 2025. 2025Deal Miss Group (Perwyn-backed) → Web4U s.r.o. · Perwyn-backed Miss Group acquired Web4U s.r.o. (Prague-based web hosting and domain registration provider) in 2025. This is Miss Group’s 14th acquisition under Perwyn ownership. 2025Deal group.one → Webglobe · group.one acquired Webglobe (Slovakia/Czechia/Serbia) in 2025. 2025Deal hosting.com → FastComet, A2 Hosting · hosting.com (formerly World Host Group) acquired FastComet in April 2025 and A2 Hosting in January 2025, rebranding A2 Hosting under the hosting.com name. 2025
Cloud & Infrastructure Hyperscalers

AWS CloudFormation Express mode cuts deployment time by 75%

New deployment mode skips stabilization checks for faster iteration

AWS CloudFormation Express mode cuts deployment time by 75%
panumas nikhomkhai · Pexels

AWS has introduced a faster deployment option for its infrastructure-as-code service, allowing developers and AI tools to iterate more quickly on cloud resources. The new CloudFormation Express mode reduces deployment time by skipping extended stabilization checks that typically follow resource configuration, completing deployments once configuration is confirmed applied rather than waiting for full operational readiness.

The feature targets workflows where eventual stabilization is acceptable, such as iterative development, component testing, and AI-assisted infrastructure development. AWS states that Express mode can reduce deployment times by up to 75% compared to the standard deployment process, with benchmarks showing reductions from 64 seconds to 10 seconds for SQS queue creation and from 20-30 minutes to 10 seconds for Lambda function deletion.

How Express mode works

CloudFormation deployments traditionally include stabilization checks to confirm resources can serve traffic before completing. While these checks are critical for production workloads, they add latency to development workflows where immediate feedback is prioritized. Express mode removes this waiting period, allowing deployments to complete once resource configuration is applied, while resources continue stabilizing in the background.

The mode includes built-in resilience for transient failures during provisioning. CloudFormation automatically retries dependent resources that encounter timing issues within the same stack, eliminating the need for manual intervention. AWS emphasizes that Express mode changes only the completion timing of deployments, not the provisioning process itself, and supports all existing CloudFormation features, including change sets and nested stacks.

Background

Background: AWS CloudFormation is an infrastructure-as-code service that allows users to model, provision, and manage AWS resources using declarative templates. It automates the deployment and updating of cloud infrastructure, enabling version control and repeatable deployments across environments.

Implementation and use cases

Express mode is enabled through the AWS Management Console, CLI, SDKs, or infrastructure-as-code tools like the AWS Cloud Development Kit (CDK). Users can activate it by setting the --deployment-config parameter to EXPRESS when creating, updating, or deleting stacks. No changes to existing CloudFormation templates are required, and enabling Express mode on a parent stack automatically applies it to all nested stacks.

The feature is particularly useful for incremental infrastructure development, where resources are added one at a time. AWS provides an example workflow where developers first deploy an IAM role, then add a Lambda function, and finally integrate an SQS queue with event source mapping—all using Express mode for faster iteration. For production environments, AWS recommends re-enabling rollback by setting disableRollback to false in the deployment configuration or implementing monitoring and cleanup mechanisms for failed deployments.

Limitations and considerations

While Express mode accelerates deployments, it does not guarantee that resources are fully operational at completion. AWS advises users to continue using the default deployment behavior for scenarios requiring confirmation of traffic readiness before proceeding. The mode also disables rollback by default to optimize for speed, which may require additional monitoring for production workloads.

Express mode is available at no additional cost in all AWS commercial regions. AWS has not announced plans to extend the feature to its GovCloud regions or other specialized environments. The company encourages users to provide feedback through AWS re:Post or their usual AWS Support contacts.

Discussion · coming soon

Be the first to join the thread when community discussion launches.