js, css 캐싱 팁

· 12년 전 · 2882
아래와 같이 스크립트로 삽입을 하면 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년 전 조회 2,053
12년 전 조회 1,786
12년 전 조회 2,709
12년 전 조회 1,733
12년 전 조회 1,727
12년 전 조회 2,178
12년 전 조회 1,585
12년 전 조회 1,700
12년 전 조회 2,163
12년 전 조회 2,103
12년 전 조회 2,149
12년 전 조회 2,339
12년 전 조회 1,752
12년 전 조회 1,900
12년 전 조회 1,955
12년 전 조회 1,521
12년 전 조회 1,966
12년 전 조회 1,693
12년 전 조회 1,795
12년 전 조회 1,482
12년 전 조회 2,211
12년 전 조회 2,498
12년 전 조회 1,532
12년 전 조회 1,462
12년 전 조회 2,437
12년 전 조회 1,534
12년 전 조회 2,114
12년 전 조회 1,903
12년 전 조회 2,338
12년 전 조회 2,392
12년 전 조회 7,127
12년 전 조회 2,426
12년 전 조회 1,653
12년 전 조회 1,516
12년 전 조회 1,551
12년 전 조회 1,623
12년 전 조회 1,878
12년 전 조회 2,515
12년 전 조회 2,007
12년 전 조회 2,267
12년 전 조회 1,508
12년 전 조회 1,627
12년 전 조회 3,588
12년 전 조회 2,678
12년 전 조회 2,434
12년 전 조회 4,233
12년 전 조회 1,632
12년 전 조회 3,462
12년 전 조회 3,031
12년 전 조회 2,883
12년 전 조회 2,932
12년 전 조회 1,908
12년 전 조회 2,465
12년 전 조회 2,456
12년 전 조회 1,891
12년 전 조회 4,352
12년 전 조회 1,599
12년 전 조회 2,090
12년 전 조회 2,504
12년 전 조회 2,970
12년 전 조회 1,851
12년 전 조회 2,546
12년 전 조회 1,927
12년 전 조회 3,454
12년 전 조회 1,945
12년 전 조회 1,766
12년 전 조회 2,047
12년 전 조회 3,609
12년 전 조회 3,124
12년 전 조회 5,438
12년 전 조회 2,732
12년 전 조회 3,188
12년 전 조회 2,576
12년 전 조회 2,527
12년 전 조회 2,047
12년 전 조회 2,078
12년 전 조회 2,953
12년 전 조회 2,114
12년 전 조회 1,856
12년 전 조회 2,425
12년 전 조회 2,734
12년 전 조회 2,014
12년 전 조회 2,131
12년 전 조회 2,346
12년 전 조회 3,121
12년 전 조회 2,021
12년 전 조회 2,290
12년 전 조회 4,250
12년 전 조회 2,003
12년 전 조회 1,920
12년 전 조회 1,868
12년 전 조회 2,577
12년 전 조회 2,399
12년 전 조회 5,103
12년 전 조회 2,226
12년 전 조회 2,110
12년 전 조회 1,996
12년 전 조회 1,853
12년 전 조회 2,382
12년 전 조회 2,101