Page rendering processing method, device and equipment and readable storage medium
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- BEIJING DIDI INFINITY TECH & DEV
- Publication Date
- 2020-05-19
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] Embodiments of the present invention relate to the technical field of web page rendering, and in particular, to a page rendering processing method, device, device, and readable storage medium. Background technique
[0002] NodeJS is a JavaScript runtime environment that enables JavaScript to run without a browser, also known as Node.js. The NodeJS service is built between the front-end and back-end as the middle layer to undertake the functions of converting data, connecting services, and routing design, so as to achieve better decoupling of the front-end and back-end.
[0003] At present, the NodeJS service itself has a module cache loading mechanism. When rendering a page, after loading the js file corresponding to the client request into the rendering module, the server will determine whether each module in the js file (the library called inside the js file function or other method) has been cached, if not, then cache each module in the js file; if...