Welcome to TalkGraphics.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,917

    Default How do you create eTags?

    I often use Pingdom to check on a websites page to check it's download score but don't get hung up to much about the results as often many are out of your hands if using Xara to create a site. One thing that does niggle me is the 'Configure eTags' warning.

    I've done numerous searches on how I can create eTags but never found one single method of doing so. No big sweat, just out of interest.

    Anyone any idea re this?
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	export.jpg 
Views:	65 
Size:	54.2 KB 
ID:	128855  
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  2. #2
    Join Date
    Oct 2006
    Location
    StPeters, MO USA
    Posts
    10,819

    Default Re: How do you create eTags?

    Of course, I don't.
    Larry a.k.a wizard509

    Never give up. You will never fail, but you may find a lot of ways that don't work.

  3. #3
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: How do you create eTags?

    That is nothing you can influence in Xara or by scripting. It is a server setting. For example the apache documentation:
    https://httpd.apache.org/docs/2.2/mo....html#fileetag
    It is used to help the browser to decide if a file was read before and can safely be taken from the cache.

  4. #4
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,917

    Default Re: How do you create eTags?

    Thanks for the link Siran. I think I'll avoid eTags because that's way beyond my comprehension.

    Furthermore I believe this is a good reason to avoid them:

    Because we’re now using Cache-Control and Expires, there is no need for these other two [last_modified & etag], except for HTML documents, where one of them should be left on.


    Another reason to use Cache-Control and Expires instead of ETags and Last Modified is because more and more hosting companies are using cluster (cloud) servers. ETags and Last Modified only work if the file that is being tagged comes from the exact same server. If your host is using a cluster of servers, the ETags and Last Modified will not work, but Cache-Control and Expires will.
    Source
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  5. #5
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: How do you create eTags?

    Both would have their advantages. If a checksum (MD5, SHA1,...) of the file was used it would be much more reliable than Expires. On the other hand the HTTP header has to be read each time the file is required to check the ETag.
    Short Expires in combination with a reliable ETag might be very efficient, but that is not up to us...

  6. #6
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,917

    Default Re: How do you create eTags?

    Thanks again
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

 

 

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
  •