当前位置:网站首页>Server rendering
Server rendering
2022-06-25 10:35:00 【m0_ forty-nine million four hundred and seventy-one thousand si】
stay Server side Good rendering Again to browser Namely Server rendering , Like before jsp page , What will be written html The template is sent to the browser
Server rendering : The server directly renders the corresponding html page , Return to the client for presentation , such as jsp page
benefits : The front end takes less time , Reduced first screen time , Use less client resources Disadvantage : The server is under great pressure
Front end rendering : The network requests to get data and render it to html On the page , such as SPA page ( That is to say vue-cli Built page )
benefits : Long first screen time , The page will not be reloaded after it is loaded , Less data requests , Fast . Server pressure is low , Just use the data ,
Disadvantage : The front end takes a lot of time , High requirements for front-end personnel , There are many front-end codes , Because the logic of the interaction part in the back end is handed over to the front end , Some client resources are used for parsing .
边栏推荐
- How to install SSL certificates in Microsoft Exchange 2010
- Solutions using protobuf in TS projects
- Is it safe to open a stock account on the compass?
- Chinese translation of IMA Lazarus' the new giant, the goddess of Liberty
- Identityserver4 definition concept
- CDN+COS搭建图床超详细步骤
- Flask blog practice - archiving and labeling of sidebar articles
- Kotlin arrays and collections (1) {create arrays, use arrays, use for in loops to traverse arrays, use array indexes, and multi-dimensional arrays}
- 【图像融合】基于形态学分析结合稀疏表征实现图像融合附matlab代码
- 数组结构整理
猜你喜欢
如何在Microsoft Exchange 2010中安装SSL证书
Handler asynchronous message processing
单片机开发---基于ESP32-CAM的人脸识别应用
Opencv learning (II) -- installing opencv on raspberry pie
Mqtt beginner level chapter
【历史上的今天】6 月 24 日:网易成立;首届消费电子展召开;世界上第一次网络直播
西门子PLCS7-200使用(一)---开发环境和组态软件入门
Flask博客实战 - 实现侧边栏最新文章及搜索
Redis (II) distributed locks and redis cluster construction
[image fusion] image fusion based on morphological analysis and sparse representation with matlab code
随机推荐
Oracle查询自带JDK版本
String implementation strstr()
【RPC】I/O模型——BIO、NIO、AIO及NIO的Rector模式
【历史上的今天】6 月 24 日:网易成立;首届消费电子展召开;世界上第一次网络直播
The real difference between i++ and ++i
Google Earth Engine(GEE)——evaluate实现一键批量下载研究区内的所有单张影像(上海市部分区域)
WPF prism framework
Houdini图文笔记:Could not create OpenCL device of type (HOUDINI_OCL_DEVICETYPE)问题的解决
Mongodb's principle, basic use, clustering and partitioned clustering
Performance file system
【论文阅读|深读】LINE: Large-scale Information Network Embedding
Shardingsphere proxy 4.1 Sous - base de données sous - table
OpenCV学习(二)---树莓派上安装opencv
无心剑中译伊玛·拉扎罗斯《新巨人·自由女神》
持续交付-Jenkinsfile 语法
Free applet making tool, how to make wechat applet
How to do the wechat selling applet? How to apply for applets
Use of Siemens plcs7-200 (I) -- Introduction to development environment and configuration software
I hope to explain the basics of canvas as clearly as possible according to my ideas
This is enough for request & response