2.4k questions

2.4k answers

96.1k users

10 Online Users
1 Member 9 Guest
Online Members
Today Visits : 1834
Yesterday Visits : 2089
Total Visits : 2362256

Categories

Notice

Dear All, These are my answers from Quora and primarily Google; please check the answer and from others sites; the answers are free and without any liability.To make a decision, write down all of the positives and negatives on a piece of paper.Thank you,

Elias Katsaniotis, MSc

Information

Viktoria Katsanioti,

Kaliningrad,

Russia,

matizegr@yahoo.com

0 votes
58 views
in WordPress by (46.5k points)

1 Answer

0 votes

there are two optimizations:

  • optimize with a plugin, or by hand + SAVE FOR WEB option (PS or GIMP) or other online or local image manipulation program, or use CDN
  • add to .htaccess the lines : ExpiresByType text/css "now plus 1 week" ExpiresByType application/javascript "now plus 1 week" ExpiresByType application/x-javascript "now plus 1 week" # Image files expiration: 1 month after request ExpiresByType image/bmp "now plus 1 month" ExpiresByType image/gif "now plus 1 month" ExpiresByType image/jpeg "now plus 1 month" ExpiresByType image/jp2 "now plus 1 month" ExpiresByType image/pipeg "now plus 1 month" ExpiresByType image/png "now plus 1 month" ExpiresByType image/svg+xml "now plus 1 month" ExpiresByType image/tiff "now plus 1 month" ExpiresByType image/vnd.microsoft.icon "now plus 1 month" ExpiresByType image/x-icon "now plus 1 month" ExpiresByType image/ico "now plus 1 month" ExpiresByType image/icon " in order to make the browser of the client to rember the image for one month

The result is speed, your site is going to be loaded very fast so it is going to be high in Google ranking

by (46.5k points)
...