0

我的网站图片加载速度很慢。我使用PNG图像。当我将剂量转换为 GIF 时。图像质量缺失。

这是我的代码。是为了减少加载时间的任何其他来源。

<div class="fltyFloat" style="width:480px;height:349px;">
<div class="fltySlide" style="z-index: 1;" title="marketing">http://example.com/banners/marketing.png</div>
<div class="fltySlide" style="z-index: 2;" title="consultency">http://example.com/banners/consultency.png</div>
<div class="fltySlide" style="z-index: 3;" title="mobileapp">http://example.com/banners/mobileapp.png</div>
<div class="fltySlide" style="z-index: 4;" title="projectoutsoucring">http://example.com/banners/projectoutsoucring.png</div>
</div>

谢谢

4

1 回答 1

0

图片不是问题,更重要的是 facebook-connect 和 linkedin-widget... 这些脚本将从外部服务器加载,让您的页面感觉很慢。

您可以在 google chrome 的开发人员工具中或在 firefox 中使用 firebug 和 yslow 分析您的页面加载时间。

于 2013-07-30T13:23:48.707 回答