Page rendering method and system
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- PINGAN PUHUI ENTERPRISE MANAGEMENT CO LTD
- Publication Date
- 2021-04-20
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the technical field of artificial intelligence, in particular to a page rendering method and system. Background technique
[0002] Page rendering refers to the whole process in which the browser converts HTML into images seen by human eyes.
[0003] When loading pages in the current industry: When a user accesses a page, the terminal sends a page access request to the static server to obtain static resources. After receiving the static resource request, the static server returns the static resource to the terminal, and then the terminal sends a request to the interface server to obtain the page. The required interface data, after the interface server receives the interface data request required for the page, returns the interface data to the terminal, and the terminal combines the static content of the page (html structure, javascript script, css style, etc.) with the dynamic content (such as article list, article cont...