js, css 캐싱 팁

· 12년 전 · 2750
아래와 같이 스크립트로 삽입을 하면 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,896
12년 전 조회 1,642
12년 전 조회 2,558
12년 전 조회 1,572
12년 전 조회 1,576
12년 전 조회 2,037
12년 전 조회 1,445
12년 전 조회 1,550
12년 전 조회 2,011
12년 전 조회 1,948
12년 전 조회 1,970
12년 전 조회 2,155
12년 전 조회 1,586
12년 전 조회 1,743
12년 전 조회 1,794
12년 전 조회 1,368
12년 전 조회 1,811
12년 전 조회 1,528
12년 전 조회 1,650
12년 전 조회 1,322
12년 전 조회 2,037
12년 전 조회 2,349
12년 전 조회 1,388
12년 전 조회 1,296
12년 전 조회 2,285
12년 전 조회 1,378
12년 전 조회 1,957
12년 전 조회 1,774
12년 전 조회 2,178
12년 전 조회 2,239
12년 전 조회 6,972
12년 전 조회 2,293
12년 전 조회 1,507
12년 전 조회 1,361
12년 전 조회 1,416
12년 전 조회 1,474
12년 전 조회 1,730
12년 전 조회 2,363
12년 전 조회 1,855
12년 전 조회 2,128
12년 전 조회 1,368
12년 전 조회 1,480
12년 전 조회 3,452
12년 전 조회 2,545
12년 전 조회 2,282
12년 전 조회 4,077
12년 전 조회 1,478
12년 전 조회 3,311
12년 전 조회 2,883
12년 전 조회 2,751
12년 전 조회 2,796
12년 전 조회 1,773
12년 전 조회 2,301
12년 전 조회 2,314
12년 전 조회 1,749
12년 전 조회 4,210
12년 전 조회 1,443
12년 전 조회 1,936
12년 전 조회 2,346
12년 전 조회 2,814
12년 전 조회 1,701
12년 전 조회 2,382
12년 전 조회 1,773
12년 전 조회 3,310
12년 전 조회 1,795
12년 전 조회 1,620
12년 전 조회 1,883
12년 전 조회 3,450
12년 전 조회 2,991
12년 전 조회 5,293
12년 전 조회 2,569
12년 전 조회 3,025
12년 전 조회 2,401
12년 전 조회 2,353
12년 전 조회 1,878
12년 전 조회 1,924
12년 전 조회 2,789
12년 전 조회 1,965
12년 전 조회 1,683
12년 전 조회 2,252
12년 전 조회 2,568
12년 전 조회 1,847
12년 전 조회 1,967
12년 전 조회 2,178
12년 전 조회 2,964
12년 전 조회 1,842
12년 전 조회 2,129
12년 전 조회 4,078
12년 전 조회 1,834
12년 전 조회 1,754
12년 전 조회 1,717
12년 전 조회 2,420
12년 전 조회 2,249
12년 전 조회 4,929
12년 전 조회 2,068
12년 전 조회 1,938
12년 전 조회 1,824
12년 전 조회 1,691
12년 전 조회 2,245
12년 전 조회 1,939