Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
How to Boost Your WordPress Website Speed to 95+ (Without Premium Plugins)
-
I'm reaching out for some advice on improving my WordPress website's speed. I'm currently using a free theme for this fusion magazine and aiming for a score of 95+ on Google PageSpeed Insights. I'm aware that premium plugins can significantly enhance performance, but I'm hoping to achieve similar results using primarily free solutions and manual optimizations.
-
Optimize Images: Compress and resize images to reduce their file size, improving page load times. Tools like TinyPNG or WP's built-in options can help achieve this.
Leverage Browser Caching: Configure browser caching through your .htaccess file or a free caching plugin to store static resources locally in users' browsers, decreasing load times for returning visitors.
Minify CSS, JavaScript, and HTML: Remove unnecessary code and whitespace from your website's files. This can be done using free plugins or by manually editing the files to enhance performance.
For comprehensive improvements, consider utilizing professional WordPress Development Services to tailor optimizations specific to your site's needs.
-
Use LiteSpeed cache free version for speed optimization. Upload images in webp format. If possible, host images on a subdomain. Could you check this website as a sample?
-
@mohammadrehanseo Hello Friend!
In my observation and results now I only use the LiteSpeed cache plugin to increase the speed as LiteSpeed cache plugin has updated its features and more user-friendly interface you have to choose the pre-written template to increase the speed you can check one by one all the template to increase speed. I have increased my speed from 55 to 99 on my two websites you can check them if you want and you can also take my help if you want here these are my two websiteThis is one of the most easy method to increase the speed I have ever used
-
@mohammadrehanseo I am eager to tell you that WordPress speed optimization is my profession. So you may just focus on this list and forget about the rest. You should consider the following:
- HTML caching on the CDN (not only the host)
- Redesign or rethink about the main thread of work (JavaScript execution)
- rearrange the ATF objects and dont lazy load if image or video and don't use web fonts if paragraph or any kind of text.
- Extract the Critical Path CSS style definitions and put it into the head section and request for the rest as a separate external CSS file
- configure asset caching
You may find some other useful tips on WordPress Speed Optimization page on Stack Exchange
-
For boosting your WordPress site's speed, especially for a site like whatsgb, focusing on optimizing images, leveraging caching, and minimizing plugins can make a big difference. Consider using a lightweight theme and ensure your hosting provider is optimized for WordPress. These steps, combined with careful optimization, can lead to significant improvements without solely relying on premium plugins.
-
Please look at my website, there is no way to achieve a result of more than 45. (((
-
the process of boosting you WordPress website speed is first to optimize your images, CSS files and clear the caches of your website
-
Choose a fast hosting provider with SSD storage.
Use a lightweight theme and delete unused plugins.
Compress images and use lazy loading.
Set browser caching and use caching plugins.
Minify CSS and JavaScript files.
Use a CDN like Cloudflare.
Optimize the database and enable GZIP compression.
Address server response time issues.
Optimize the homepage and landing pages.
Use Google PageSpeed Insights for analysis. -
Hi,
I am sharing my experience of boosting the WordPress website. If you will follow my suggestions then you will be boost your website speed. Wp rocket is the best plugin for optimizing the website speed.
So sit on Gazebos take your laptop and work on your WordPress website and boost up. -
Great tips! Improving WordPress speed without premium plugins is a game-changer. Your guide provides practical insights for optimizing performance, making it accessible to all. Website globalfist.com speed is crucial for user experience and SEO, and your suggestions offer a valuable solution for WordPress users. Thanks for sharing these effective strategies!
-
I tried very hard to work on climateretrofit.co.uk for page speed especially by minimizing the and using webp images but still performance is very very bad and webpage loading time is very high. Additionally DA is very low, i am working on this website almost from 2 years but still not very satisfied. What should I do?
-
@mohammadrehanseo I just analyzed your site:
Desktop score is OK, mobile one needs some work.
Here is what I would do based on my optimization experience and what PageSpeed Insights for your site are suggesting:
- Install a free caching plugin, I've heard a free module Cache Enabled from KeyCDN is OK, just google for alternatives
- Move Javascript to the bottom to improve Start Render Time, there are free plugins for it
- Convert images to WebP and AVIF formats for lower weight. Use picture HTML5 tag to fallback to png or jpeg for browsers that don't support WebP/AVIF
- Use bigger TTL (about a year) for static content
-
@mohammadrehanseo You can use the LiteSpeed cache free plugin for speed optimization and no need to buy premium. I am also using it on a site FIFA 23 for Android and it's working well.
-
@mohammadrehanseo
<a href="faisalmover.com.pk">faisal movers</a> Please guide me.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
What Tools Should I Use To Investigate Damage to my website
I would like to know what tools I should use and how to investigate damage to my website in2town.co.uk I hired a person to do some work to my website but they damaged it. That person was on a freelance platform and was removed because of all the complaints made about them. They also put in backdoors on websites including mine and added content. I also had a second problem where my content was being stolen. My site always did well and had lots of keywords in the top five and ten, but now they are not even in the top 200. This happened in January and feb. When I write unique articles, they are not showing in Google and need to find what the problem is and how to fix it. Can anyone please help
Technical SEO | | blogwoman10 -
Unsolved Question about a Screaming Frog crawling issue
Hello, I have a very peculiar question about an issue I'm having when working on a website. It's a WordPress site and I'm using a generic plug in for title and meta updates. When I go to crawl the site through screaming frog, however, there seems to be a hard coded title tag that I can't find anywhere and the plug in updates don't get crawled. If anyone has any suggestions, thatd be great. Thanks!
Technical SEO | | KyleSennikoff0 -
How to force Wordpress to remove trailing slashes?
I've searched around quite a bit for a solution here, but I can't find anything. I apologize if this is too technical for the forum. I have a Wordpress site hosted on Nginx by WP Engine. Currently it resolves requests to URLs either with or without a trailing slash. So, both of these URLs are functional: <code>mysite.com/single-post</code> and <code>mysite.com/single-post/</code> I would like to remove the trailing slash from all posts, forcing mysite.com/single-post/ to redirect to mysite.com/single-post. I created a redirect rule on the server: ^/(.*)/$ -> /$1 and this worked well for end-users, but rendered the admin panel inaccessible. Somewhere, Wordpress is adding a trailing slash back on to the URL mysite.com/wp-admin, resulting in a redirect loop. I can't see anything obvious in .htaccess. Where is this rule adding a trailing slash to 'wp-admin' established? Thanks very much
Technical SEO | | james-tb0 -
Wordpress BackupBuddy adding ?doing_wp_cron= in URLS
Hi Has anyone found WordPress Backup Buddy causing a problem with SEO. I understand why it does it, but wondered if anyone experienced issues with this? Only sometimes it adds /?doing_wp_cron=****** on to the end of a URL Thanks Tom
Technical SEO | | TomPryor831 -
Wordpress Redirect Plugin Vs Manual .htaccess?
Hi everyone, I need to 301 redirect my old pages to new ones but i am confused between whether to choose plugin for this or i should manually rewrite the code on .htaccess file. Please give your suggestion and if you think i should use plugin then which one?
Technical SEO | | himanshu3019890 -
Way to spider Wordpress site
I have an old Wordpress site and I want to move it to a new server and take it off Wordpress (too many hacks). I am trying to spider the site so as to get static, non-Wordpress, pages. I am having trouble doing this. When I spider the site, it changes the URLs. For instance, if the URL is www.domain.com/page/ the URL I get out of the spider is /page/index.html And those are not the URLs in the search engine indices. There are about 2000 pages on this site, so it is not feasible to set up 301 redirects. I tried using these spidering programs: WinHTTack Website Copier and PageNest Does anyone know of another method of turning a Wordpress site into a non Wordpress site?
Technical SEO | | DanCrean0 -
Urls with or without .html ending
Hello, Can anyone show me some authority info on wheher links are better with or without a .html ending? Thanks is advance
Technical SEO | | sesertin0 -
Sitefinity vs Wordpress
We're looking for a new CMS and out development company suggested Sitefinity. I've had great success with Wordpress. Is either system better. I love worpdress but have had no experience with Sitefinity. Thanks!
Technical SEO | | StandUpCubicles0