Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3214638
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T15:05:04+00:00 2026-05-17T15:05:04+00:00

Hi guys As you know checking process of web pages content is a little

  • 0

Hi guys
As you know checking process of web pages content is a little different from static pages or personal files on our machines because content of Dynamic web pages are changed on each request. So if we are going to use checksums to identifying changes, We’ll fail! very simple example is when site owner are use Google Ads on him website; on each request Ads are different from previous. Also if we are going to cache only on period time, also We’ll fail, because some web pages aren’t updated every years but some are every minutes (if not seconds).

So what is better approach to solve this issue? (Thanks)

UPDATE

Another option is use of LastModified http-header! but this is strong approach?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T15:05:04+00:00Added an answer on May 17, 2026 at 3:05 pm

    Browsers do this automatically with the help of the several caching mechanisms that HTTP provides. The two mechanisms most obviously useful for determining whether a page has changed is the concept of Entity Tags and the Last Modified HTTP header. These mechanisms allow the browser to make conditional requests to a web site, eg. fetch a page only if it has been changed.

    Quoting RFC 2616 on HTTP 1.1:

    3.11 Entity Tags

    Entity tags are used for comparing two or more entities from the same
    requested resource. HTTP/1.1 uses entity tags in the ETag (section
    14.19), If-Match (section 14.24), If-None-Match (section 14.26), and
    If-Range (section 14.27) header fields. The definition of how they
    are used and compared as cache validators is in section 13.3.3. An
    entity tag consists of an opaque quoted string, possibly prefixed by
    a weakness indicator.

    The key point here is that the ETag is a cache validator. If a browser has a cached version of a page (called a resource in the RFC), it can use the ETag to determine whether the cached page is still valid, ie. if the page hasn’t changed on the server.

    And about the modification date:

    14.25 If-Modified-Since

    The If-Modified-Since request-header field is used with a method to
    make it conditional: if the requested variant has not been modified
    since the time specified in this field, an entity will not be
    returned from the server; instead, a 304 (not modified) response will
    be returned without any message-body.

    The key point here is that the server may know when a page has been modified, and may then inform the client.

    If you open a HTTP monitor (such as Fiddler for Windows) and watch your browser communicate with web sites, you’ll see the use of these mechanisms first-hand when the browser makes conditional requests.

    To specifically address your question about the Last Modified header, this header in itself won’t work for the majority of pages you’ll find. But in combination with the ETag it can get you started.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Do you guys know how to run terminal commands from you GUI application? I
Ive been looking at different solutions but do any of you guys know the
Do you guys know of CDNs that let you load JavaScript libraries from, the
I bet you guys know Google Chrome browser, yeah it comes from Chromium open-source
Do you guys know why my server took like 15secs to retrieve data from
Just wondering if any of you guys know of any web-based/browser-based employee scheduling software/tools?
You guys know in Pastebin how according to the selected language, the code is
Do you guys know about an ajax toolkit (or something similar to the m$-ajaxtoolkit)
guys I know this question is very basic but I've met in few publications
Guys I know this question is silly but just to make sure: Having in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.