Category

There are few things more frustrating in the modern era than a website that takes forever to load. In the early days of the internet, slow load times were common. Today, users expect a site to load quickly - and will exit out quickly if it doesn’t. 

If you have a WordPress website, there are a number of reasons why it may be lagging. Our WordPress developers have taken the time to outline some of the most common problems that WordPress sites experience, such as heavy themes and too many plugins. We also have included relatively simple ways to fix any issues that may be slowing down your website. 

At Inclind, our award-winning website designers and developers work together to build and maintain WordPress websites. We have experience with all aspects of WordPress sites, including identifying and solving the things that might cause your site to load slowly, crash, or experience other issues. If you’re interested in learning more about our WordPress website services - including support and maintenance - reach out today to talk to one of our experts. 

Reasons Why Your WordPress Might Be Slow - and How to Fix It 

A slow website isn’t just annoying - it can affect your bottom line. Website users expect fast loading times (ideally under 3 seconds). If your website takes too long to load, visitors may leave before they have the chance to make a purchase, donate, or sign up for something. A slow load time can also lead to lower crawl rates and delayed indexing, which can affect a site’s technical SEO ranking. 

If your WordPress site is loading slowly, you may be at a loss for what to do. Fortunately, there are several easy ways to check for potential sources of slow site speed - and many plugins that can help you fix the problem. 

You Aren’t Using Compression 

Compression is a method of reducing the size of data in which files are compressed before they are sent. Once the files or data are received, they are decompressed. Using GZIP, Brotli, or deflate compression can significantly decrease the time it takes to transmit certain files. 

You can check if you are using compression by running an audit of your site using a tool like PageSpeed Insights. If you see a warning to enable text compression, your site isn't compressing data. You can enable text compression using a plugin designed for caching or performance optimization. You can also enable GZIP compression directly on your server if you have some familiarity with coding. 

Your Theme Is Too “Heavy” 

A WordPress theme is considered “heavy” if it uses complicated design elements, too much code, and/or large file sizes. The theme is the framework of your website, so if it is heavy, then it will cause longer page load times, increased bounce rates, and even SEO penalties. Changing to a different theme can help with speed and other issues. 

If you want to find out if your theme is causing issues, you should assess its performance. Start by creating a new WordPress installation without any content and then installing the theme you've chosen. After that, you can use a tool like PageSpeed Insights to check its speed. If the key performance indicators (KPIs)—such as total page loading time—show a problem, you may need to modify or adjust the theme. 

If you want to keep your existing theme, go into the settings and turn off some options that may be slowing down your site. After doing this, run the speed test again. If it is still slow, then you might simply need to choose another theme. 

Your Pages Aren’t Cached 

Caching is a type of data storage where static copies of a web page are stored so that the website doesn’t need to regenerate content for each visitor. This helps to deliver content much more efficiently, especially for pages that are accessed frequently - like a home page. 

To check if your page is being cached, you can open the developer Chrome tab from the administration panel. You should then choose “view source” and scroll down to check for an activated cache plugin. If you don’t have one installed or activated, then you will need to choose a WordPress cache plugin and install it on your site. 

You’re Running an Outdated PHP Version 

PHP is a scripting language that serves as the backbone for WordPress websites. If you are running an older PHP on WordPress, then it can slow down your site performance. Your site should run on the most recent PHP version. You can check the most recent version on the PHP Group’s website

To check which PHP version is running on your site, go to your WordPress dashboard and visit site health (under Tools). Go to the Info tab and then look at the server. This will show which PHP version is being used. 

If your site is running an outdated version, go to your hosting provider site from the cPanel. Go to Site Tools, then Devs, and then choose “PHP version” from the PHP manager menu. You can then choose which version to run. 

Your Site Has Too Many External HTTP Requests 

An HTTP request involves a browser connecting to a server and either asking for a resource or sending data to it. If you have too many HTTP requests, it can slow down speed by taking up time and resources. 

You can check the number of HTTP requests that your page is receiving by inputting your URL into a tool like GTMetrix and running an audit. You can then go to “page details” and look at the total page requests. If you have more than 50 HTTP requests per page, then it is probably slowing your page down. 

You can fix the issue by optimizing your code, enabling lazy load on images, and loading scripts only when needed. A WordPress speed plugin - that you may already be using to optimize code - is the best way to do this. 

You Need a Different Hosting Plan 

Every website requires a host and a hosting plan. If you don’t have the right type of plan for your website, then it could slow down your site. In many cases, low-quality hosting is the main culprit for a slow site. Generally, dedicated hosting will be faster than shared or managed WordPress hosting - but it is also the costliest. 

Your hosting plan may also have limits on bandwidth and storage. If your site has a lot of videos or images, then you need a plan without those limits. It may be necessary to switch your hosting plan or provider if you need more bandwidth or other features. 

