dongyu1918 2013-10-28 06:32
浏览 216

如何减少服务器初始等待时间?

I'm using ubuntu apache and my site is created from php, jquery and necessary html & css.

Already I have done lot of things for improve performance. All the js calls after css and first fold no js & css blocking and minimizing css js and sprite images everything is already done.

Now my need is I have to reduce the server initial response time. and

Also sprite image is taking 1 sec to load for just 90kb file.

Can anyone help me to fix these issues.

Thank you in advance.

  • 写回答

1条回答 默认 最新

  • dongshui2254 2014-01-30 22:44
    关注

    Here are some great tips about improving site speed

    http://developer.yahoo.com/performance/rules.html

    in your case, you need to flush the buffer early, here's a detailed explanations: http://developer.yahoo.com/performance/rules.html#flush and of course profile your code and see if you can improve anything there.

    you could also make use of Yslow http://developer.yahoo.com/yslow/

    for sprite to load faster, see if you can compress more then you already probably did, try to remove something if you can to make it smaller, use a cdn for it.

    评论

报告相同问题?

悬赏问题

  • ¥20 access多表提取相同字段数据并合并
  • ¥20 基于MSP430f5529的MPU6050驱动,求出欧拉角
  • ¥20 Java-Oj-桌布的计算
  • ¥15 powerbuilder中的datawindow数据整合到新的DataWindow
  • ¥20 有人知道这种图怎么画吗?
  • ¥15 pyqt6如何引用qrc文件加载里面的的资源
  • ¥15 安卓JNI项目使用lua上的问题
  • ¥20 RL+GNN解决人员排班问题时梯度消失
  • ¥60 要数控稳压电源测试数据
  • ¥15 能帮我写下这个编程吗