js, css 캐싱 팁

· 12년 전 · 2810
아래와 같이 스크립트로 삽입을 하면 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,973
12년 전 조회 1,722
12년 전 조회 2,629
12년 전 조회 1,651
12년 전 조회 1,647
12년 전 조회 2,100
12년 전 조회 1,507
12년 전 조회 1,622
12년 전 조회 2,076
12년 전 조회 2,022
12년 전 조회 2,051
12년 전 조회 2,238
12년 전 조회 1,657
12년 전 조회 1,811
12년 전 조회 1,868
12년 전 조회 1,433
12년 전 조회 1,889
12년 전 조회 1,591
12년 전 조회 1,728
12년 전 조회 1,379
12년 전 조회 2,132
12년 전 조회 2,421
12년 전 조회 1,461
12년 전 조회 1,381
12년 전 조회 2,356
12년 전 조회 1,453
12년 전 조회 2,042
12년 전 조회 1,825
12년 전 조회 2,254
12년 전 조회 2,308
12년 전 조회 7,034
12년 전 조회 2,355
12년 전 조회 1,571
12년 전 조회 1,431
12년 전 조회 1,477
12년 전 조회 1,546
12년 전 조회 1,783
12년 전 조회 2,434
12년 전 조회 1,926
12년 전 조회 2,192
12년 전 조회 1,441
12년 전 조회 1,544
12년 전 조회 3,510
12년 전 조회 2,604
12년 전 조회 2,357
12년 전 조회 4,144
12년 전 조회 1,540
12년 전 조회 3,376
12년 전 조회 2,951
12년 전 조회 2,811
12년 전 조회 2,856
12년 전 조회 1,831
12년 전 조회 2,371
12년 전 조회 2,380
12년 전 조회 1,802
12년 전 조회 4,271
12년 전 조회 1,504
12년 전 조회 2,002
12년 전 조회 2,402
12년 전 조회 2,879
12년 전 조회 1,761
12년 전 조회 2,447
12년 전 조회 1,831
12년 전 조회 3,366
12년 전 조회 1,851
12년 전 조회 1,675
12년 전 조회 1,943
12년 전 조회 3,513
12년 전 조회 3,040
12년 전 조회 5,342
12년 전 조회 2,636
12년 전 조회 3,088
12년 전 조회 2,466
12년 전 조회 2,419
12년 전 조회 1,939
12년 전 조회 1,982
12년 전 조회 2,853
12년 전 조회 2,023
12년 전 조회 1,757
12년 전 조회 2,326
12년 전 조회 2,641
12년 전 조회 1,915
12년 전 조회 2,037
12년 전 조회 2,243
12년 전 조회 3,026
12년 전 조회 1,916
12년 전 조회 2,199
12년 전 조회 4,149
12년 전 조회 1,907
12년 전 조회 1,827
12년 전 조회 1,788
12년 전 조회 2,491
12년 전 조회 2,312
12년 전 조회 5,000
12년 전 조회 2,127
12년 전 조회 2,012
12년 전 조회 1,900
12년 전 조회 1,758
12년 전 조회 2,307
12년 전 조회 2,009