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

  • Home
  • SEARCH
  • 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 8047899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T06:15:14+00:00 2026-06-05T06:15:14+00:00

How does the browser determine which files to store in the cache? I will

  • 0

How does the browser determine which files to store in the cache? I will like to implement a feature on my website that checks the internet speed and I will do so by calculating the time it takes to download some small files. The problem is that if these files get stored in the cache then my algorithm will not work. Also if I create a large file with aspx that the only thing that varies in that file is the time, then maybe I should split it in two files so that the part that does not change can be stored in the cache.

  • 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-06-05T06:15:15+00:00Added an answer on June 5, 2026 at 6:15 am

    You should look after HTTP headers HTTP headers. In c# for ASP.net :

    Response.CacheControl = "no-cache";
    Response.AddHeader("Pragma", "no-cache");
    

    But perhaps you won’t be able to change them (depending on you web hosting service). Then, if a HTML document :

    <meta http-equiv="Expires" content="Tue, 01 Jan 2010 00:00:00 GMT">
    <meta http-equiv="Pragma" content="no-cache">
    

    At last, you may simply change the name. Adding a random parameter do the trick most of the time :

    ..."http://example.org/myresource.extension?time=1213232322"...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

how does browser (firefox/safari) detects that website you are visiting is infected? Do they
Internet Explorer appears to be the only major browser that does not support pushState
The browser does this by calling public void emulateShiftHeld() method on the WebView which
I understand that the browser does all the work in processing client side scripts
After a few tests, I'm starting to reach the conclusion that a browser does
Does anyone have any recommendations for applications or browser plugins that make browsing and
Supposing no CSS, javascript or other HTML trickery, how does the browser determine the
I'm writing a browser add-on (Chrome and Firefox) which, in a nutshell, does some
How does one determine what is the trigger of an event (close browser, close
I have a very basic html, supposingly <html> <body> <iframe src=http://www.google.com> <p>Your browser does

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.