Welcome to TalkGraphics.com
Results 1 to 3 of 3

Thread: Website Stat

  1. #1
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,338

    Default Website Stat

    I got the following after running my xara site. How can I do this so I get a better score? The list includes jpg, CSS, Java etc...

    The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,748

    Default Re: Website Stat

    Quote Originally Posted by behzad View Post
    I got the following after running my xara site. How can I do this so I get a better score? The list includes jpg, CSS, Java etc...
    The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:
    This can only be done by Xara on rendering or at the server end by yourself.

    The following, added to your .htaccess file, might work:

    <FilesMatch"(?i)^.*\.(ico|flv|jpg|jpeg|png|gif|js|css)$">
    ExpiresActive On
    ExpiresDefault A2592000
    </FilesMatch>
    Source: https://webmasters.stackexchange.com...-js-and-images. This one is 30 days in seconds; A604800 for 7 days.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  3. #3
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,338

    Default Re: Website Stat

    Acorn, I wish I had a golden Acorn to give you. Thanks.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •