Back to Blog

Yslow Score Tweak

April 12, 20131 min read0 comments
Yslow Score Yslow Score

Little trick - to increase your YSLOW Score

Open your .htaccess file and add the following
<code>Header set X-CDN  "WCWS Internet Inc"
Header set X-Powered-By "TDINX"
Header unset Pragma</code>
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;
This will increase your YSLOW Score - Happy Tweaking

Enjoyed this article?

Show your appreciation with a clap

0claps
Share this article
SK
Written by

Sohaib Khan

View all posts

You might also like

View all

Comments (0)

No comments yet. Be the first to comment!