You can check your hosting provider’s speed by going to its website and performing a speed test on it using a tool like PageSpeed Insights. If its own website is slow, then the issue might be with its servers. You can compare this to your own page’s performance, looking specifically at the Time to First Byte (TTFB). If the TTFB is 0.8 seconds or higher, then the hosting company may be the issue. 

You Aren’t Optimizing Your Code 

Code optimization is a technique that can speed up your website by reducing file sizes. There are three main ways to optimize code: 

  1. Delay non-critical JavaScript, which loads this code after first loading the page. 
  2. Minification, which removes unnecessary characters. 
  3. Remove unused CSS, which eliminates styles from the site’s stylesheet that aren’t being used. 

You can check to see if your code is optimized by running a performance audit using your website’s URL on PageSpeed Insights. If you see warnings about unused JavaScript and CSS, then you will need to optimize your code. If you have coding experience, you can optimize your code manually. However, the easier solution - and one that will prevent loss of site content - is to use a WordPress plugin that will handle all 3 optimization tasks automatically. 

You Have Too Many Plugins 

Plugins are a great way to customize your WordPress site, but if you have too many, it will slow down loading times. Of course, some plugins are necessary - including for site speed. But if you have too many - or if the ones you have are too “heavy” - then it will slow down your site. 

You can figure out which plugins are slowing down your site by disabling them one by one, and then checking your site performance using PageSpeed Insights. You can also use a plugin like Query Monitor to detect poorly performing plugins - but remember to delete it when you’re done using it. 

In the future, you can avoid this problem by being careful about the plugins that you install. Read the reviews and check the number of installs. You can also look at the plugin’s documentation and support. 

You Aren’t Using a Content Delivery Network 

A Content Delivery Network - or CDN - is a service that distributes certain content (like images and CSS) to servers around the world. When a website loads, the data is delivered from the closest server - which can increase speed. 

If you don’t have a CDN installed on your WordPress site, then it may affect loading times. You can install a CDN as a WordPress plugin to streamline the technical setup and get your site up and running as fast as possible. 

Similarly, if your CDN isn’t being used properly, it can slow down your site. You can run an audit using a service like GTMetrix to check to see if the site is running slow in particular locations. 

You Aren’t Optimizing Images 

Images can slow down your speed, particularly if the data isn’t compressed. Optimizing images allows you to preserve quality while maintaining site speed. It involves techniques like selecting the right format, compressing the file, serving images to WebP (a newer Google format) and lazy-loading the images (which delays loading until they are about to be viewed). 

To check to see if your images are optimized, run an audit on PageSpeed Insights. A warning about your images - such as “properly size images” or “efficiently code images” - tells you that your images aren’t optimized. 

To fix the issue, you can simply install a WordPress plugin that reduces image file size such as Imagify. If you have already installed a site performance plugin, you can also check the settings on it to enable lazy loading. 

You Aren’t Cleaning Your Database 

Your WordPress database stores a lot of data - much of which is unnecessary, such as revisions, spam comments, and auto drafts. If you aren’t regularly doing database maintenance, it can slow down site speed. 

There are a few ways to clean your database. You can do it using a WordPress plugin that will clean it for you. With a plugin, you can set up rules for database maintenance and schedule it to be performed on a regular basis. 

You can also clean your WordPress database manually. To do so, you will have to access PHPMyAdmin through your hosting provider. Once you have signed in, you will have to select the tables that need to be optimized from the structure tab. If this sounds confusing, then your best bet may be a WordPress plugin - or asking your website design and development agency to handle website support and maintenance work for you. 

How Inclind Can Help with a Slow Website 

Most organizations have websites - but not all businesses and nonprofits have staff with the experience to maintain them. If your website is running slow, you might be aware that it’s a problem…yet not know where to start when it comes to fixing it. We’re here to help. 

Based in Delaware, Inclind works with clients throughout the United States to help them design and develop WordPress websites. We also provide support and maintenance services to keep your website running exactly as it should - including with fast loading times. If you are experiencing speed issues with your site, we will diagnose and fix the problem for you - and help you avoid similar problems in the future. 

We're here to chat if you want to learn more about our WordPress website design, development, and support services. You can call 800-604-8139 or fill out our online contact form to talk to one of our team members about your site.

