말러캐시 사용법 좀 알려주세요. 정보
말러캐시 사용법 좀 알려주세요.본문
말러캐시를 깔긴 했는데,
index.php의 코드를 전부 복사해서
index.m3cache.php에 넣고,
index.php에는 <?=m3cache("index",10);?>만 남겼는데 에러가 자꾸 뜹니다.
제가 뭔가 잘못한 부분이 있는지요?
index.php에 들어가있는 원래 코드는 아래와 같습니다.
<?
include_once("./_common.php");
include_once("./_head.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/latest.num.lib.php"); ;
// 인덱스
if($s_menu == "index"){
echo index_middle($config[cf_home_index_middle]);
}
include_once("./_tail.php");
?>
현재 사이트에 최신 글들을 많이 뽑아두어서
속도가 느려졌습니다.
때문에 캐시 기능을 이용해 좀 더 빠르게 메인페이지를 띄우고 싶은데 그 방법을 모르겠군요.
말러캐시를 사용하고 계시거나 속도를 빠르게 하는 방법을 아시는 분들은 좀 조언 부탁드립니다.
index.php의 코드를 전부 복사해서
index.m3cache.php에 넣고,
index.php에는 <?=m3cache("index",10);?>만 남겼는데 에러가 자꾸 뜹니다.
제가 뭔가 잘못한 부분이 있는지요?
index.php에 들어가있는 원래 코드는 아래와 같습니다.
<?
include_once("./_common.php");
include_once("./_head.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/latest.num.lib.php"); ;
// 인덱스
if($s_menu == "index"){
echo index_middle($config[cf_home_index_middle]);
}
include_once("./_tail.php");
?>
현재 사이트에 최신 글들을 많이 뽑아두어서
속도가 느려졌습니다.
때문에 캐시 기능을 이용해 좀 더 빠르게 메인페이지를 띄우고 싶은데 그 방법을 모르겠군요.
말러캐시를 사용하고 계시거나 속도를 빠르게 하는 방법을 아시는 분들은 좀 조언 부탁드립니다.
댓글 전체
코드를 전부 복사하지 마시고 최신글 부분만 따로 빼내서 하시면 별문제 없을겁니다.
그말은
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/latest.num.lib.php"); ;
이 부분만 복사하고 나머지 부분은 놔두라는 말씀이신가요?
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/latest.num.lib.php"); ;
이 부분만 복사하고 나머지 부분은 놔두라는 말씀이신가요?
Warning: Cannot modify header information - headers already sent by (output started at /DATA/pandorabox/public_html/js/index.php:1) in /DATA/pandorabox/public_html/js/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /DATA/pandorabox/public_html/js/index.php:1) in /DATA/pandorabox/public_html/js/common.php on line 9
Warning: include_once(./js/m3cache/index.m3cache.php) [function.include-once]: failed to open stream: No such file or directory in /DATA/pandorabox/public_html/js/extend/m3cache.extend.php on line 18
Warning: include_once() [function.include]: Failed opening './js/m3cache/index.m3cache.php' for inclusion (include_path='.:/home/app/php/lib/php') in /DATA/pandorabox/public_html/js/extend/m3cache.extend.php on line 18
Warning: Cannot modify header information - headers already sent by (output started at /DATA/pandorabox/public_html/js/index.php:1) in /DATA/pandorabox/public_html/js/common.php on line 9
Warning: include_once(./js/m3cache/index.m3cache.php) [function.include-once]: failed to open stream: No such file or directory in /DATA/pandorabox/public_html/js/extend/m3cache.extend.php on line 18
Warning: include_once() [function.include]: Failed opening './js/m3cache/index.m3cache.php' for inclusion (include_path='.:/home/app/php/lib/php') in /DATA/pandorabox/public_html/js/extend/m3cache.extend.php on line 18
위와 같은 에러가 뜨는군요. 뭐가 잘못 된건지 모르겠습니다.
파일이나 디렉토리를 찾을 수 없다는 것 같은데요.
파일이나 디렉토리를 찾을 수 없다는 것 같은데요.
기본 폴더가 /js 인가요?
Warning: include_once(./js/m3cache/index.m3cache.php) [function.include-once]: failed to open stream: No such file or directory in /DATA/pandorabox/public_html/js/extend/m3cache.extend.php on line 18
여기를 보면 /js/m3cache/index.m3cache.php 를 include하도록 되어있네요. 경로를 확인해보세요.
Warning: include_once(./js/m3cache/index.m3cache.php) [function.include-once]: failed to open stream: No such file or directory in /DATA/pandorabox/public_html/js/extend/m3cache.extend.php on line 18
여기를 보면 /js/m3cache/index.m3cache.php 를 include하도록 되어있네요. 경로를 확인해보세요.
기본폴더가 js 맞습니다.
그리고 그 점이 의심스러워서 js로 인클루드하도록 해보았는데 자꾸 에러가 떠서요.
캐시를 적용하니 로그인이 안되는 문제가 발생해서 다시 이전으로 복구를 했습니다ㅠ
그리고 그 점이 의심스러워서 js로 인클루드하도록 해보았는데 자꾸 에러가 떠서요.
캐시를 적용하니 로그인이 안되는 문제가 발생해서 다시 이전으로 복구를 했습니다ㅠ