{"id":1594,"date":"2022-01-16T02:44:21","date_gmt":"2022-01-16T02:44:21","guid":{"rendered":"https:\/\/dapliw.org\/?p=1594"},"modified":"2022-01-16T02:44:21","modified_gmt":"2022-01-16T02:44:21","slug":"javascript-y-css-no-guardar-en-cache","status":"publish","type":"post","link":"https:\/\/saemas.com\/sitio_web\/javascript-y-css-no-guardar-en-cache\/","title":{"rendered":"Javascript y Css &#8211; no guardar en cach\u00e9"},"content":{"rendered":"\n<p>Cuando carguemos el archivo agregamos al final: ?v=&lt;?= time ?>. Ejemplo:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script src=\"https:\/\/misitio.com\/assets\/js\/redas.js?v=&lt;?= time() ?>&lt;\/script><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;link rel=\"stylesheet\" href=\"https:\/\/misitio.com\/assets\/js\/redas.css?v=&lt;?= time() ?>\"><\/code><\/pre>\n\n\n\n<p>O tambi\u00e9n puede escribirse as\u00ed:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script src=\"{{ asset('assets\/js\/redas.js')}}{{ '?v=' }}{{ time() }}\">&lt;\/script><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;link rel=\"stylesheet\" href=\"{{ asset('assets\/css\/redas.css')}}{{ '?v=' }}{{ time() }}\"><\/code><\/pre>\n\n\n\n<p>Fuente:<\/p>\n\n\n\n<p><a href=\"https:\/\/es.stackoverflow.com\/questions\/63716\/como-evitar-el-cach%C3%A9-de-los-archivos-css-y-js\">https:\/\/es.stackoverflow.com\/questions\/63716\/como-evitar-el-cach%C3%A9-de-los-archivos-css-y-js<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cuando carguemos el archivo agregamos al final: ?v=&lt;?= time ?>. Ejemplo: O tambi\u00e9n puede escribirse as\u00ed: Fuente: https:\/\/es.stackoverflow.com\/questions\/63716\/como-evitar-el-cach%C3%A9-de-los-archivos-css-y-js<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"material-hide-sections":[],"footnotes":""},"categories":[3],"tags":[62],"class_list":["post-1594","post","type-post","status-publish","format-standard","hentry","category-javascript","tag-css"],"_links":{"self":[{"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/posts\/1594","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/comments?post=1594"}],"version-history":[{"count":0,"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/posts\/1594\/revisions"}],"wp:attachment":[{"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/media?parent=1594"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/categories?post=1594"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/tags?post=1594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}