PDA

View Full Version : For a more efficient Flynax website



nirvano
July 10, 2016, 11:59 AM
Hello everybody
after the examination of my website with https://www.site-analyzer.com I received this report

About Design i have


X-Xss-Protection header is missing


X-Xss-Protection header is missing.
Recent browsers (Internet Explorer, Google Chrome et Safari) have integrated filters in order to detect possible attacks. However, this feature can be disabled.
Add the "X-XSS-Protection" in the HTTP header with "1; mode=block" as value (1 to indicate the activation, and mode=block to indicate that the entire page must be blocked if a problem occurs). It will force the execution of these filters.


Content Security Header


Content-Security-Policy is missing.
Implementing a content security policy explains to the web browser which servers are allowed to deliver resources on the page. If the browser makes a request to an unauthorized server, the user will be warned.



Probleme of Performance

Page caching


The website does not allow page caching.
Caching your webpages will decrease their loading time by storing them temporarily on the user's device. The caching delay must be set depending on the page updating frequency.

Integrated scripts


There are too many scripts in the page, you should use external files.
It is better to include Javascript in a separate file to optimize the loading time of the page. Besides, if scripts are common to several webpages, they will be downloading only one time.

Now HOW FIX ALL THIS BUGs ?!

Thinks

Ionut Barabasa
July 11, 2016, 10:18 AM
Try Cloudflare free package. They will load your Css java and other static files Your site will load faster

nirvano
July 11, 2016, 10:08 PM
thank you Mr Ionut Barabasa (http://forum.flynax.com/member.php?675-Ionut-Barabasa) for sharing this good solution :rolleyes: