尽量避免使用 CSS 表达式
使用外部 js 和 css 样式
DNS 解析
压缩 Javascript
避免重定向
移除重复脚本
配置 Etag
使得 Ajax 请求可 Cache
续 http://www.hickwu.com/?p=228
尽量避免使用 CSS 表达式
CSS 表达式可以根据条件来动态的设置 css 的属性,IE 5 以及以后版本都支持 css 表达式。表达式部分就是 js 代码。
background-color: expression( (new Date()).getHours( )%2 ? "#B8D4FF" : "#F08A00" );
其他浏览器可能会忽略该功能,但是 IE 浏览器是支持的。利用这个特性可以用来解决一些其他浏览器支持但是 ie 不支持的特性。比如 ie 不支持的 min-width 属性,可以通过这样的表达式在 ie 下实现:
width: expression( document.body.clientWidth < 600 ? "600px" : "auto" );min-width: 600px;
css 一个表达式可能并不怎么消耗资源,但是他们的执行次数往往会比人们预想的多,比如包括拖动滚动条,甚至是移动鼠标都可能导致一个 [...]
分享到:
相关推荐
High performance web sites
《High Performance Web Sites》这本书是Web性能优化领域的经典之作,由Steve Souders撰写,旨在帮助开发者和网站管理员提升网站的加载速度和运行效率。书中的知识点涵盖了从基础的HTML和CSS优化,到JavaScript和...
High Performance MySQL.chm和High Performance Web Sites.pdf 什么都不说了,我分享的东西绝对好东西, 很清晰,很好用,不过是英文的哦。 没分了,来挣分的,呵呵
Souders的上一本畅销书《高性能网站建设指南》(High Performance Web Sites)震惊了Web开发界,它揭示了在客户端加载一个网页的时间大约占用了总时耗的80%。在《高性能网站建设进阶指南》(Even Faster Web Sites...
High Performance Mobile Web 英文epub
veteran mobile and web developer Maximiliano Firtman demonstrates which aspects of your site or app slow down the user’s experience, and what you can do to achieve lightning-fast performance....
Over high-latency and unreliable cellular networks, performance on mobile is the key to success and conversion. Early Release! This book will give you the knowledge and tools to measure your mobile...
High Performance Computing 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请...
This practical guide walks you through how to tune one of the leading free open source web servers to attain optimal performance for high-traffic sites. It also explores ways to improve network ...
本文将深入探讨一款名为“Your high performance web application C framework”的C语言编写的高性能Web应用框架,旨在帮助开发者理解其核心概念、设计理念以及如何利用它来构建强大的Web服务。 首先,我们要明确...
High Performance Java Persistence 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系...
本项目“C++ High Performance Web Server”旨在探索如何使用C++这一强大且高效的编程语言构建一个高性能的Web服务器。通过深入理解C++语言特性,结合现代软件工程的最佳实践,我们可以构建出能够处理大量并发连接、...
Java 9 High Performance 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
Take your application to the next level of high performance using the extensive capabilities of Node.js About This Book Analyze, benchmark, and profile your Node.js application to find slow spots, ...
Python High Performance(2nd) 英文无水印pdf 第2版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系...
Hands-On High Performance Programming with Qt 5: Build cross-platform applications using concurrency, parallel programming, and memory management Author: Marek Krajewski Pub Date: 2019 ISBN: 978-...