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 4553156
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:54:21+00:00 2026-05-21T16:54:21+00:00

Please tell me what does /glow.min.js?v=5 means How this is used? i.e How the

  • 0

Please tell me what does /glow.min.js?v=5 means How this is used? i.e How the versioning is done here as file is one.

  • 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-21T16:54:22+00:00Added an answer on May 21, 2026 at 4:54 pm

    It means to grab glow.min.js from the root of the server, with a simplistic attempt to control caching via a query string.

    The query string does nothing unless the server is set up to handle it, which typically it isn’t and so the server just throws away the query string. This is sometimes done to control caching, the theory being that if the resource is delivered with HTTP 1.1 (because HTTP 1.0 resources with query strings aren’t cached), the browser is allowed to reuse the resource if the query string matches, but if you change it to v=6, then the browser is expected to re-fetch the resource (presumably you’ve changed the underlying file).

    There are better ways to manage caching than query strings. This article gives a good account of what that code is doing and alternatives for doing it other ways. Some select points made in the article:

    • Make caches store images and pages that don’t change often by using a Cache-Control: max-age header with a large value.
    • Make caches recognise regularly updated pages by specifying an appropriate max-age or expiration time.
    • If a resource (especially a downloadable file) changes, change its name. That way, you can make it expire far in the future, and still guarantee that the correct version is served; the page that links to it is the only one that will need a short expiry time.

    But read the article for much more insight.

    That last point, “if a resource changes, change its name” should be particularly easy in your case, since I assume you’re referencing the BBC’s Glow library which will already have a version you could use in the main URL (rather than in the query string).

    I’ll just add my own point:

    • Take advantage of CDNs when you can. I’m a bit surprised to see that that library isn’t on the Google Ajax Libraries list, but it doesn’t seem to be. You might check in the Glow discussion group to see if the library is hosted on a CDN somewhere (Google’s is not the only one, after all).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please can some one briefly tell me with example what does the means of
Can you please tell me how does this java code work? : public class
please tell me what invalidateList(); function does? i have one line of code, in
Can somone please tell me what does the syntax below means? public ScopeCanvas(Context context,
Is this valid SQL? If yes, could you please tell me what it does?
Can someone please tell me what does this line of code do? wait =
Possible Duplicate: SharedPreferences file Can you please tell me where does sharePreference of an
Can anyone please tell me what exactly this script does? #! /bin/sh test –f
Can someone please tell me why the form at this location does not layout
Can someone please tell me why this GridView does not scroll smoothly even when

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.