
How to Speed Up a Website: Improve Your Loading Speeds With These 9 Tips
Most folks expect near-instant access to your website -- so much so that they become 32% more likely to leave your site after viewing a single page when loading time increases from one to three seconds. I've personally left sites because they were slow to load, especially when surfing on my phone, which is notable since 61.5% of all internet traffic comes from mobile devices. Keeping your site speed -- the number of seconds your site takes to load -- under three seconds is therefore essential to turning first-time visitors into long-term audience members.
I've spent over a decade building websites and learned many ways to keep a site within the three-second guideline. I've used several strategies, ranging from beginner-friendly methods like decluttering your site to more complex strategies like code minification. Whether your website is loading slowly or you just want the best possible performance, here's how to test site speeds and optimize your website loading time.
Test your website speeds to determine your site's current performance
Screenshot/CNET
There are many free site speed testing tools. Many experts recommend PageSpeed Insights, which provides data on both mobile and desktop site speeds. PageSpeed Insights also gives you detailed information on improving your site, including SEO and accessibility tips, like adding metadata and making menus easier to navigate. This actionable information makes PageSpeed Insights a great starting place, but it doesn't let you see region-specific site speed. This can be a major drawback if you want to optimize your site speed for visitors in a specific region.
I recommend WebPageTest for analyzing site speed in a specific area, as it lets you choose the device, region and connection type (such as cable or 4G) you're testing for. Its granular testing options to gauge website performance are why I use WebPageTest for CNET web hosting reviews. Moreover, you can run up to 300 free tests per month with a WebPageTest account. You'll also get site-specific suggestions for improving loading times, like adding a CDN or enabling caching for certain areas of your site. However, you won't get the SEO tips offered by PageSpeed Insights, so you might want to use both tools.
You should run site speed tests regularly
I recommend running speed tests after every major change you make during your initial optimization process. You can use those regular tests to assess what's working, what isn't and how significant any improvements are.
Once you've completed site optimization, I suggest testing your site at least once a year and running additional tests after any significant layout changes. Frequent assessments help you ensure that your site is providing a consistent experience for your visitors over time.
There are many ways to speed up your website
James Martin/CNET
If your site takes more than three seconds to load, or you're just looking to fully optimize your site speed, you can make your website faster using several techniques, including streamlining your site design, uninstalling plugins or themes and enabling caching.
Reduce clutter in your site design
An overabundance of images, animations and other disparate elements can slow your site down. This visual clutter can also make it difficult for visitors to find the information they need or take the action you want them to take, so removing it serves multiple purposes.
There's no hard and fast rule for the number of images or animations to include, but there are some questions you can ask to assess specific areas of your site for visual clutter:
Can users easily see the most important information on this page? If this information is hidden under large images or animations, you may have a visual clutter problem. Similarly, if the information is sandwiched between visual elements in a small font, you may want to remove or resize those visual elements to emphasize the text.
If this information is hidden under large images or animations, you may have a visual clutter problem. Similarly, if the information is sandwiched between visual elements in a small font, you may want to remove or resize those visual elements to emphasize the text. Can users easily see the action you want them to take? Most pages feature a call to action encouraging your visitors to do something like subscribe to your newsletter. This CTA should be prominent, and any surrounding visual elements should enhance its visibility and encourage users to take action. Remove any unrelated images or videos in the same visual area (where they can be seen without scrolling away) as the CTA.
Most pages feature a call to action encouraging your visitors to do something like subscribe to your newsletter. This CTA should be prominent, and any surrounding visual elements should enhance its visibility and encourage users to take action. Remove any unrelated images or videos in the same visual area (where they can be seen without scrolling away) as the CTA. Are the visuals on this page relevant to its purpose? Every image, video or animation should have a direct thematic connection to the page it's on, especially if you're building a professional or business website. Remove visual elements that don't meet this criteria to improve site speed, branding and overall user experience.
Personally, I like to stick with one large image in each area of the screen, accompanied by no more than one header and two to three text boxes. I also take great care to make sure every section -- the new areas folks see each time they scroll -- has a specific goal and that all of the content in each section aligns with its goal.
Not sure about specific elements of your site? Consider asking a friend or trusted colleague to look at those elements -- or your entire site -- and tell you if they can immediately identify the content's goal.
Get rid of unnecessary themes, plugins and extensions
Screenshot/CNET
Removing different elements can thin your website's bloat. Themes, plugins and extensions typically stay installed after you deactivate them in content management systems like WordPress. So they may still be using essential site resources even though they're inactive. They can also create security issues, as these plugins won't receive security patches.
Make sure you fully uninstall plugins, themes and extensions when you stop using them. If you've deactivated plugins or themes before, confirm that they're fully uninstalled. Deleting unused themes, extensions and plugins will improve site speed on both the front end (the area your visitors see) and the back end (your admin area).
I also like to audit my plugins every six months, going through the full list and asking myself how I'm using each plugin. If I can't state how a plugin has benefited my website in the last six months, I get rid of it.
Optimize your images
Screenshot/CNET
Images are often the largest, and therefore slowest to load, elements of a website. Thankfully, there are several ways you can optimize your images to improve site speed:
Use images of a reasonable size. Programs like Canva simplify this with templates sized for specific areas of a website. You may need to manually resize other photos, such as screenshots. I personally reduce my screenshots to a width of 1600 pixels, keeping the aspect ratio intact to avoid distorting the images.
Programs like Canva simplify this with templates sized for specific areas of a website. You may need to manually resize other photos, such as screenshots. I personally reduce my screenshots to a width of 1600 pixels, keeping the aspect ratio intact to avoid distorting the images. Use an image compressor. You can compress PNG or JPG emails for free without losing image quality with a tool like TinyPNG.
You can compress PNG or JPG emails for free without losing image quality with a tool like TinyPNG. Use the right file format. JPGs are smaller than PNGs, but their image quality is lower, so you should only use the JPG format for simple images. Complex images should be compressed PNGs or, if you want to fully minimize file size, WebP files.
JPGs are smaller than PNGs, but their image quality is lower, so you should only use the JPG format for simple images. Complex images should be compressed PNGs or, if you want to fully minimize file size, WebP files. Use an image optimization plugin. WordPress users can install a free plugin like Imagify to automatically optimize images. Imagify can also retroactively optimize pictures already on your site.
Many website builders, like Wix, automate image optimization by default, so you can skip image compression if you're using these tools. However, you'll still want to make sure your images are reasonably sized and use optimized file formats.
Enable caching
Caching speeds up websites by storing data in specialized layers called caches, which are connected to the server's CPU instead of the RAM typically used for site storage. The CPU runs faster than the RAM, allowing the server to send cached data more quickly. Some methods of caching also store static data -- information that doesn't change frequently, like the main image on your homepage -- in users' browsers to further improve site speed on repeat visits.
Many web hosting companies, like Hostinger, offer built-in caching. However, you may need to manually enable it. Your host's knowledge base should contain instructions for enabling caching. I've also discussed how to enable caching in several of my reviews, like my SiteGround review, which discusses SiteGround's Performance Optimizer plugin in detail.
If your host doesn't offer caching and you're using WordPress, you can install a caching plugin. WP Fastest Cache is a great free option with multiple caching types and other speed-enhancing tools to help you optimize your site.
Set up lazy load for long pages
Lazy load improves site speed by loading elements as your visitors need them rather than trying to load everything simultaneously. With lazy loading, elements 'above the fold' (before your visitors need to scroll) load near-instantly, as the server doesn't need to use resources to load images or other large files further down. As your visitor scrolls, each area loads with similar speed.
Some website builders, like Wix, use built-in lazy loading protocols to improve site speed. In most cases, however, you'll need an extension or plugin to enable lazy loading. The good news for WordPress users is that most caching plugins, including WP Fastest Cache, offer lazy loading.
Minify your CSS and JavaScript
Screenshot/CNET
Most websites are built on two coding languages, CSS and JavaScript, which together allow sites to do many things, but there are often inefficiencies within them, like extra spaces. Code minification eliminates these extraneous characters and any developer comments left within the code. Code minification also automatically shortens function names. These changes may not drastically reduce loading times, but they can make an impact.
Thankfully, you don't need to understand code to minify it. Many website builders automatically optimize code for speed. Some, like Shopify, even use their own code languages, which may be faster than CSS and JavaScript. WordPress, meanwhile, requires a plugin to do this -- but your free caching plugin probably offers this functionality, so you won't have to install something new.
Install a content delivery network (CDN)
A CDN in WordPress to improve website speeds
A content delivery network (CDN) boosts site speed by distributing website data throughout a network of servers in disparate physical locations. Visitors' devices can then retrieve information from the server closest to them, which is often faster than retrieving data from a server on the other side of the globe.
Your hosting company may offer a built-in CDN on some or all plans; this is especially common for website builders. Alternatively, you can get the Cloudflare CDN and connect it to your website.
Switch to a lightweight theme
While most website builder templates are optimized for speed, this isn't always true -- and it's not consistently true for WordPress themes, either. Moreover, many templates may only be optimized for desktop, compromising their mobile site speed. If you're worried this is the cause of your site speed issues, create a blank page and run speed tests on it. If the blank page is slow, there's a high chance your template is the problem (although it may be a server issue).
Finding a speed-optimal template might be difficult if you're using a website builder, as there isn't much site speed data available for templates on sites like Wix or Squarespace. If you're using WordPress, however, you can find lists of the fastest WordPress templates, complete with data from real speed tests. I'm a big fan of Neve, which is both fast and highly flexible.
Move your site to a new data center
You may be able to improve site speed for an audience in a specific location by switching the data center your site is hosted on. For example, if your primary audience is in Australia, you can switch from a US-based data center to a data center in Sydney. Relying on servers geographically close to your readers allows your visitors' devices to pull information from a nearby server rather than forcing them to retrieve data from the other side of the world, which can result in reduced loading times. If most of your visitors are based in another country, you can pick a data center in that country instead.
Unfortunately, switching your data center isn't always possible. Some web hosts don't let you choose your data center at all, while others only let you select this once during account creation. You also generally can't do this yourself -- you'll need to ask customer service to make the switch for you.
Consider switching your hosting plan
Sarah Tew/CNET
Your hosting plan may be causing site speed issues if you're on shared hosting, you're out of resources like RAM and storage space or your web host is slow. Here's a deeper explanation of how these problems can impact your site speed:
You're using shared hosting : Sites on shared hosting only get a percentage of a server's processing power, which can make them slower than sites on more advanced hosting types, like VPS hosting, which provide dedicated processing power and bandwidth to each site.
Sites on shared hosting only get a percentage of a server's processing power, which can make them slower than sites on more advanced hosting types, like VPS hosting, which provide dedicated processing power and bandwidth to each site. Your plan doesn't offer enough resources for current traffic levels: Many shared hosting and even some VPS hosting plans are only designed to handle 10,000 to 50,000 visitors. If you're getting more visitors than your plan is built for -- information usually found on the pricing page or by asking customer service -- your site will slow down.
Many shared hosting and even some VPS hosting plans are only designed to handle 10,000 to 50,000 visitors. If you're getting more visitors than your plan is built for -- information usually found on the pricing page or by asking customer service -- your site will slow down. Your host doesn't provide good server speeds: Some companies don't maintain their servers well enough to give a good site speed baseline. Tools like caching and CDNs can improve this baseline, but there's only so much they can help if the server itself is too slow.
There are two ways to determine if your hosting plan is causing site speed issues. First, check your traffic levels against your allotted bandwidth. If your plan says 'unlimited' or 'unmetered,' you might not be charged more for higher traffic, but there's still a limit of how much traffic your site can comfortably handle; contact customer support to get this number. You may need to switch plans to boost site speed if your monthly visits regularly exceed that number.
If you haven't exceeded your allocated bandwidth and you're still concerned your host might be the issue, read expert reviews of the service you're using. These reviews often contain speed test data, which can tell you if the host generally has slow servers. The only host we've tested with highly problematic site speed is InMotion Hosting, but there's a lot of variation, with Hostinger and Shopify providing the best site speeds.
Switching hosts can be frustrating, especially if you're only partially through a long contract, but it is doable. Many hosts offer free site migration for cPanel-based websites -- I've had three successful site transfers performed by my current host, HostPapa, requiring nothing more than an email to support -- and there are extensive guides on how to transfer web hosting yourself. However, you may need to hire a developer to help you move your site if you're using a proprietary website builder.
You've got options when figuring out how to speed up your website
If you want to hold modern internet users' attention, you need to make sure your site is as fast as possible. Thankfully, there are many ways you can improve site speed, and many -- like reducing design clutter and optimizing images -- don't require code or significant technical skill. I recommend implementing all of these strategies before you consider doing anything drastic.
If the simpler strategies don't work, consider asking your host to move your site to a new data center, upgrading your hosting plan or switching to a new host altogether. However, these strategies often take longer and may require more cost or technical expertise, so I recommend only using them as a last resort.
Hashtags

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles
Yahoo
35 minutes ago
- Yahoo
United Airlines Turns Off Starlink Access Amid Interference Concerns
PCMag editors select and review products independently. If you buy through affiliate links, we may earn commissions, which help support our testing. United Airlines' plans to retrofit its entire regional fleet with Starlink connectivity have hit a roadblock, at least temporarily. United first started rolling out Starlink access using a free-with-ads model in May, becoming one of a select club—including Hawaiian Airlines and the boutique air carrier JSX—to offer flyers access to SpaceX's satellite broadband service. Its speed and performance proved a hit with PCMag when it debuted, and United announced plans to install Starlink in its entire two-cabin regional fleet by the end of 2025. However, Starlink has been turned off on almost two dozen Embraer E175 regional jets, according to air industry publication The Points Guy. The issue stems from static interference between the antennas that pilots use to communicate with air traffic controllers and Starlink's antennas. United confirmed the reports in a statement, saying that this type of radio interference is 'fairly common with any new airline Wi-Fi provider' and that the issues are not a flight safety risk. 'We expect the service to be back up and running on these aircraft soon,' a spokesperson said. According to The Points Guy, roughly a third of the impacted planes have already had a fix applied. United doesn't expect to cancel any flights as a result of the issue and will instead wait until each aircraft's scheduled maintenance to fix the interference issue. Though Starlink may be off the table for many domestic fliers, at least in the short term, United has introduced new ways for travelers to distract themselves in recent weeks. The Chicago-based carrier announced earlier this week that it's bringing the streaming-audio service Spotify to the on-demand entertainment displays of over 680 of its aircraft, offering 'specially curated versions of Spotify's most popular playlists.' The new Spotify integration will replace the 'Audio' option on the home-screen menu of those displays.


