Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Voxera115852yHow far away are your testers?
Our are well aware of what a cache is and quite a lot more and some have been doing coding.
Even our PM started out as a dev. -
@C0D4 How do you simply 'not enable' browser cache? Always a case of working to disable it, no?
-
C0D4681462y@spongegeoff
If only there was a header you could send.
Cache-Control
Or even appending a timestamp to a asset so each get request is served the lasted version.
There's plenty of ways to force a browser to not have a hard cache of files. -
@jespersh I'm not going to change the very fragile building pipeline that has been built over several years to make sure we could use AngularJS in 2022.
-
@C0D4 So by 'not enabling' you do mean 'actively preventing' - the various headers, versioning etc .
-
C0D4681462y@spongegeoff you can do it server side, which ensures even the most unintelligent QA can stop complaining, or somehow make the QAs use incognito / private mode of their browser to test your site.
I know which one is easier long term ð
Besides, if you can't add a header for certain file types, your fragile pipeline probably needs the chopping block. -
hjk10157312yYou are in a CryISIS. However you simply need to convince the testers that they are now part of an automotive test. They are dummies anyway. Use them appropriately.
-
The opposite can happen too.
We once explained to our customer service department how caching works. Later found out they pretty much respond to most technical issues filed by customers with instructions on how to clear the cache and try again..
Not a terrible bet "if something is wrong and not entirely obvious...could be cache" but it's gone too far
Related Rants
Someone needs to take 5 minutes of their time to explain to testers what the actual fuck a "cache" is, the next time I'm receive these "urgent calls" fixable by pressing F5 I'm joining ISIS.
rant
cache
testers
f5