Yslow Score Yslow Score

Little trick - to increase your YSLOW Score

Open your .htaccess file and add the following

HTML
<code>Header set X-CDN  "WCWS Internet Inc"
Header set X-Powered-By "TDINX"
Header unset Pragma</code>
HTML
To do the same in NGINX simply add the following to your nginx.conf

add_header X-CDN "WCWS Internet Inc"; add_header ETag ""; add_header Pragma public;

PLAINTEXT
This will increase your YSLOW Score - Happy Tweaking

Was this worth your time?