Ways To Optimize Blog page appears more quickly:



Ways To Optimize Blog page appears more quickly:

1. Enable Compression with GZIP

Modern browsers typically support compression for HTML, CSS and Javascript. Compress the three files will certainly save time loading pages and automatically would be a reduction in download time. We strongly recommend using the Gzip compression. If readers use the Blogspot platform just ignore this because the default compression blogspot itself already supports these techniques. For others such as WordPress users plaform please use Gzip compression to optimize blog page.

2. Dispose of empty Spaces in the HTML

Discard the empty Spaces as well as in compression techniques, i.e by compressing HTML, XML or PHP by removing a space that feels useless. One of them included also in the Inline for Javascript and CSS code. By removing the empty space will certainly save a lot of bytes of data and receive the effects will accelerate the download process. To get rid of unnecessary Spaces I typically use tools like Notepad + + Editor. It’s easy, that is by blocking all the code you want spaces removed and then select the menu TextFX -> TextFX Edit and choose Delete or Delete Blank Lines Surplus Lines Blank.

3. Perform Compression CSS (Stylesheet)

Mechanical compression of CSS is actually quite simple, almost the same way with the above is by removing unnecessary white space. Compacting CSS coding can also be intensified when downloading, parsing and execution time on a page. For simplicity we do the compression on CSS.

4. Put the CSS (Stylesheet) on Top

Sometimes we do not put the CSS in the header, usually the way we use to create a single style for a particular style on the widget. The webmasters who are experts usually suggest we should call all the CSS code in the page HEAD CSS either Internal or External CSS it should be the one calling in the header.

5. Remove CSS (Stylesheet) unnecessary

When the browser accessing the page, usually have to go through the process of downloading and analyzing each line of code in CSS (stylesheets) in advance, imagine if a lot of useless CSS code that must be processed but not executed at all! This will be very annoying because it would almost the process should be faster rendering!

6. Validation Check CSS (Stylesheet)

Although common mistake in writing the CSS code, browser will not display any error messages on the screen, all executions will continue to run without any error report even though it was only wrong in one letter only. Let’s not ignore this error, please check validation to optimize blog page.

7. The combination of CSS (Stylesheet) in External file

Internal CSS deficiency is only one measure of the swelling capacity (size) on the size of the page. Experienced Webmasters are always suggesting we should do the dialing access code via external CSS, if possible even better do a combination of all the CSS code in just one file only.