8 Tips To Speed ​​Up Your Web Page Loading

8 Tips To Speed ​​Up Your Web Page Loading


What do you feel when you open a site that loads very long, even though your internet connection is fast? Of course bete not. You might even cancel to access it. Whether or not a website scrape google search results is fast affects the mood of visitors when accessing it. Not only that, loading speed is also one of the parameters to determine whether or not SEO optimization is a website. Therefore, speeding up loading your website is very important for you to do.

Well, below I will explain some tips for your web fast when accessed.

1. Avoid Redirect On The Main Page
For example the main page or homepage of a website is www.namawebsite.com, so when accessing it do not be transferred to other pages both internal and external pages. This can take a long loading time. Especially if the intended page has a large enough size.

2. Avoid Using Content That Requires Plugins In The Browser
Some website content such as Ebook, SWF require additional plugins in the browser so we can see. We recommend that you reduce or even avoid using the file directly embedded on the web page. It would be better if you only provide the link file so that it can be downloaded directly by visitors or viewed directly in full.

3. Reduce HTTP Request
Every object in a web page such as image, video, swf, css (which is separated), javascript (which is separated), and other files will be accessed from the server via HTML files. Every access is called HTTP request. Well, one way to speed up web page loading is to reduce HTTP requests. This will ease server work. So that means that as much as possible you should minimize the use of objects that send HTTP Requests on the server.

4. Compress HTML, CSS & Javascript
Compressing html, css, and javascript code can speed up web page loading. This is because it reduces the size of the webpage file. The denser the compression, the smaller the file size. To compress all three codes, you can use the compressor tools on this website:  http://compressmycode.com

5. Increase Server Response Speed
This is very much related to the server and hosting performance that you use to run your website. Therefore, use a hosting service with a fast server. If necessary, do not use shared hosting. Server response speed is the most influential thing in the speed of loading the web.

6. Maximize The Use Of Browser Cache
By utilizing the cache, a page that is loaded does not have to fully request a request on the server. Thanks to the cache, some requests that should be sent to the server are canceled because they have been filled with cache data. However, using this cache only applies if the visitor's browser has visited a webpage and the cache data is still stored.

7. Optimize The Image
Optimizing the use of images on web pages can speed up web loading. Well, how? The following are things that can optimize your image usage: 
- Avoid determining the size of the image using css. That is, if on your webpage displaying a 300 x 300 image, then the original length and width of your image should be that much. Not with a size of 1000 x 1000, then made 300 x 300 using css. 

8. Avoid Using Javacript Or Third-Party CSS
The last tip, avoid using javascript or third-party css directly from the server. That is, you immediately insert the code call on the third party server. This can slow down loading web pages because the page must request data on another server that is not necessarily fast or slow. 
Also note that not all third-party scripts can be trusted. Some scripts sometimes contain malicious programs or viruses that can actually harm your website.

Komentar