+ Reply to Thread
Results 1 to 3 of 3

Thread: For a more efficient Flynax website

  1. #1

    Unhappy How fix all this bug !

    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
    Last edited by nirvano; July 11, 2016 at 08:06 AM.

  2. #2
    Try Cloudflare free package. They will load your Css java and other static files Your site will load faster

  3. #3
    thank you Mr Ionut Barabasa for sharing this good solution

+ Reply to Thread