加入收藏|设为首页

手机版
$(function(){ $("#sj").hover(function(){ $(".wap_in").show(); },function(){ $(".wap_in").hide(); }); });
惠州-惠城
0752-2285080 130 752 11555
深圳
重庆
昆明
贵阳
$(window).scroll(function(){ var scrollTop = $(document).scrollTop(); if(scrollTop > 0){ $("#top").addClass("s_down"); } else { $("#top").removeClass("s_down"); } initTop = scrollTop; });
新闻中心
经典案例 [ 更多 ]
  • 中国大麦网

  • 田美花园

  • 树年手机

  • 黑龙潭

  • 以幸时尚摄影

合作伙伴

网编学堂:如何提高网站访问速度

2014-05-30 11:00:34 来源:知讯网络 字体大小:TTT
[摘要] 大家好我是编程开发网的站长,我是学软件开发的,做的是编程信息网,所以每天都做大量更新,我网站空间是用的虚拟
大家好我是编程开发网的站长,我是学软件开发的,做的是编程信息网,所以每天都做大量更新,我网站空间是用的虚拟主机,我的商家说我的IIS是不限的(人都喜欢往好的地方说),但我总感觉我网站随着信息资源的增加,和AD(收入是做站的核动力)。感觉访问速度就下来了,我把主页进行了多次的清理,但效果不佳。但我是发现我通过顶级域名访问速度很慢,但我在后面加上index.html就快多了,于是我想让访问者一进我的网站是域名+/index.html就能提高速度。

  因为我根主页下面有一个index.php和index.html,大家都知道html的访问速度是最快的,我就进入了虚拟主机管理中,发现默认首页是index.asp,index.php,index.jsp,default.asp....index.html, 我的是php的网站+生成html静态的,我把就改成了index.html,index.php其它的都没有要了.然后一试,感觉访问速度上来了,对网站的发展更有信心了。

  所以我总结了几条提高访问速度的办法:

  一、尽可能的简化主页和其它页,去掉不要必要的代码

  二、你是什么语言的网站,比如asp,一定要把index.asp等的设为默认主页

  三、去掉不必要的外部链接,比如说www.xxx.com/xxx.gif这样的东西

  四、尽可能的减少如数据库的交互

  不要看这是细节,当你的网站首页访问速度高了,你的网站就更有发展价值,高手也不要笑,另外感觉大家的支持.

  也希望大家改装的时候加上原文链接http://www.ajaxers.cn/html/zonghe/200810/27-297.html。 本人当然不想那些装精的站说禁止转了,本人只是感觉打了这多字的辛苦份上。

 

 

龙华网站建设,网页设计,网站推广,网站方案,袜子能够制作,网络公司,

$(document).ready(function() { $("#selectXiangGuanLianJie").change(function() { var hrefstr = $.trim($(this).val()); if (hrefstr != "" && hrefstr != "0" && hrefstr != undefined) { var tmp = window.open("about:blank", "", ""); tmp.moveTo(0, 0); tmp.resizeTo(screen.width + 20, screen.height); tmp.focus(); tmp.location = hrefstr; } }) }) var yzhzsfid = "10000007"; $(document).ready(function() { if (para("q")) { $(".ccooperate .item").eq(para("q")).show().siblings().hide(); $(".xymenu li a").eq(para("q")).parent().addClass("current").siblings().removeClass("current"); } else { $(".ccooperate .item").eq(0).show().siblings().hide(); $(".xymenu li").eq(0).addClass("current").siblings().removeClass("current"); } $("input:text,select,textarea").bind({ focus: function() { $(this).css("border-color", "#222") }, blur: function() { $(this).css("border-color", "#bbb") } }) }) function fontSizeChange(){ $(".newspage center.info span").click(function(){ $(this).addClass("current").siblings().removeClass("current"); if($(this).hasClass("small")) $(".zw").css("font-size",14); if($(this).hasClass("middle")) $(".zw").css("font-size",16); if($(this).hasClass("big")) $(".zw").css("font-size",18); }) } fontSizeChange(); $(".rxxm").imgFade(); setFullHeight(); $(window).resize(function(){ setFullHeight(); }); $(".rxxm").imgFade();

深圳知讯
深圳业务咨询

惠州知讯
惠州业务咨询

重庆知讯
重庆业务咨询

贵阳知讯
贵阳业务咨询

昆明知讯
昆明业务咨询

客服李小姐 客服李小姐

客服许小姐 客服许小姐

客服王小姐 客服王小姐

 备案客服 备案客服

var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Ff0883abc848f2bd29b354805cee56dbd' type='text/javascript'%3E%3C/script%3E")) var box = new LightBox("idBox"); $("idBoxCancel").onclick = function(){ box.Close(); } $("idBoxOpen").onclick = function(){ //box1.Close(); box.Center = true; box.OverLay.Color = "#000"; box.Show(); } var box1 = new LightBox("idBox1"); $("idBoxCancel1").onclick = function(){ box1.Close(); } $("idBoxOpen1").onclick = function(){ //box.Close(); box1.Center = true; box1.OverLay.Color = "#000"; box1.Show(); } function kefu_close() { document.getElementById("bottomDiv1").style.display="none"; $(".footer").css({"margin-bottom":"0px"}) }