Team Member
Published on
Article Type
News Article (unrelated to clients)
{
    "jsonapi": {
        "version": "1.0",
        "meta": {
            "links": {
                "self": {
                    "href": "http:\/\/jsonapi.org\/format\/1.0\/"
                }
            }
        }
    },
    "data": {
        "type": "node--article",
        "id": "f4331670-42ab-40bd-b562-805e9a627187",
        "links": {
            "self": {
                "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187?resourceVersion=id%3A917"
            }
        },
        "attributes": {
            "internalId": 915,
            "isPublished": true,
            "title": "11 Common Reasons Why Your WordPress Site Is Slow (With Solutions)",
            "created": "2024-09-09T19:58:14+00:00",
            "changed": "2024-09-09T19:58:52+00:00",
            "promote": false,
            "sticky": false,
            "metatag": [
                {
                    "tag": "meta",
                    "attributes": {
                        "name": "title",
                        "content": "11 Common Reasons Why Your WordPress Site Is Slow (With"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "name": "description",
                        "content": "There are few things more frustrating in the modern era than a website that takes forever to load. In the early days of the internet, slow load times were"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "name": "abstract",
                        "content": "Delaware Drupal web development company specializing in custom Drupal development, real estate and rental brokerage websites, internet marketing and ecommerce"
                    }
                },
                {
                    "tag": "link",
                    "attributes": {
                        "rel": "canonical",
                        "href": "https:\/\/www.inclind.com\/news\/common-reasons-why-your-wordpress-site-slow"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "name": "robots",
                        "content": "index, follow"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:site_name",
                        "content": "Inclind"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:url",
                        "content": "https:\/\/www.inclind.com\/news\/common-reasons-why-your-wordpress-site-slow"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:title",
                        "content": "11 Common Reasons Why Your WordPress Site Is Slow (With Solutions)"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:description",
                        "content": "Delaware Drupal web development company specializing in custom Drupal development, real estate and rental brokerage websites, internet marketing and ecommerce"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "place:location:latitude",
                        "content": "38.77513"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "place:location:longitude",
                        "content": "-75.13974"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:street_address",
                        "content": "119 W. Third St., Suite 6"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:locality",
                        "content": "Lewes"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:region",
                        "content": "Delaware"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:postal_code",
                        "content": "19958"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:country_name",
                        "content": "United States"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:email",
                        "content": "hello@inclind.com"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:phone_number",
                        "content": "(800) 604-8139"
                    }
                }
            ],
            "path": {
                "alias": "\/news\/common-reasons-why-your-wordpress-site-slow",
                "pid": 2308,
                "langcode": "en"
            },
            "body": {
                "value": "\u003Cp\u003EThere are few things more frustrating in the modern era than a website that takes forever to load. In the early days of the internet, slow load times were common. Today, users expect a site to load quickly - and will exit out quickly if it doesn\u2019t.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf you have a WordPress website, there are a number of reasons why it may be lagging. Our WordPress developers have taken the time to outline some of the most common problems that WordPress sites experience, such as heavy themes and too many plugins. We also have included relatively simple ways to fix any issues that may be slowing down your website.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EAt Inclind, our award-winning \u003Ca href=\u0022https:\/\/www.inclind.com\/services\/custom-web-design\u0022\u003Ewebsite designers\u003C\/a\u003E and \u003Ca href=\u0022https:\/\/www.inclind.com\/services\/custom-web-development\u0022\u003Edevelopers\u003C\/a\u003E work together to build and maintain WordPress websites. We have experience with all aspects of \u003Ca href=\u0022https:\/\/www.inclind.com\/services\/wordpress-websites\u0022\u003EWordPress sites\u003C\/a\u003E, including identifying and solving the things that might cause your site to load slowly, crash, or experience other issues. If you\u2019re interested in learning more about our WordPress website services - including support and maintenance - reach out today to talk to one of our experts.\u0026nbsp;\u003C\/p\u003E\u003Ch2\u003EReasons Why Your WordPress Might Be Slow - and How to Fix It\u0026nbsp;\u003C\/h2\u003E\u003Cp\u003EA slow website isn\u2019t just annoying - it can affect your bottom line. Website users expect fast loading times (ideally under 3 seconds). If your website takes too long to load, visitors may leave before they have the chance to make a purchase, donate, or sign up for something. A slow load time can also lead to lower crawl rates and delayed indexing, which can affect a site\u2019s \u003Ca href=\u0022https:\/\/www.inclind.com\/solutions\/technical-seo\u0022\u003Etechnical SEO\u003C\/a\u003E ranking.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf your WordPress site is loading slowly, you may be at a loss for what to do. Fortunately, there are several easy ways to check for potential sources of slow site speed - and many plugins that can help you fix the problem.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Aren\u2019t Using Compression\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003ECompression is a method of reducing the size of data in which files are compressed before they are sent. Once the files or data are received, they are decompressed. Using GZIP, Brotli, or deflate compression can significantly decrease the time it takes to transmit certain files.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can check if you are using compression by running an audit of your site using a tool like \u003Ca href=\u0022https:\/\/pagespeed.web.dev\/\u0022\u003EPageSpeed Insights\u003C\/a\u003E. If you see a warning to enable text compression, your site isn\u0027t compressing data. You can enable text compression using a plugin designed for caching or performance optimization. You can also enable GZIP compression directly on your server if you have some familiarity with coding.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYour Theme Is Too \u201cHeavy\u201d\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EA WordPress theme is considered \u201cheavy\u201d if it uses complicated design elements, too much code, and\/or large file sizes. The theme is the framework of your website, so if it is heavy, then it will cause longer page load times, increased bounce rates, and even SEO penalties. Changing to a different theme can help with speed and other issues.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf you want to find out if your theme is causing issues, you should assess its performance. Start by creating a new WordPress installation without any content and then installing the theme you\u0027ve chosen. After that, you can use a tool like PageSpeed Insights to check its speed. If the key performance indicators (KPIs)\u2014such as total page loading time\u2014show a problem, you may need to modify or adjust the theme.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf you want to keep your existing theme, go into the settings and turn off some options that may be slowing down your site. After doing this, run the speed test again. If it is still slow, then you might simply need to choose another theme.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYour Pages Aren\u2019t Cached\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003E\u003Ca href=\u0022https:\/\/aws.amazon.com\/caching\/\u0022\u003ECaching\u003C\/a\u003E is a type of data storage where static copies of a web page are stored so that the website doesn\u2019t need to regenerate content for each visitor. This helps to deliver content much more efficiently, especially for pages that are accessed frequently - like a home page.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003ETo check if your page is being cached, you can open the developer Chrome tab from the administration panel. You should then choose \u201cview source\u201d and scroll down to check for an activated cache plugin. If you don\u2019t have one installed or activated, then you will need to choose a WordPress cache plugin and install it on your site.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou\u2019re Running an Outdated PHP Version\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EPHP is a scripting language that serves as the backbone for WordPress websites. If you are running an older PHP on WordPress, then it can slow down your site performance. Your site should run on the most recent PHP version. You can check the most recent version on the \u003Ca href=\u0022https:\/\/www.php.net\/supported-versions.php\u0022\u003EPHP Group\u2019s website\u003C\/a\u003E.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003ETo check which PHP version is running on your site, go to your WordPress dashboard and visit site health (under Tools). Go to the Info tab and then look at the server. This will show which PHP version is being used.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf your site is running an outdated version, go to your hosting provider site from the cPanel. Go to Site Tools, then Devs, and then choose \u201cPHP version\u201d from the PHP manager menu. You can then choose which version to run.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYour Site Has Too Many External HTTP Requests\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EAn HTTP request involves a browser connecting to a server and either asking for a resource or sending data to it. If you have too many HTTP requests, it can slow down speed by taking up time and resources.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can check the number of HTTP requests that your page is receiving by inputting your URL into a tool like \u003Ca href=\u0022https:\/\/gtmetrix.com\/\u0022\u003EGTMetrix\u003C\/a\u003E and running an audit. You can then go to \u201cpage details\u201d and look at the total page requests. If you have more than 50 HTTP requests per page, then it is probably slowing your page down.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can fix the issue by optimizing your code, enabling lazy load on images, and loading scripts only when needed. A WordPress speed plugin - that you may already be using to optimize code - is the best way to do this.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Need a Different Hosting Plan\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EEvery website requires a host and a hosting plan. If you don\u2019t have the right type of plan for your website, then it could slow down your site. In many cases, low-quality hosting is the main culprit for a slow site. Generally, dedicated hosting will be faster than shared or managed WordPress hosting - but it is also the costliest.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYour hosting plan may also have limits on bandwidth and storage. If your site has a lot of videos or images, then you need a plan without those limits. It may be necessary to switch your hosting plan or provider if you need more bandwidth or other features.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can check your hosting provider\u2019s speed by going to its website and performing a speed test on it using a tool like PageSpeed Insights. If its own website is slow, then the issue might be with its servers. You can compare this to your own page\u2019s performance, looking specifically at the Time to First Byte (TTFB). If the TTFB is 0.8 seconds or higher, then the hosting company may be the issue.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Aren\u2019t Optimizing Your Code\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003ECode optimization is a technique that can speed up your website by reducing file sizes. There are three main ways to optimize code:\u0026nbsp;\u003C\/p\u003E\u003Col\u003E\u003Cli\u003EDelay non-critical JavaScript, which loads this code after first loading the page.\u0026nbsp;\u003C\/li\u003E\u003Cli\u003EMinification, which removes unnecessary characters.\u0026nbsp;\u003C\/li\u003E\u003Cli\u003ERemove unused CSS, which eliminates styles from the site\u2019s stylesheet that aren\u2019t being used.\u0026nbsp;\u003C\/li\u003E\u003C\/ol\u003E\u003Cp\u003EYou can check to see if your code is optimized by running a performance audit using your website\u2019s URL on PageSpeed Insights. If you see warnings about unused JavaScript and CSS, then you will need to optimize your code. If you have coding experience, you can optimize your code manually. However, the easier solution - and one that will prevent loss of site content - is to use a WordPress plugin that will handle all 3 optimization tasks automatically.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Have Too Many Plugins\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EPlugins are a great way to customize your WordPress site, but if you have too many, it will slow down loading times. Of course, some plugins are necessary - including for site speed. But if you have too many - or if the ones you have are too \u201cheavy\u201d - then it will slow down your site.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can figure out which plugins are slowing down your site by disabling them one by one, and then checking your site performance using PageSpeed Insights. You can also use a plugin like \u003Ca href=\u0022https:\/\/wordpress.org\/plugins\/query-monitor\/\u0022\u003EQuery Monitor\u003C\/a\u003E to detect poorly performing plugins - but remember to delete it when you\u2019re done using it.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIn the future, you can avoid this problem by being careful about the plugins that you install. Read the reviews and check the number of installs. You can also look at the plugin\u2019s documentation and support.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Aren\u2019t Using a Content Delivery Network\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EA Content Delivery Network - or \u003Ca href=\u0022https:\/\/aws.amazon.com\/what-is\/cdn\/\u0022\u003ECDN\u003C\/a\u003E - is a service that distributes certain content (like images and CSS) to servers around the world. When a website loads, the data is delivered from the closest server - which can increase speed.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf you don\u2019t have a CDN installed on your WordPress site, then it may affect loading times. You can install a CDN as a WordPress plugin to streamline the technical setup and get your site up and running as fast as possible.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003ESimilarly, if your CDN isn\u2019t being used properly, it can slow down your site. You can run an audit using a service like GTMetrix to check to see if the site is running slow in particular locations.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Aren\u2019t Optimizing Images\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EImages can slow down your speed, particularly if the data isn\u2019t compressed. Optimizing images allows you to preserve quality while maintaining site speed. It involves techniques like selecting the right format, compressing the file, serving images to WebP (a newer Google format) and lazy-loading the images (which delays loading until they are about to be viewed).\u0026nbsp;\u003C\/p\u003E\u003Cp\u003ETo check to see if your images are optimized, run an audit on PageSpeed Insights. A warning about your images - such as \u201cproperly size images\u201d or \u201cefficiently code images\u201d - tells you that your images aren\u2019t optimized.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003ETo fix the issue, you can simply install a WordPress plugin that reduces image file size such as Imagify. If you have already installed a site performance plugin, you can also check the settings on it to enable lazy loading.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Aren\u2019t Cleaning Your Database\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EYour WordPress database stores a lot of data - much of which is unnecessary, such as revisions, spam comments, and auto drafts. If you aren\u2019t regularly doing database maintenance, it can slow down site speed.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EThere are a few ways to clean your database. You can do it using a WordPress plugin that will clean it for you. With a plugin, you can set up rules for database maintenance and schedule it to be performed on a regular basis.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can also clean your WordPress database manually. To do so, you will have to access PHPMyAdmin through your hosting provider. Once you have signed in, you will have to select the tables that need to be optimized from the structure tab. If this sounds confusing, then your best bet may be a WordPress plugin - or asking your website design and development agency to handle \u003Ca href=\u0022https:\/\/www.inclind.com\/support\u0022\u003Ewebsite support and maintenance\u003C\/a\u003E work for you.\u0026nbsp;\u003C\/p\u003E\u003Ch2\u003EHow Inclind Can Help with a Slow Website\u0026nbsp;\u003C\/h2\u003E\u003Cp\u003EMost organizations have websites - but not all businesses and nonprofits have staff with the experience to maintain them. If your website is running slow, you might be aware that it\u2019s a problem\u2026yet not know where to start when it comes to fixing it. We\u2019re here to help.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EBased in Delaware, Inclind works with clients throughout the United States to help them design and develop WordPress websites. We also provide support and maintenance services to keep your website running exactly as it should - including with fast loading times. If you are experiencing speed issues with your site, we will diagnose and fix the problem for you - and help you avoid similar problems in the future.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EWe\u0027re here to chat if you want to learn more about our \u003Ca href=\u0022https:\/\/www.inclind.com\/services\/wordpress-websites\u0022\u003EWordPress website design\u003C\/a\u003E, development, and \u003Ca href=\u0022https:\/\/www.inclind.com\/services\/wordpress-maintenance-support\u0022\u003Esupport services\u003C\/a\u003E. You can call 800-604-8139 or fill out our \u003Ca href=\u0022https:\/\/www.inclind.com\/services#link1\u0022\u003Eonline contact form\u003C\/a\u003E to talk to one of our team members about your site.\u003C\/p\u003E",
                "format": "basic_html",
                "processed": "\u003Cp\u003EThere are few things more frustrating in the modern era than a website that takes forever to load. In the early days of the internet, slow load times were common. Today, users expect a site to load quickly - and will exit out quickly if it doesn\u2019t.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf you have a WordPress website, there are a number of reasons why it may be lagging. Our WordPress developers have taken the time to outline some of the most common problems that WordPress sites experience, such as heavy themes and too many plugins. We also have included relatively simple ways to fix any issues that may be slowing down your website.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EAt Inclind, our award-winning \u003Ca href=\u0022https:\/\/www.inclind.com\/services\/custom-web-design\u0022\u003Ewebsite designers\u003C\/a\u003E and \u003Ca href=\u0022https:\/\/www.inclind.com\/services\/custom-web-development\u0022\u003Edevelopers\u003C\/a\u003E work together to build and maintain WordPress websites. We have experience with all aspects of \u003Ca href=\u0022https:\/\/www.inclind.com\/services\/wordpress-websites\u0022\u003EWordPress sites\u003C\/a\u003E, including identifying and solving the things that might cause your site to load slowly, crash, or experience other issues. If you\u2019re interested in learning more about our WordPress website services - including support and maintenance - reach out today to talk to one of our experts.\u0026nbsp;\u003C\/p\u003E\u003Ch2\u003EReasons Why Your WordPress Might Be Slow - and How to Fix It\u0026nbsp;\u003C\/h2\u003E\u003Cp\u003EA slow website isn\u2019t just annoying - it can affect your bottom line. Website users expect fast loading times (ideally under 3 seconds). If your website takes too long to load, visitors may leave before they have the chance to make a purchase, donate, or sign up for something. A slow load time can also lead to lower crawl rates and delayed indexing, which can affect a site\u2019s \u003Ca href=\u0022https:\/\/www.inclind.com\/solutions\/technical-seo\u0022\u003Etechnical SEO\u003C\/a\u003E ranking.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf your WordPress site is loading slowly, you may be at a loss for what to do. Fortunately, there are several easy ways to check for potential sources of slow site speed - and many plugins that can help you fix the problem.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Aren\u2019t Using Compression\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003ECompression is a method of reducing the size of data in which files are compressed before they are sent. Once the files or data are received, they are decompressed. Using GZIP, Brotli, or deflate compression can significantly decrease the time it takes to transmit certain files.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can check if you are using compression by running an audit of your site using a tool like \u003Ca href=\u0022https:\/\/pagespeed.web.dev\/\u0022\u003EPageSpeed Insights\u003C\/a\u003E. If you see a warning to enable text compression, your site isn\u0027t compressing data. You can enable text compression using a plugin designed for caching or performance optimization. You can also enable GZIP compression directly on your server if you have some familiarity with coding.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYour Theme Is Too \u201cHeavy\u201d\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EA WordPress theme is considered \u201cheavy\u201d if it uses complicated design elements, too much code, and\/or large file sizes. The theme is the framework of your website, so if it is heavy, then it will cause longer page load times, increased bounce rates, and even SEO penalties. Changing to a different theme can help with speed and other issues.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf you want to find out if your theme is causing issues, you should assess its performance. Start by creating a new WordPress installation without any content and then installing the theme you\u0027ve chosen. After that, you can use a tool like PageSpeed Insights to check its speed. If the key performance indicators (KPIs)\u2014such as total page loading time\u2014show a problem, you may need to modify or adjust the theme.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf you want to keep your existing theme, go into the settings and turn off some options that may be slowing down your site. After doing this, run the speed test again. If it is still slow, then you might simply need to choose another theme.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYour Pages Aren\u2019t Cached\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003E\u003Ca href=\u0022https:\/\/aws.amazon.com\/caching\/\u0022\u003ECaching\u003C\/a\u003E is a type of data storage where static copies of a web page are stored so that the website doesn\u2019t need to regenerate content for each visitor. This helps to deliver content much more efficiently, especially for pages that are accessed frequently - like a home page.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003ETo check if your page is being cached, you can open the developer Chrome tab from the administration panel. You should then choose \u201cview source\u201d and scroll down to check for an activated cache plugin. If you don\u2019t have one installed or activated, then you will need to choose a WordPress cache plugin and install it on your site.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou\u2019re Running an Outdated PHP Version\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EPHP is a scripting language that serves as the backbone for WordPress websites. If you are running an older PHP on WordPress, then it can slow down your site performance. Your site should run on the most recent PHP version. You can check the most recent version on the \u003Ca href=\u0022https:\/\/www.php.net\/supported-versions.php\u0022\u003EPHP Group\u2019s website\u003C\/a\u003E.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003ETo check which PHP version is running on your site, go to your WordPress dashboard and visit site health (under Tools). Go to the Info tab and then look at the server. This will show which PHP version is being used.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf your site is running an outdated version, go to your hosting provider site from the cPanel. Go to Site Tools, then Devs, and then choose \u201cPHP version\u201d from the PHP manager menu. You can then choose which version to run.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYour Site Has Too Many External HTTP Requests\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EAn HTTP request involves a browser connecting to a server and either asking for a resource or sending data to it. If you have too many HTTP requests, it can slow down speed by taking up time and resources.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can check the number of HTTP requests that your page is receiving by inputting your URL into a tool like \u003Ca href=\u0022https:\/\/gtmetrix.com\/\u0022\u003EGTMetrix\u003C\/a\u003E and running an audit. You can then go to \u201cpage details\u201d and look at the total page requests. If you have more than 50 HTTP requests per page, then it is probably slowing your page down.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can fix the issue by optimizing your code, enabling lazy load on images, and loading scripts only when needed. A WordPress speed plugin - that you may already be using to optimize code - is the best way to do this.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Need a Different Hosting Plan\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EEvery website requires a host and a hosting plan. If you don\u2019t have the right type of plan for your website, then it could slow down your site. In many cases, low-quality hosting is the main culprit for a slow site. Generally, dedicated hosting will be faster than shared or managed WordPress hosting - but it is also the costliest.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYour hosting plan may also have limits on bandwidth and storage. If your site has a lot of videos or images, then you need a plan without those limits. It may be necessary to switch your hosting plan or provider if you need more bandwidth or other features.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can check your hosting provider\u2019s speed by going to its website and performing a speed test on it using a tool like PageSpeed Insights. If its own website is slow, then the issue might be with its servers. You can compare this to your own page\u2019s performance, looking specifically at the Time to First Byte (TTFB). If the TTFB is 0.8 seconds or higher, then the hosting company may be the issue.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Aren\u2019t Optimizing Your Code\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003ECode optimization is a technique that can speed up your website by reducing file sizes. There are three main ways to optimize code:\u0026nbsp;\u003C\/p\u003E\u003Col\u003E\u003Cli\u003EDelay non-critical JavaScript, which loads this code after first loading the page.\u0026nbsp;\u003C\/li\u003E\u003Cli\u003EMinification, which removes unnecessary characters.\u0026nbsp;\u003C\/li\u003E\u003Cli\u003ERemove unused CSS, which eliminates styles from the site\u2019s stylesheet that aren\u2019t being used.\u0026nbsp;\u003C\/li\u003E\u003C\/ol\u003E\u003Cp\u003EYou can check to see if your code is optimized by running a performance audit using your website\u2019s URL on PageSpeed Insights. If you see warnings about unused JavaScript and CSS, then you will need to optimize your code. If you have coding experience, you can optimize your code manually. However, the easier solution - and one that will prevent loss of site content - is to use a WordPress plugin that will handle all 3 optimization tasks automatically.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Have Too Many Plugins\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EPlugins are a great way to customize your WordPress site, but if you have too many, it will slow down loading times. Of course, some plugins are necessary - including for site speed. But if you have too many - or if the ones you have are too \u201cheavy\u201d - then it will slow down your site.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can figure out which plugins are slowing down your site by disabling them one by one, and then checking your site performance using PageSpeed Insights. You can also use a plugin like \u003Ca href=\u0022https:\/\/wordpress.org\/plugins\/query-monitor\/\u0022\u003EQuery Monitor\u003C\/a\u003E to detect poorly performing plugins - but remember to delete it when you\u2019re done using it.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIn the future, you can avoid this problem by being careful about the plugins that you install. Read the reviews and check the number of installs. You can also look at the plugin\u2019s documentation and support.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Aren\u2019t Using a Content Delivery Network\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EA Content Delivery Network - or \u003Ca href=\u0022https:\/\/aws.amazon.com\/what-is\/cdn\/\u0022\u003ECDN\u003C\/a\u003E - is a service that distributes certain content (like images and CSS) to servers around the world. When a website loads, the data is delivered from the closest server - which can increase speed.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf you don\u2019t have a CDN installed on your WordPress site, then it may affect loading times. You can install a CDN as a WordPress plugin to streamline the technical setup and get your site up and running as fast as possible.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003ESimilarly, if your CDN isn\u2019t being used properly, it can slow down your site. You can run an audit using a service like GTMetrix to check to see if the site is running slow in particular locations.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Aren\u2019t Optimizing Images\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EImages can slow down your speed, particularly if the data isn\u2019t compressed. Optimizing images allows you to preserve quality while maintaining site speed. It involves techniques like selecting the right format, compressing the file, serving images to WebP (a newer Google format) and lazy-loading the images (which delays loading until they are about to be viewed).\u0026nbsp;\u003C\/p\u003E\u003Cp\u003ETo check to see if your images are optimized, run an audit on PageSpeed Insights. A warning about your images - such as \u201cproperly size images\u201d or \u201cefficiently code images\u201d - tells you that your images aren\u2019t optimized.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003ETo fix the issue, you can simply install a WordPress plugin that reduces image file size such as Imagify. If you have already installed a site performance plugin, you can also check the settings on it to enable lazy loading.\u0026nbsp;\u003C\/p\u003E\u003Ch3\u003EYou Aren\u2019t Cleaning Your Database\u0026nbsp;\u003C\/h3\u003E\u003Cp\u003EYour WordPress database stores a lot of data - much of which is unnecessary, such as revisions, spam comments, and auto drafts. If you aren\u2019t regularly doing database maintenance, it can slow down site speed.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EThere are a few ways to clean your database. You can do it using a WordPress plugin that will clean it for you. With a plugin, you can set up rules for database maintenance and schedule it to be performed on a regular basis.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EYou can also clean your WordPress database manually. To do so, you will have to access PHPMyAdmin through your hosting provider. Once you have signed in, you will have to select the tables that need to be optimized from the structure tab. If this sounds confusing, then your best bet may be a WordPress plugin - or asking your website design and development agency to handle \u003Ca href=\u0022https:\/\/www.inclind.com\/support\u0022\u003Ewebsite support and maintenance\u003C\/a\u003E work for you.\u0026nbsp;\u003C\/p\u003E\u003Ch2\u003EHow Inclind Can Help with a Slow Website\u0026nbsp;\u003C\/h2\u003E\u003Cp\u003EMost organizations have websites - but not all businesses and nonprofits have staff with the experience to maintain them. If your website is running slow, you might be aware that it\u2019s a problem\u2026yet not know where to start when it comes to fixing it. We\u2019re here to help.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EBased in Delaware, Inclind works with clients throughout the United States to help them design and develop WordPress websites. We also provide support and maintenance services to keep your website running exactly as it should - including with fast loading times. If you are experiencing speed issues with your site, we will diagnose and fix the problem for you - and help you avoid similar problems in the future.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EWe\u0027re here to chat if you want to learn more about our \u003Ca href=\u0022https:\/\/www.inclind.com\/services\/wordpress-websites\u0022\u003EWordPress website design\u003C\/a\u003E, development, and \u003Ca href=\u0022https:\/\/www.inclind.com\/services\/wordpress-maintenance-support\u0022\u003Esupport services\u003C\/a\u003E. You can call 800-604-8139 or fill out our \u003Ca href=\u0022https:\/\/www.inclind.com\/services#link1\u0022\u003Eonline contact form\u003C\/a\u003E to talk to one of our team members about your site.\u003C\/p\u003E",
                "summary": ""
            },
            "articleType": "news",
            "author": null,
            "authorTitle": null,
            "challenge": null,
            "introText": null,
            "location": null,
            "f_metatag": "{\u0022title\u0022:\u002211 Common Reasons Why Your WordPress Site Is Slow (With Solutions)\u0022}",
            "publishDate": "2024-09-09",
            "result": null,
            "solution": null,
            "subheader1": null,
            "subheader2": null
        },
        "relationships": {
            "contentType": {
                "data": null,
                "links": {
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/relationships\/contentType?resourceVersion=id%3A917"
                    }
                }
            },
            "category": {
                "data": {
                    "type": "catTerm",
                    "id": "e7befc73-77f0-46c9-aedf-608856a6a450",
                    "meta": {
                        "drupal_internal__target_id": 52
                    }
                },
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/category?resourceVersion=id%3A917"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/relationships\/category?resourceVersion=id%3A917"
                    }
                }
            },
            "companyRef": {
                "data": null,
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/companyRef?resourceVersion=id%3A917"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/relationships\/companyRef?resourceVersion=id%3A917"
                    }
                }
            },
            "image": {
                "data": {
                    "type": "images",
                    "id": "23736c9f-916c-443d-b513-bd6caffc40de",
                    "meta": {
                        "drupal_internal__target_id": 1051
                    }
                },
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/image?resourceVersion=id%3A917"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/relationships\/image?resourceVersion=id%3A917"
                    }
                }
            },
            "slides": {
                "data": [],
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/slides?resourceVersion=id%3A917"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/relationships\/slides?resourceVersion=id%3A917"
                    }
                }
            },
            "teamMember": {
                "data": [
                    {
                        "type": "node--person",
                        "id": "87407245-73a3-43f8-9f44-9e70f40a0e1a",
                        "meta": {
                            "drupal_internal__target_id": 120
                        }
                    }
                ],
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/teamMember?resourceVersion=id%3A917"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/relationships\/teamMember?resourceVersion=id%3A917"
                    }
                }
            },
            "tags": {
                "data": [],
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/tags?resourceVersion=id%3A917"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/relationships\/tags?resourceVersion=id%3A917"
                    }
                }
            },
            "topic": {
                "data": [
                    {
                        "type": "topicTerm",
                        "id": "1b281ee0-6c82-453f-bc92-b6a15c221d03",
                        "meta": {
                            "drupal_internal__target_id": 119
                        }
                    },
                    {
                        "type": "topicTerm",
                        "id": "77f2449e-faf7-4322-b090-3225624f588b",
                        "meta": {
                            "drupal_internal__target_id": 8
                        }
                    }
                ],
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/topic?resourceVersion=id%3A917"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187\/relationships\/topic?resourceVersion=id%3A917"
                    }
                }
            }
        }
    },
    "links": {
        "self": {
            "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/f4331670-42ab-40bd-b562-805e9a627187?resourceVersion=id%3A917"
        }
    }
}