Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124


My first website took 6.3 seconds to load. I didn’t even know that was bad until a client pointed out they gave up waiting and went to a competitor.
Disclosure: This post contains affiliate links. If you make a purchase through these links, I may earn a small commission at no extra cost to you.
![]()
![]()
Photo by Pixabay — Pexels
My first website took 6.3 seconds to load. I didn’t even know that was bad until a client pointed out they gave up waiting and went to a competitor. That cost me a $2,000 project. Since then, I’ve become obsessed with site speed — and hosting is where it starts.
You can optimize images, minify CSS, and install every caching plugin in the world. But if your server takes 3 seconds to respond before anything else even happens, you’re fighting a losing battle. Better hosting is the single biggest speed upgrade most websites can make.
Before blaming your theme or plugins, check your server response time. Open your browser’s developer tools (F12), go to the Network tab, and look at the first request — the HTML document. The “Waiting (TTFB)” time tells you how long your server took to respond.
I tested this across 15 different hosting accounts. The cheapest shared hosting plan I tested had a TTFB of 1.4 seconds. The fastest cloud VPS? 87 milliseconds. Same website, same content, same plugins. The only difference was the server.
If you’re on bargain-basement shared hosting and your site is slow, no amount of optimization will fix a slow server. Here’s the upgrade path that makes sense:
Slow shared hosting → Quality shared hosting
Switch to a provider that actually invests in server performance. Hosting.com uses LiteSpeed web servers and NVMe SSD storage — both significantly faster than the Apache + HDD setup you’ll find on budget hosts.
Quality shared → VPS or Cloud
When shared hosting can’t keep up, VPS gives you dedicated resources. No more sharing CPU and RAM with hundreds of other sites. Our VPS hosting comparison covers the best options. Or check out cloud hosting providers for scalable performance.
InterServer offers VPS plans starting at about $6/month per slice — affordable and with their price-lock guarantee, costs stay predictable.
Caching stores a pre-built version of your pages so the server doesn’t rebuild them from scratch every single time someone visits. The difference is dramatic.
Without caching: Every visit → PHP processes the request → queries the database → builds the HTML → sends it to the visitor. Takes 200-500ms per request.
With caching: Every visit → server sends the pre-built HTML immediately. Takes 10-50ms.
Types of caching to enable:
![]()
![]()
Photo by Christina Morillo — Pexels
A Content Delivery Network copies your static files (images, CSS, JavaScript) to servers around the world. When someone in London visits your US-hosted site, they get those files from a London server instead of waiting for them to travel across the Atlantic.
Cloudflare’s free plan is the easiest starting point. Takes about 10 minutes to set up, and the speed improvement for international visitors is usually 30-50%. I put Cloudflare on every site I manage.
For sites with a global audience, this alone can cut load times by 1-2 seconds for visitors far from your server.
Images are usually the biggest files on any web page. An unoptimized hero image can be 3-5MB — that’s more data than the entire rest of the page combined.
Quick wins:
loading="lazy" to your img tags.I once cut a client’s page load time from 5.2 seconds to 1.8 seconds just by optimizing their images. They had 15 uncompressed photos on their homepage, each around 3MB. After compression and WebP conversion: 15 images at 150KB each.
Every plugin adds code that runs on every page load. Some plugins are light and efficient. Others load 200KB of CSS and JavaScript on pages where they’re not even needed.
Audit your plugins:
A good target: keep active plugins under 20. I’ve seen WordPress sites with 50+ plugins that took 8 seconds to load. After removing 30 unnecessary ones, load time dropped to 2.5 seconds.
This takes 30 seconds and can improve performance by 20-30%. PHP 8.2+ is significantly faster than PHP 7.4. Most WordPress themes and plugins are compatible now.
Check your current PHP version in your hosting control panel (usually under “PHP Settings” or “Software”). If you’re on anything below 8.0, upgrade. Just test your site afterward to make sure nothing breaks — cPanel hosting from Hosting.com lets you switch PHP versions with one click.
WordPress databases accumulate junk over time — post revisions, spam comments, transient options, orphaned metadata. Cleaning this up speeds up database queries.
define('WP_POST_REVISIONS', 5); to wp-config.php![]()
![]()
Photo by Christina Morillo — Pexels
| Optimization | Expected Improvement | Difficulty | Cost |
|---|---|---|---|
| Upgrade hosting | 1-3 seconds | Easy | $5-20/mo more |
| Enable caching | 0.5-2 seconds | Easy | Free-$49/yr |
| Add CDN | 0.5-1.5 seconds | Easy | Free (Cloudflare) |
| Optimize images | 1-3 seconds | Easy | Free-$10/mo |
| Remove plugins | 0.5-2 seconds | Medium | Free |
| Update PHP | 0.3-0.8 seconds | Easy | Free |
| Database cleanup | 0.2-0.5 seconds | Easy | Free |
Test from multiple locations if your audience is global. Your site might load in 1 second from New York but 4 seconds from Singapore if you don’t have a CDN.
Under 3 seconds is acceptable. Under 2 seconds is good. Under 1 second is excellent. Google recommends Largest Contentful Paint under 2.5 seconds for a “good” Core Web Vitals score.
Yes. Server response time (TTFB) is the foundation everything else builds on. A fast host with no other optimizations beats a slow host with every optimization plugin installed. We explain the connection in our article on hosting’s impact on SEO.
Page speed is a confirmed Google ranking factor through Core Web Vitals. Faster sites also get lower bounce rates, higher engagement, and more conversions — all of which indirectly help rankings too.
If your site is slow and you haven’t touched your hosting, that’s where to begin. Upgrading from a cheap shared host to quality hosting from Hosting.com or InterServer gives the biggest speed gain per dollar spent. Then layer on caching, CDN, and image optimization for the rest.
Speed isn’t a one-time project. It’s an ongoing habit. But once you get your site under 2 seconds, you’ll wonder why you waited so long.