Questions tagged as 'cache'

1
answer

Save a browser cached image

I have several% tag img in my html, and the src is an external route to my server, every time I reload the page I must wait for the images to load, I know that the LocalStorage exists but I do not know how to save the image as such...
asked by 12.09.2018 / 03:41
1
answer

How to clean the cahe in Asp.Net Mvc5

I have an application made in Asp.Net mvc5 and every time I make a change, in my css or js files, I have to go clean the browser cache manually, as a developer there is no problem, the problem is when the application in production, I can not be...
asked by 28.11.2018 / 17:57
2
answers

Failed to solve the errors indicated by Google developers pagespeed cache

I am working on a web page and it is already uploaded to the hosting (but since I have to fix some things still, I have closed the access). The issue is that I opened it a moment to see what google used to tell me in its tools for uploading a we...
asked by 28.05.2016 / 21:48
1
answer

When making changes to HTML or CSS, they are not visible on the page

When I make changes to a website that is already running, end users for the browser cache issue, do not see the changes immediately until they clear the browser cache or enter incognito mode. There will be some solution so that when making ch...
asked by 21.11.2018 / 17:55
1
answer

Prevent browser from using cache with ajax

Good morning, I have the following code which verifies me through ajax to a file called ultima_cuenta.php that makes a query and returns the last id of a table called accounts, this code is executed once the password is opened. page and it works...
asked by 26.03.2018 / 06:18
1
answer

Is http caching and using cache in the browser the same? [closed]

I want to speed up the loading speed of my WordPress website. These are different terms or are they the same? If they are different, what do you recommend applying?     
asked by 23.07.2016 / 06:09
0
answers

Alternative to cache-control

I'm looking for an alternative to: <meta http-equiv="cache-control" content="max-age=1"> For HTML5. The W3C validator returns:    "Error: Bad value cache-control for attribute http-equiv on element meta." And the alternatives a...
asked by 04.08.2017 / 01:02
1
answer

break cache view true ionic

I load the products in this controller ... .controller('productosCtrl', function($scope, $http, $q, $location, $ionicLoading, Productos) { Productos.productos().then(function(argument, $timeout) { console.log(argument) $sco...
asked by 20.10.2016 / 04:21
2
answers

How to make a WebView save the web pages it loads?

I have an Android application in which a webView loads 3 different webs depending on 3 buttons in the interface of the application, I would like that when pressing another of the buttons if the page has been loaded before it does not reload I...
asked by 26.09.2016 / 10:05
1
answer

Problem when "preloading" images

I have several images on the web page. What I need is that when loading the page all the images are loaded the same (for example, the drawing of a clock, this I do to load the web faster) and that they "pre-load" the correct images in cache. Whe...
asked by 19.09.2017 / 11:22