-
1. 减少HTTP请求
2.多频操作-防抖节流
2. 服务端渲染
3. 静态资源使用CDN
4. 图片尽量使用 webp icon
5. 减少不必要的重绘和回流
6. 事件委托
7. 合理使用css选择器
-
- 昨日点评
- https://github.com/su37josephxia/frontend-interview/issues/105
- 上升到理论高度
- 并行处理 - 多线程多进程
- 预处理、缓存 - 空间换时间
- 缩小范围
- winter老师的重学前端
- https://www.pr…
-
# Trending repositories for C#
1. [**davidfowl / TodoApi**](https://github.com/davidfowl/TodoApi)
__Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication…
-
Thanks to [Daily-Interview-Question](https://github.com/Advanced-Frontend/Daily-Interview-Question),and all participants.
-
### Please describe your bug
Basically this: #11736
Possible lead:
I think the issue is related to nfo files, because the movie with multiple versions gets a 'movie.nfo' **and only one** 'mo…
-
```js
var obj = {
'2': 3,
'3': 4,
'length': 2,
'splice': Array.prototype.splice,
'push': Array.prototype.push
}
obj.push(1)
obj.push(2)
console.log(obj)
```
-
Hey, hope you don't mind I created the `AMA` issue for you. Quite a few people forgot to make it yesterday :P
Yeah, so from checking all the applications i already figured you are already an exper…
-
```mermaid
graph LR
A[Define Requirements]
B[Define range of \nweb scraping]
C[Completion of \napp prototype]
D[Feedbacks from \ntest users and refurbishment]
E[Initial deployment of a…
-
## 相似之处
以前端为重点和以后端为中心的系统设计访谈在解决设计问题的方法方面有很多相似之处:
1. starting with gathering system requirements
从收集系统要求开始
2. laying out a clear plan and identifying major distinguishable components of the syste…
-
# :link: Daily links :link:
---
## 2019-12-12
- [Разница между bin, sbin, usr/bin, usr/sbin](https://habr.com/ru/post/143614/)
:gem: **TTY**
---
## 2019-12-05
🍏 **Detail…