Speed ​​Up WordPress Site in 9 Steps

Telegram data gives you good opportunity to promote you business with tg users. Latest marketing technique to telegram marketing.
Post Reply
mdsojolh634
Posts: 10
Joined: Mon Dec 09, 2024 3:37 am

Speed ​​Up WordPress Site in 9 Steps

Post by mdsojolh634 »

WordPress is the world's most preferred personal publishing and content management system. WordPress, which is preferred by one in every three websites, is a SEO , responsive, friendly content management platform loved by search engines. Of course, when doing SEO, the thing that confuses us the most is site speed. Websites running on WordPress infrastructure can become slower over time and show low performance, and website owners can start to think about WordPress site acceleration methods .

In this article, we will discuss the acceleration issue, which is also one of the most important points in terms of SEO for your WordPress-based website. In fact, apart from the known memorized methods, you can try list of indonesia cell phone numbers to speed up your site with a plugin for WordPress-based systems that you can personally determine or with manual methods without a plugin. We wanted to address the issues that we think will affect your site's performance one by one.

First of all, it would be a good idea to start by finding out whether your site is fast or not.

Website performance measurement tools
1. GTmetrix ( https://gtmetrix.com )
2. WebPagetest ( https://webpagetest.org )
3. Google PageSpeed ​​Insights ( https://www.thinkwithgoogle.com/intl/tr ... estmysite/ )
4. Google Test My Site ( https://www.thinkwithgoogle.com/intl/tr ... estmysite/ )
5. YSlow ( http://yslow.org/ )
6. Pingdom ( https://www.pingdom.com/ )
7. KeyCDN Website Speed ​​Test ( https://tools.keycdn.com/speed )
8. Dotcom-Monitor ( https://www.dotcom-monitor.com/ )
You can measure and rate the speed of your site with these tools. Now we will explain in detail all the steps to be taken for the speed of your site and improve the speed of your site.

Choosing Hosting for a Faster Site
First of all, choosing a hosting is very important. As a first step, you need to determine your needs. For example, if your site is an e-commerce site and contains a lot of products, you need to pay attention to the CDN issue and choosing shared hosting will not be a healthy choice.
If we touch on the CDN issue,
in any hosting company, your files are stored under the server and the servers of your storage company are almost there, the location is almost stored in a single point.
For example, the site opening speeds of the visitors in location x and location y who connect to your hosting company in location x are not the same.
As the distance increases, the loading speed of the pages also increases. CDN can intervene in this situation. A good CDN can increase the speed of your site.
After your CDN integration, you will see that your Google ranking and speed change at a very high rate.
Do not let the unimportant opportunities such as “database opportunities”, “ssl settings”, “storage areas” promised to you during the sale fool you. At least 1 GB RAM and 1 CPU resource is required. This is also shaped according to your needs.

Do not use the theme you need and unnecessary plugins. Avoid plugins and tools that do the same thing. Try to solve problems that you can solve without a plugin. For example, for any code you can write in the header and footer, you can access the codes from the theme editor or c-panel instead of a plugin and edit the codes you want to add or remove.

Image Optimization
Pay attention to your image optimization.
You should actually pay attention to this point from the first step of your site. For example, do not upload png images to areas where jpeg can be uploaded.
You do not need to upload dimensions larger than +500px to a 500x500px jpeg area. All images under 150 KB progress equally to the health of your site. You can optimize your images from Tiny PNG
address to reduce image MB, KB, GB . CSS and JS Optimization

It is also a very important factor that will affect the site speed by minimizing the CSS and JS files. At this stage, the goal we want to achieve is to significantly increase the site speed by eliminating spaces, commas, empty lines and unnecessary characters.

When doing this function, it is healthier to do it manually. Although it can be done with a plugin, I recommend you to do it manually first. First, start by backing up your site from ftp or c-panel. In order not to encounter any negativities. Then, if your files are CSS: https://cssminifier.com/ If they are JS: https://www.toptal.com/developers/javascript-minifier/ If they are HTML: https://www.willpeavy.com/tools/minifier/ copy your code using these tools and paste it into your tool. Replace your minified code with your non-minified code.
You can complete your compressions by proceeding in this way.

As a plugin, you can use WordPress cache plugins. For example;

Image

We can list the plugins.

GZIP Compression
Use GZIP Compression. This compression method is actually equivalent to the efficient results you get when you compress files on your computer. Just add the following code to your .htaccess file without using a plugin. You can enable GZIP compression using the PageSpeed ​​Ninja plugin.


Database Maintenance
First of all, you should take a backup. Even the slightest mistake will turn everything upside down. You should not start your operations without taking a backup. Everything you delete on your site stays in the trash. Your database is automatically cleaned in 30 days. Reducing this to a shorter time means getting rid of the load. You need to access the wp-config.php file. Then you can add the following code

define( ‘EMPTY_TRASH_DAYS’, 5 );

This code will clean the database every 5 days.

Database Repair
As you know, WordPress gives us an option to repair our database.
We can go to http://yoursite.com/wp-admin/maint/repair.php and repair our database with a single click.

To do this;
You need to access the wp-config.php page via FTP or cPanel and then add the code below;

define('WP_ALLOW_REPAIR', TRUE);

After adding the code, we can go to http://yoursite.com/wp-admin/maint/repair.php and repair our database with a single click.

Removing post caches (previews)

Clicking on a preview before publishing a post on your site or having it sit behind as a draft also means taking up space in your database.
Post Reply