Forbes
an hour ago
- Forbes
Delete Every App On Your Smartphone That's On This List
All these apps are dangerous You probably have at least 100 apps on your phone — likely more. And there's plenty of choice, almost 2 million apps on Apple's App Store and nearer 3 million on Google's Play Store. You're urged only to install apps from official stores, but sometimes even that doesn't keep you safe. So it is with a new list of apps you must delete right now. This list comes courtesy of Cyble, whose researchers discovered a raft of apps had tricked their way onto Play Store despite mimicking the names and icons of legitimate digital wallets. Once installed and opened, the apps open a phishing website or an in-app WebView, requesting the mnemonic phrases that can be used to empty the wallet. Cyble found more than 20 apps, 'targeting crypto wallet users' by impersonating 'popular wallets such as SushiSwap, PancakeSwap, Hyperliquid, and Raydium,' and tricking users into dangerous Play Store installs 'by using 'compromised or repurposed developer accounts.' The apps named after those targeted wallets are listed below. Fake wallets apps. There were multiple apps per targeted wallet, which is why there are only 9 app names to look for. All seem to come from different developers, but 'exhibit consistent patterns, such as embedding Command and Control (C&C) URLs within their privacy policies and using similar package names and descriptions.' Those developer accounts once distributed legitimate apps, but have been compromised for this malicious campaign. Cyble warns these apps 'employ phishing techniques to steal users' mnemonic phrases, which are then used to access real wallets and drain cryptocurrency funds.' The apps were not discovered all at once, but over recent weeks. And as they're reported they're being removed from Play Store. Check the list above and delete any on your phone. And also ensure that Google's Play Protect is always enabled on your phone. Fake wallets apps Cyble says 'these apps have been progressively discovered over recent weeks, reflecting an ongoing and active campaign,' and all were reported to Google. Most were already removed prior to publication, while the rest 'have been reported for takedown.' 'What makes this campaign particularly dangerous,' the researchers say, 'is the use of seemingly legitimate applications… combined with a large-scale phishing infrastructure linked to over 50 domains. This not only extends the campaign's reach but also lowers the likelihood of immediate detection by traditional defenses.' There's no safety net with digital wallets. Losses wont be recovered. Do not install apps unless you know they're provided by the entity behind the wallet itself and you've linked to the app from the actual website. If you have any of these apps, delete them.
Yahoo
an hour ago
- Yahoo
Trump order seeks to boost U.S. drone industry
June 7 (UPI) -- President Donald Trump is taking aim at drone technology from two directions -- boost the U.S. industry and crack down on malicious activity. Trump on Friday signed executive orders on efforts to spur U.S. production relevant to drone technology, increase U.S. drone security and regulation efforts, and an unleated one to promote design and eventual use of commercial supersonic aircraft. "Unmanned aircraft systems, otherwise known as drones, offer the potential to enhance public safety as well as cement America's leadership in global innovation," an executive order titled Restoring American Airspace Sovereignty read. "But criminals, terrorists, and hostile foreign actors have intensified their weaponization of these technologies, creating new and serious threats to our homeland. Another order, titled Unleashing American Drone Dominance, declares that "building a strong and secure domestic drone sector is vital to reducing reliance on foreign sources, strengthening critical supply chains and ensuring that the benefits of this technology are delivered to the American people." There are more than a million registered drones in the United States, according to the FAA with more than 400,000 commercial drones and more than 350,000 for recreational use. In a press release, the Commercial Drone Alliance said it has "believed that innovation and security are two sides of the same coin. Outdated regulations have long impeded technological innovation and hindered transparency in our airspace." Lisa Ellman, chief executive of the Commercial Drone Alliance, also lauded the executive orders for aiming at both innovation and security simultaneously. "We fully support the long-overdue steps taken by the Trump administration in these Executive Orders -- establishing a framework to scale safe and secure drone operations while enhancing drone security and airspace transparency -- to modernize our domestic drone policy and assure American aviation leadership into the next century of flight," she said in the release. Drone dangers Trump has warned that drones have been used to smuggle drugs across borders, and could threaten large public gatherings, such as the 2026 World Cup and the 2028 Summer Olympics, both in the United States. "It is the policy of the United States to ensure control over our national airspace and to protect the public, critical infrastructure, mass gathering events, and military and sensitive government installations and operations from threats posed by the careless or unlawful use of UAS," the security related order reads. Chinese-made drones from companies like DJI or Autel are not outright banned, but the Federal Acquisition Security Council has been called on to "publish a Covered Foreign Entity List ... identifying companies that pose supply chain risks." In 2022, the U.S. Treasury added DJI and seven other companies to its Chinese Military-Industrial Complex list, which indicates some level of national security concern. The includes a ban on U.S.-based companies exporting technology to them. The majority of drones are estimated to be built in China, The New York Times reported. The Justice Department and FAA were told to enforce civil and criminal penalties for drone operators who violate laws or airspace restrictions. There will be grants for state and local law enforcement to access drone-detection and tracking equipment. The Federal Aviation Administration requires all drones weighing more than 0.55 of a pound to be registered, in addition to restricting how high they can be flown without authorization. The Justice Department and FAA were told to more robustly enforce civil and criminal penalties for drone operators who violate laws or airspace restrictions. Grant programs are planned for state and local law enforcement to access drone-detection and tracking equipment., the order also indicates Drone industry growth In his first term, Trump sought to increase the use of drones and Commerce Secretary Howard Lutnick has been directed to promote exports of U.S.-made drones, in addition to federal agencies being ordered to prioritize purchases of them. "The United States must accelerate the safe commercialization of drone technologies and fully integrate UAS into the National Airspace System," the order reads. "The time has come to accelerate testing and to enable routine drone operations, scale up domestic production, and expand the export of trusted, American-manufactured drone technologies to global markets." The order directs the FAA to allow commercial users and public safety officials not to fly drones beyond their range of sight, meaning that a user must be able to see the drone they are operating. "Building a strong and secure domestic drone sector is vital to reducing reliance on foreign sources, strengthening critical supply chains, and ensuring that the benefits of this technology are delivered to the American people," the order says. Secretary of Transportation Sean Duffy was directed to initiate artificial intelligence tools to assist in and expedite the review of a UAS waiver application, and the Transportation Department was told to develop an Electric Vertical Takeoff and Landing Pilot Program to accelerate the deployment of safe and lawful eVTOL operations in the United States. Supersonic flight An additional executive order titled "Leading the World in Supersonic Flight" seeks to promise planes that travel at supersonic speeds, which are greater than the speed of sound at approximately 768 mph at sea level, or Mach 1. "The United States stands at the threshold of a bold new chapter in aerospace innovation," the order reads. "For more than 50 years, outdated and overly restrictive regulations have grounded the promise of supersonic flight over land, stifling American ingenuity, weakening our global competitiveness, and ceding leadership to foreign adversaries." The order noted that "advances in aerospace engineering, materials science, and noise reduction now make supersonic flight not just possible, but safe, sustainable, and commercially viable." The order repeals regulations prohibiting cross-country supersonic flights, which for decades have precluded nonmilitary air travel over land at faster-than-sound speeds. The Concorde was manufactured from 1965 to 1979, but are no longer flown by airlines, however, Boom Supersonic and NASA are currently developing new supersonic passenger jets.