js, css 캐싱 팁

· 12년 전 · 2901
아래와 같이 스크립트로 삽입을 하면 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,062
12년 전 조회 1,799
12년 전 조회 2,727
12년 전 조회 1,750
12년 전 조회 1,744
12년 전 조회 2,194
12년 전 조회 1,604
12년 전 조회 1,717
12년 전 조회 2,179
12년 전 조회 2,124
12년 전 조회 2,166
12년 전 조회 2,365
12년 전 조회 1,772
12년 전 조회 1,915
12년 전 조회 1,969
12년 전 조회 1,541
12년 전 조회 1,985
12년 전 조회 1,711
12년 전 조회 1,816
12년 전 조회 1,498
12년 전 조회 2,226
12년 전 조회 2,522
12년 전 조회 1,554
12년 전 조회 1,474
12년 전 조회 2,461
12년 전 조회 1,550
12년 전 조회 2,123
12년 전 조회 1,914
12년 전 조회 2,355
12년 전 조회 2,407
12년 전 조회 7,141
12년 전 조회 2,452
12년 전 조회 1,662
12년 전 조회 1,532
12년 전 조회 1,567
12년 전 조회 1,640
12년 전 조회 1,897
12년 전 조회 2,530
12년 전 조회 2,022
12년 전 조회 2,286
12년 전 조회 1,526
12년 전 조회 1,636
12년 전 조회 3,597
12년 전 조회 2,693
12년 전 조회 2,459
12년 전 조회 4,250
12년 전 조회 1,650
12년 전 조회 3,481
12년 전 조회 3,048
12년 전 조회 2,902
12년 전 조회 2,954
12년 전 조회 1,930
12년 전 조회 2,489
12년 전 조회 2,473
12년 전 조회 1,916
12년 전 조회 4,370
12년 전 조회 1,622
12년 전 조회 2,106
12년 전 조회 2,524
12년 전 조회 2,990
12년 전 조회 1,870
12년 전 조회 2,570
12년 전 조회 1,946
12년 전 조회 3,470
12년 전 조회 1,972
12년 전 조회 1,790
12년 전 조회 2,069
12년 전 조회 3,635
12년 전 조회 3,157
12년 전 조회 5,459
12년 전 조회 2,751
12년 전 조회 3,208
12년 전 조회 2,598
12년 전 조회 2,551
12년 전 조회 2,068
12년 전 조회 2,094
12년 전 조회 2,970
12년 전 조회 2,143
12년 전 조회 1,880
12년 전 조회 2,449
12년 전 조회 2,749
12년 전 조회 2,037
12년 전 조회 2,152
12년 전 조회 2,368
12년 전 조회 3,141
12년 전 조회 2,038
12년 전 조회 2,310
12년 전 조회 4,275
12년 전 조회 2,023
12년 전 조회 1,938
12년 전 조회 1,887
12년 전 조회 2,609
12년 전 조회 2,419
12년 전 조회 5,125
12년 전 조회 2,243
12년 전 조회 2,131
12년 전 조회 2,027
12년 전 조회 1,871
12년 전 조회 2,410
12년 전 조회 2,123