js, css 캐싱 팁

· 12년 전 · 2667
아래와 같이 스크립트로 삽입을 하면 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,805
12년 전 조회 1,551
12년 전 조회 2,471
12년 전 조회 1,479
12년 전 조회 1,501
12년 전 조회 1,951
12년 전 조회 1,359
12년 전 조회 1,474
12년 전 조회 1,932
12년 전 조회 1,870
12년 전 조회 1,889
12년 전 조회 2,082
12년 전 조회 1,499
12년 전 조회 1,655
12년 전 조회 1,708
12년 전 조회 1,294
12년 전 조회 1,734
12년 전 조회 1,435
12년 전 조회 1,570
12년 전 조회 1,234
12년 전 조회 1,958
12년 전 조회 2,258
12년 전 조회 1,287
12년 전 조회 1,198
12년 전 조회 2,203
12년 전 조회 1,290
12년 전 조회 1,866
12년 전 조회 1,673
12년 전 조회 2,102
12년 전 조회 2,158
12년 전 조회 6,869
12년 전 조회 2,199
12년 전 조회 1,421
12년 전 조회 1,270
12년 전 조회 1,316
12년 전 조회 1,387
12년 전 조회 1,652
12년 전 조회 2,294
12년 전 조회 1,762
12년 전 조회 2,015
12년 전 조회 1,278
12년 전 조회 1,386
12년 전 조회 3,352
12년 전 조회 2,450
12년 전 조회 2,188
12년 전 조회 3,984
12년 전 조회 1,378
12년 전 조회 3,237
12년 전 조회 2,800
12년 전 조회 2,668
12년 전 조회 2,720
12년 전 조회 1,676
12년 전 조회 2,223
12년 전 조회 2,218
12년 전 조회 1,655
12년 전 조회 4,122
12년 전 조회 1,349
12년 전 조회 1,855
12년 전 조회 2,253
12년 전 조회 2,732
12년 전 조회 1,614
12년 전 조회 2,273
12년 전 조회 1,679
12년 전 조회 3,219
12년 전 조회 1,720
12년 전 조회 1,536
12년 전 조회 1,788
12년 전 조회 3,369
12년 전 조회 2,894
12년 전 조회 5,210
12년 전 조회 2,498
12년 전 조회 2,947
12년 전 조회 2,330
12년 전 조회 2,279
12년 전 조회 1,775
12년 전 조회 1,816
12년 전 조회 2,705
12년 전 조회 1,869
12년 전 조회 1,601
12년 전 조회 2,161
12년 전 조회 2,485
12년 전 조회 1,752
12년 전 조회 1,856
12년 전 조회 2,087
12년 전 조회 2,874
12년 전 조회 1,742
12년 전 조회 2,018
12년 전 조회 3,981
12년 전 조회 1,745
12년 전 조회 1,663
12년 전 조회 1,599
12년 전 조회 2,329
12년 전 조회 2,145
12년 전 조회 4,849
12년 전 조회 1,966
12년 전 조회 1,843
12년 전 조회 1,731
12년 전 조회 1,596
12년 전 조회 2,141
12년 전 조회 1,865