Skip browser cache when site loads [closed] - html

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
The problem is that my browser shows me an older version of my website so I had to clear my browser cache.
What can I implement something in my website to prevent this issue?

Add some numeric characters with a ? at the end of your file name. The browser will ignore it but it will not loading from the cache.
Something like: index.html to index.html?version=23421412423.
You can use a random number generator to do so.

Related

Embed videos in single page [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed yesterday.
Improve this question
I would like to ask what if a page embeded many video from youtube and tiktok, is it would affect loading performance? my current progressing page has embeded a lot of them , it took more than 30sec to finish loaded.
Any solution for this?
i searched a lot of info from google,but found no solution

How to determine format of image from page [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
What's the image format on this web page.
How to determine that? I check html code and found nothing.
Thanks for your help
https://lh6.googleusercontent.com/proxy/xZbt3v_VA_d47bCCIGK6XOufya_92N1c0MDOHLmwmczS6OaKG6jfvj9wsxCxDtW8XpBB4mBrSrnPBlJ71FAEHkOLny32TgF3bYpN1ymo3hPK4g=w3840-h2160-p-k-no-nd-mv
in present you can't do that because the static( in which images are stored) path have been secured so that not anyone can access the folders in which all images and static items have been stored

find pages that have been 'redirected' on mediawiki [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have many redirect pages on my wiki. They are hidden from the search by default, but I would like a way for an admin to see a list of them.
How can I do that?
There is a special page called Special:ListRedirects for that.
The list is limited to 1000 redirects, but some WikiMedia wikis can show up to 5000 results, so there seem exist some way around that limitation.

What is manifest in HTML5 ? and how to use it? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want the page visible to the user even when the net connection breaks so is there a way to
store the page for atleast some time.
Describing the cache manifest in an SO answer will take a lot of space. Instead of doing that, I'm going to save everyone some time and post a tutorial for you: http://www.html5rocks.com/en/tutorials/appcache/beginner/
StackOverflow is better suited if you have trouble understanding a specific part of cache manifests.

Customizing ebay store HTML and CSS code (How to?) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have an ebay store and it has some themes but I would like to be able to change the CSS and HTML code myself.
Does anyone know how this is done?
Thanks
I've done it several times earlier. Main thing is to add link to stylesheet (which is on your server). If i remember correct, you can add it where HTML for header is added, and then style elements generated by eBay. (Don't use id)