
Little trick – to increase your YSLOW Score
[adsenseyu2]
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
[adsenseyu2]
add_header X-CDN “WCWS Internet Inc”;
add_header ETag “”;
add_header Pragma public;
This will increase your YSLOW Score - Happy Tweaking
That’s only true if one is serving static content, i.e.: CSS, JS, images, etc via a CDN otherwise that’s just cheating YSlow score.
Run a YSlow score on incapsula.com.