js, css 캐싱 팁

· 12년 전 · 2658
아래와 같이 스크립트로 삽입을 하면 f5, ctrl+shift+r 등에 영향을 받지 않고 계속 캐싱되어 있게 됩니다.
load.js 파일로 하나 만들어둡니다.
아래의 스크립트들은 jQuery 1.9 대응하도록 수정을 좀 한것들인데 오류가 있을 수 있습니다.
// https://developers.google.com/speed/libraries/devguide
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js">\x3C/script>');
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js">\x3C/script>');
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/i18n/jquery-ui-i18n.min.js">\x3C/script>');
document.write('<link rel="stylesheet" type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/smoothness/jquery-ui.css" />');
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js">\x3C/script>');
// https://css-browser-selector.googlecode.com/
document.write('<script type="text/javascript" src="//css-browser-selector.googlecode.com/git/css_browser_selector.min.js">\x3C/script>');
// https://jqueryplaceholder.googlecode.com/
document.write('<script type="text/javascript" src="//jqueryplaceholder.googlecode.com/git/jquery.placeholder-0.2.min.js">\x3C/script>');
// http://code.google.com/p/jcaret/downloads/list
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/jquery/jquery.caret.min.js">\x3C/script>');
// http://archive.plugins.jquery.com/project/timers
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/jquery/jquery.timers.min.js">\x3C/script>');
// https://github.com/brandonaaron/jquery-mousewheel/downloads
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/jquery/jquery.mousewheel.min.js">\x3C/script>');
// http://www.dillerdesign.com/experiment/DD_belatedPNG/
if(window.CSSBS_ie6) {
    document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/DD_belatedPNG_0.0.8a.min.js">\x3C/script>');
    DD_belatedPNG.fix('.iepng');
}
// http://leandrovieira.com/projects/jquery/lightbox/
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/lightbox/jquery.lightbox-0.5.min.js">\x3C/script>');
document.write('<link rel="stylesheet" type="text/css" href="//jquery-xeno-ui.googlecode.com/git/lightbox/jquery.lightbox-0.5.min.css" />');
// http://www.ama3.com/anytime/
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/anytime/anytime.min.js">\x3C/script>');
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/anytime/anytimetz.min.js">\x3C/script>');
document.write('<link rel="stylesheet" type="text/css" href="//jquery-xeno-ui.googlecode.com/git/anytime/anytime.min.css" />');

 

첨부파일

js, css 캐싱 팁.txt (2.9 KB) 13회 2013-11-23 11:03
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
12년 전 조회 1,801
12년 전 조회 1,547
12년 전 조회 2,466
12년 전 조회 1,474
12년 전 조회 1,499
12년 전 조회 1,944
12년 전 조회 1,357
12년 전 조회 1,471
12년 전 조회 1,930
12년 전 조회 1,864
12년 전 조회 1,882
12년 전 조회 2,075
12년 전 조회 1,494
12년 전 조회 1,653
12년 전 조회 1,700
12년 전 조회 1,289
12년 전 조회 1,722
12년 전 조회 1,425
12년 전 조회 1,567
12년 전 조회 1,226
12년 전 조회 1,955
12년 전 조회 2,252
12년 전 조회 1,282
12년 전 조회 1,191
12년 전 조회 2,200
12년 전 조회 1,281
12년 전 조회 1,857
12년 전 조회 1,668
12년 전 조회 2,098
12년 전 조회 2,150
12년 전 조회 6,864
12년 전 조회 2,194
12년 전 조회 1,419
12년 전 조회 1,264
12년 전 조회 1,312
12년 전 조회 1,380
12년 전 조회 1,645
12년 전 조회 2,287
12년 전 조회 1,758
12년 전 조회 2,011
12년 전 조회 1,274
12년 전 조회 1,379
12년 전 조회 3,348
12년 전 조회 2,444
12년 전 조회 2,183
12년 전 조회 3,975
12년 전 조회 1,372
12년 전 조회 3,232
12년 전 조회 2,794
12년 전 조회 2,659
12년 전 조회 2,716
12년 전 조회 1,668
12년 전 조회 2,216
12년 전 조회 2,209
12년 전 조회 1,653
12년 전 조회 4,117
12년 전 조회 1,340
12년 전 조회 1,845
12년 전 조회 2,244
12년 전 조회 2,726
12년 전 조회 1,606
12년 전 조회 2,268
12년 전 조회 1,673
12년 전 조회 3,214
12년 전 조회 1,712
12년 전 조회 1,535
12년 전 조회 1,784
12년 전 조회 3,361
12년 전 조회 2,887
12년 전 조회 5,204
12년 전 조회 2,490
12년 전 조회 2,943
12년 전 조회 2,324
12년 전 조회 2,272
12년 전 조회 1,769
12년 전 조회 1,808
12년 전 조회 2,699
12년 전 조회 1,862
12년 전 조회 1,590
12년 전 조회 2,156
12년 전 조회 2,477
12년 전 조회 1,748
12년 전 조회 1,844
12년 전 조회 2,078
12년 전 조회 2,859
12년 전 조회 1,734
12년 전 조회 2,010
12년 전 조회 3,975
12년 전 조회 1,738
12년 전 조회 1,659
12년 전 조회 1,584
12년 전 조회 2,324
12년 전 조회 2,138
12년 전 조회 4,843
12년 전 조회 1,961
12년 전 조회 1,837
12년 전 조회 1,726
12년 전 조회 1,593
12년 전 조회 2,130
12년 전 조회 1,860