js, css 캐싱 팁

· 12년 전 · 2915
아래와 같이 스크립트로 삽입을 하면 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,073
12년 전 조회 1,816
12년 전 조회 2,740
12년 전 조회 1,757
12년 전 조회 1,753
12년 전 조회 2,207
12년 전 조회 1,621
12년 전 조회 1,724
12년 전 조회 2,183
12년 전 조회 2,135
12년 전 조회 2,178
12년 전 조회 2,370
12년 전 조회 1,782
12년 전 조회 1,922
12년 전 조회 1,979
12년 전 조회 1,548
12년 전 조회 1,997
12년 전 조회 1,723
12년 전 조회 1,823
12년 전 조회 1,507
12년 전 조회 2,233
12년 전 조회 2,532
12년 전 조회 1,567
12년 전 조회 1,485
12년 전 조회 2,467
12년 전 조회 1,558
12년 전 조회 2,133
12년 전 조회 1,921
12년 전 조회 2,363
12년 전 조회 2,421
12년 전 조회 7,148
12년 전 조회 2,459
12년 전 조회 1,668
12년 전 조회 1,543
12년 전 조회 1,577
12년 전 조회 1,648
12년 전 조회 1,905
12년 전 조회 2,538
12년 전 조회 2,030
12년 전 조회 2,295
12년 전 조회 1,533
12년 전 조회 1,642
12년 전 조회 3,608
12년 전 조회 2,705
12년 전 조회 2,465
12년 전 조회 4,261
12년 전 조회 1,660
12년 전 조회 3,488
12년 전 조회 3,056
12년 전 조회 2,916
12년 전 조회 2,963
12년 전 조회 1,941
12년 전 조회 2,498
12년 전 조회 2,482
12년 전 조회 1,926
12년 전 조회 4,383
12년 전 조회 1,627
12년 전 조회 2,117
12년 전 조회 2,539
12년 전 조회 2,996
12년 전 조회 1,883
12년 전 조회 2,580
12년 전 조회 1,955
12년 전 조회 3,483
12년 전 조회 1,990
12년 전 조회 1,810
12년 전 조회 2,080
12년 전 조회 3,642
12년 전 조회 3,166
12년 전 조회 5,468
12년 전 조회 2,767
12년 전 조회 3,219
12년 전 조회 2,612
12년 전 조회 2,560
12년 전 조회 2,085
12년 전 조회 2,104
12년 전 조회 2,982
12년 전 조회 2,153
12년 전 조회 1,893
12년 전 조회 2,466
12년 전 조회 2,762
12년 전 조회 2,049
12년 전 조회 2,166
12년 전 조회 2,381
12년 전 조회 3,159
12년 전 조회 2,051
12년 전 조회 2,324
12년 전 조회 4,284
12년 전 조회 2,031
12년 전 조회 1,951
12년 전 조회 1,899
12년 전 조회 2,621
12년 전 조회 2,430
12년 전 조회 5,139
12년 전 조회 2,257
12년 전 조회 2,153
12년 전 조회 2,040
12년 전 조회 1,891
12년 전 조회 2,418
12년 전 조회 2,133