index.html 을 이런식으로 하니깐 속도가 엄청 느리네요 정보
그누보드 index.html 을 이런식으로 하니깐 속도가 엄청 느리네요본문
<?
$LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME]));
header("Last-Modified: $LastModified GMT");
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>^_^</title>
</head>
<frameset rows="0*, 100%" border="0">
<frame src="" name="index-top" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="board/index.php" name="index-main" noresize scrolling="auto" marginwidth="0" marginheight="0">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
</body>
</noframes>
</frameset>
</html>
소스에 문제가 있나요??
board/index.php
이런식으로 들어가면 속도는 빠른데
위 소스로 들어가게 된다면 속도가 엄청 느려지는 증상이 발생하더라구요..
모가 문제인지 답변좀 주세요
$LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME]));
header("Last-Modified: $LastModified GMT");
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>^_^</title>
</head>
<frameset rows="0*, 100%" border="0">
<frame src="" name="index-top" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="board/index.php" name="index-main" noresize scrolling="auto" marginwidth="0" marginheight="0">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
</body>
</noframes>
</frameset>
</html>
소스에 문제가 있나요??
board/index.php
이런식으로 들어가면 속도는 빠른데
위 소스로 들어가게 된다면 속도가 엄청 느려지는 증상이 발생하더라구요..
모가 문제인지 답변좀 주세요
댓글 전체