CN112269608B - Method for realizing web application loading optimization at television terminal - Google Patents

Method for realizing web application loading optimization at television terminal Download PDF

Info

Publication number
CN112269608B
CN112269608B CN202011305086.0A CN202011305086A CN112269608B CN 112269608 B CN112269608 B CN 112269608B CN 202011305086 A CN202011305086 A CN 202011305086A CN 112269608 B CN112269608 B CN 112269608B
Authority
CN
China
Prior art keywords
browser
commodity
data
television terminal
webbox
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011305086.0A
Other languages
Chinese (zh)
Other versions
CN112269608A (en
Inventor
钟继立
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN202011305086.0A priority Critical patent/CN112269608B/en
Publication of CN112269608A publication Critical patent/CN112269608A/en
Application granted granted Critical
Publication of CN112269608B publication Critical patent/CN112269608B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Abstract

The invention discloses a method for realizing web application loading optimization at a television terminal, which reduces loading load and improves loading speed by adopting a js dynamic loading technical scheme, and the television terminal does not generate a white screen phenomenon; the speed of entering the application is very high, and the time for entering the application for the first time is shortened; meanwhile, the method occupies little storage space, improves the starting speed of the whole Web application, and improves the user experience.

Description

Method for realizing web application loading optimization at television terminal
Technical Field
The invention relates to the technical field of television terminals, in particular to a method for realizing web application loading optimization at a television terminal.
Background
With the development of the internet, web applications on the PC side and the mobile side have developed in a well-drilling manner and become a mainstream direction of the whole industry. The web application development on the television side is relatively lagged and is limited to a simple picture information presentation of a single page of HTML 5.
At present, the common technical method and process in the technical field are to adopt a div mode to statically store a web page and to control true or none of display attributes to display web page applications to be displayed through js. The specific defects are that although an undisplayed page is hidden, a browser loads the page, so that the loading load is large and the loading speed is slow; the technical reason for the specific deficiency is the inflexibility of the inherent DOM nodes.
Disclosure of Invention
The invention aims to provide a method for realizing web application loading optimization at a television terminal in order to solve the problem of how to reduce loading load and accelerate loading speed so as to optimize web application on the television terminal, and the technical essence of the problem defect is that a web page is statically stored in a conventional div mode. The invention takes the television terminal browser as a base, realizes the web application loading optimization of the television terminal, embeds the web application into the television terminal, reduces the loading load and accelerates the loading speed.
The mainstream technical schemes of Web application are React, Vue and Angular. The method is developed by initially selecting an React technical scheme, and has the advantages that: the method has the advantages of high speed, compatibility across browsers, modularization and unidirectional data flow; after the fact technical scheme is adopted and developed, the method is deployed to a testing server, runs to a television terminal to generate a white screen, and is extremely low in application entering speed. After analysis, the DOM is not directly mounted on the html page when the WebBox browser of the terminal loads the page for the first time, js and css files with large code amount are directly loaded at first, and the graph is rendered finally after the execution of the js and css files is finished, so that the situation that the loading of the js and css files is waited for in a white screen is caused. The method is a defect that the read technical scheme cannot avoid, because the read technical scheme is provided with various components, various js and css files occupy a large amount of storage space, and each loading must be finished after the loading of the files is finished. This is contrary to the desired technical effect, and only better technical solutions are sought.
Subsequently, feasibility demonstration is carried out on the two technical schemes of Vue and Angular, and the two technical schemes also have the same problems as the fact technical scheme. Finally, through multiple experiments and feasibility demonstration, a js dynamic loading technical scheme is selected. The js dynamic loading technical scheme has the advantages that: (1) performance: since the JavaScript runs on the client, the request time and the bandwidth of the web server are saved. (2) The js dynamic loading technical scheme is completely manually written, has no any framework or plug-in, is easy to find and solve problems, and is clean and simple. (3) Running on the user machine results and processing are relatively fast. (4) Third party add-ons can be used to examine code snippets. (5) The web application developed by the js dynamic loading technical scheme is only dozens of KB, occupies little storage space and has extremely high loading speed.
Although a js dynamic loading technical scheme is selected, how to realize the technical effect of fusing with a television terminal WebBox browser on a television terminal platform through the js dynamic loading technical scheme mainly involves the technical difficulties that: 1. the cloud end server requests data by adopting any mechanism, and the cloud end data are obtained after the data are successfully returned; 2. how to adapt a web application to various states of a television terminal, such as: focusing, responding to remote controller keys, rollers, animations, dynamic data display, etc.; 3. because the resolution of the television terminals of each machine type and core are different, how to adapt to the resolution of each television terminal. 4. The television terminal browser WebBox supports tags of which HTML5, syntax of which CSS3 and js.
In the following, the specific technical measures for overcoming the technical problems and realizing the technical effects by the js dynamic loading technical scheme are described in points:
1. the problem of obtaining cloud data after successful return aiming at which mechanism is adopted to request data from a cloud end server
The data is requested and acquired at the PC side by directly sending a request to the cloud server through ajax according to the Web front end, and the cloud server directly returns data according to the request content. The television terminal is different from the PC terminal in that the television terminal does not support the mode of directly requesting the cloud server to return data through ajax. After analysis and demonstration and full experiments, a mechanism of transferring through a WebBox browser carried on a television terminal is adopted, after data request parameters are combined well by a Web front end, a function of the WebBox browser requesting a cloud server is called through an API (application programming interface) interface, and cloud data are obtained after successful return.
2. Question of how to adapt a web application to various states of a television terminal
Because the adopted js dynamic loading technical scheme is different from frames such as jQuery and the like. All the focus, animation, rollers, remote controller key response, events, dynamic data display and the like cannot adopt existing plug-ins and components like a jQuery framework, and the problem that the adaptation web is applied to various states of the television terminal is solved only by manually compiling js codes.
3. Aiming at the problems that the television terminal resolutions of various machine cores and machine types are different and how to adapt to the television terminal resolutions
The resolution of the television terminal is different according to different models and movement, the initial idea is to adopt a global variable to store the resolution of each model, then divide the resolution of each model in the global variable by the highest resolution to obtain a proportion, then judge the corresponding model, and multiply the proportion by the pixel points of the model, namely, the adaptation of the resolution is finished. However, this method is subsequently negated. Firstly, declaring a global variable to store the resolution of each machine type, which increases the computational logic and occupies a storage space; secondly, multiplying the proportion by the pixel points of each model, which is equivalent to one time of operation of each model before finishing rendering, seriously influences rendering speed, and has redundant algorithm and complex and unclear code logic. Finally, according to multiple experiments and trials, the problem of adapting the resolution of the television terminal is solved in a percentage mode; the percentage mode has the advantages that the percentage of occupied screen content is directly adjusted according to the whole television screen without operating according to pixel points, and the resolution of each type of television terminal is adapted.
4. The question of which HTML5 tags are supported by the television terminal browser WebBox and which CSS3 and js grammar are supported
The js dynamic loading technical scheme not only requires the ability to master js, but also requires extremely skilled HTML5 and CSS3 capabilities, and the three capabilities are all not available. At the beginning of project design, detailed and specific research is performed on a WebBox browser loaded on a television terminal. The WebBox browser supports which HTML5 tags and supports which CSS3 grammars, the tags and grammars supported by the browser are used according to rules required by the browser, and the same effect is achieved by adopting other ways without support, so that the problem is solved.
The invention realizes the purpose through the following technical scheme:
a method for realizing web application loading optimization at a television terminal comprises the following steps:
step 1, defining basic architecture and operation; adding an API (application programming interface) calling interface of a WebBox browser into the js dynamic loading page, and directly requesting data from the cloud server after the WebBox browser receives a calling interface request;
step 2, building and deploying an operating environment; the method comprises the steps that the developed front-end codes are deployed to a cloud server, the mode of the front-end codes is the same as that of a PC (personal computer), the mode is the same as that of a webpage accessed in a browser of the PC, and the webpages are deployed on the cloud server; the back end deploys the data related codes to the cloud server, and the back end mainly realizes ES query, interactive logic and a data structure;
step 3, a project concrete actual operation flow; after the basic architecture definition and the running environment deployment are completed, the actual operation level is entered.
In the step 1, the cloud server returns data corresponding to the WebBox browser according to the request parameters, the WebBox browser forwards the data to the js dynamic loading page, the js dynamic loading page finishes rendering after acquiring the data, and the whole framework is built.
In the step 2, after the front and rear environments are built and deployed, the apk application of the WebBox browser is installed on the television terminal, and the js dynamic loading page is run in the Web application of the WebBox browser to complete the building and deployment of all the environments.
Further, in the step 3, the actual operation includes the following steps:
the method comprises the steps that firstly, a user logs in a personal center of a television terminal, wherein the purpose of logging in is to associate a personal center account with a commodity in a purchase order, namely, a purchase record, commodity details and logistics information can be inquired in a 'my order' through a long rainbow account number;
secondly, switching to a rainbow Fans column by a remote controller in the television terminal, pressing a confirming key to enter a commodity detail page after selecting a commodity poster, defaulting a focus in a commodity picture container, moving a scroll bar to browse a commodity picture by an upper key and a lower key of the remote controller, and switching the focus to a commodity mall button by a left key and a right key;
and thirdly, after the commodity information is determined, the two-dimensional code below the commodity button can be scanned by the mobile phone to jump to a commodity payment page, and the payment operation is completed at the mobile phone end. And fourthly, after the mobile phone end finishes payment, returning to the rainbow Fans column, clicking My order to check the purchase record and relevant information, and finishing the operation flow.
The further scheme is that the data request and the data acquisition at the PC end are directly sent to the cloud server through ajax according to the Web front end, and the cloud server directly returns the data according to the request content; through a mechanism of transferring a WebBox browser loaded on a television terminal, after the Web front end combines request data parameters, the function of the WebBox browser requesting a cloud server is called through an API (application programming interface) interface, and the cloud data is obtained after successful return.
The invention has the beneficial effects that:
according to the method for realizing web application loading optimization at the television terminal, the loading load is reduced and the loading speed is improved by adopting the js dynamic loading technical scheme, so that the television terminal does not generate a white screen phenomenon; the speed of entering the application is very high, and the time for entering the application for the first time is shortened; meanwhile, the method occupies little storage space, improves the starting speed of the whole Web application, and improves the user experience.
Drawings
To more clearly illustrate the technical solutions in the embodiments of the present invention, the following briefly introduces the embodiments or drawings required in the prior art description, obviously, the drawings in the following description are only some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without inventive efforts.
FIG. 1 is a diagram illustrating a basic structure and an operation flow of the present invention.
FIG. 2 is a flow diagram of an operating environment of the present invention.
FIG. 3 is a flow chart showing the operation of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be described in detail below. It should be apparent that the described embodiments are only some embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the examples given herein without making any creative effort, shall fall within the protection scope of the present invention.
In any embodiment, as shown in fig. 1 to 3, a specific implementation manner of a method for implementing web application loading optimization at a television terminal of the present invention mainly includes the following three steps: the basic architecture and the definition of operation, the construction and the deployment of the operation environment and the specific actual operation flow of the project.
Step 1, defining basic architecture and operation; this aspect is particularly important as it represents the basic architecture and body level of the solution, being the general direction, as compared to building foundations and frames of houses. And adding an API (application program interface) calling interface of the WebBox browser in the js dynamic loading page, and directly sending the WebBox browser to the cloud server to request data after receiving the calling interface request. The cloud server returns data corresponding to the WebBox browser according to the request parameters, the WebBox browser forwards the data to the js dynamic loading page, the js dynamic loading page finishes rendering after obtaining the data, and the whole framework is built.
Step 2, building and deploying an operating environment; after the framework is constructed, the operating environment needs to be deployed. Firstly, the developed front-end code is deployed to a cloud server, which is the same as the way of the PC end, and is the same as the web pages that we visit in the browser of the PC end, and these pages are also deployed on the cloud server. And then, deploying the data related codes to a cloud server by the back end, wherein the back end mainly realizes ES query, interactive logic, a data structure and the like. And then, after the front-end and back-end environments are built and deployed, a WebBox browser apk can be installed at the television terminal for application, the WebBox browser apk is equivalent to a carrier or a bridge and is connected with the front end and the back end, a platform is provided for the back end to complete calculation logic, and display logic is completed for the front end. Finally, a js dynamic loading page can be operated in the Web application of the WebBox browser, and the construction and deployment of all environments are completed.
And 3, carrying out a project specific actual operation process. After the basic architecture definition and the running environment deployment are completed, the method can enter the level of actual operation. The method comprises the following steps of firstly, logging in a personal center of a television terminal, wherein the purpose of logging in is to associate the personal center account with a commodity in a purchase order, namely, a purchase record, commodity details, logistics information and the like can be inquired in a My order through a Changhong account number. And secondly, switching to the 'rainbow Fans' column by using a remote controller in the television terminal, pressing a confirming key to enter a commodity detail page after selecting the commodity poster, enabling a default focus to be in a commodity picture container, moving a scroll bar to browse a commodity picture by an upper key and a lower key of the remote controller, and switching the focus to a commodity mall button by the left key and the right key. (Note: the model of chiQ7 can also be used to manipulate the page with an empty rat). And thirdly, after the commodity information is determined, the two-dimensional code below the commodity button is scanned by the mobile phone to jump to a commodity payment page, and the payment operation is completed at the mobile phone end. And fourthly, after the mobile phone end finishes payment, returning to the rainbow Fans column, clicking My orders to check purchase records and related information, and finishing the operation flow.
According to the method, the display attribute of the inherent DOM node does not need to be changed, and the DOM node is directly added in the js according to the requirement, so that the method is more convenient, visual and efficient; in addition, the method adopts a js dynamic loading mode, only basic DOM nodes need to be declared in the body, and subsequent DOM nodes are added in the js dynamic loading mode, so that the loading speed is higher, the frame structure is more reasonable, and the occupied memory capacity is smaller.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims. It should be noted that, in the above embodiments, the various features described in the above embodiments may be combined in any suitable manner, and in order to avoid unnecessary repetition, the present invention does not separately describe various possible combinations. In addition, any combination of the various embodiments of the present invention can be made, and the same should be considered as the disclosure of the present invention as long as the idea of the present invention is not violated.

Claims (2)

1. A method for realizing web application loading optimization at a television terminal is characterized by comprising the following steps:
step 1, defining basic architecture and operation; adding an API (application programming interface) calling interface of a WebBox browser into the js dynamic loading page, and directly requesting data from the cloud server after the WebBox browser receives a calling interface request; in the step 1, the cloud server returns data corresponding to the WebBox browser according to the request parameters, the WebBox browser forwards the data to the js dynamic loading page, the js dynamic loading page finishes rendering after acquiring the data, and the whole framework is built;
step 2, building and deploying an operating environment; the method comprises the steps that the developed front-end codes are deployed to a cloud server, the mode of the front-end codes is the same as that of a PC (personal computer), the mode is the same as that of a webpage accessed in a browser of the PC, and the webpages are deployed on the cloud server; the back end deploys the data related codes to the cloud server, and the back end mainly realizes ES query, interactive logic and a data structure; in the step 2, after the environments at the front end and the rear end are built and deployed, the WebBox browser apk application is installed on the television terminal, a js dynamic loading page is operated in the Web application of the WebBox browser, and the building and deployment of all the environments are completed;
step 3, a project concrete actual operation flow; after the basic architecture definition and the operation environment deployment are completed, the actual operation is carried out; in the step 3, the actual operation includes the following steps:
the method comprises the steps that firstly, a user logs in a personal center of a television terminal, wherein the purpose of logging in is to associate a personal center account with a commodity in a purchase order, namely, a purchase record, commodity details and logistics information can be inquired in a 'my order' through a long rainbow account number;
secondly, switching to a 'rainbow Fans' column by using a remote controller in the television terminal, entering a commodity detail page by pressing a confirming key after selecting a commodity poster, defaulting to have a focus in a commodity picture container, moving a scroll bar to browse commodity pictures by using an upper key and a lower key of the remote controller, and switching the focus to a commodity mall button by using a left key and a right key;
thirdly, after the commodity information is determined, the two-dimensional code below the commodity button can be scanned by the mobile phone to jump to a commodity payment page, and the payment operation is completed at the mobile phone end; and fourthly, after the mobile phone end finishes payment, returning to the rainbow Fans column, clicking My order to check the purchase record and relevant information, and finishing the operation flow.
2. The method for realizing Web application loading optimization at the television terminal as claimed in claim 1, wherein the data request and the data acquisition at the PC terminal are directly sent to the cloud server through ajax according to the Web front end, and the cloud server directly returns the data according to the request content; through a mechanism of transferring a WebBox browser loaded on a television terminal, after the Web front end combines request data parameters, the function of the WebBox browser requesting a cloud server is called through an API (application program interface) interface, and the cloud data are obtained after the function is successfully returned.
CN202011305086.0A 2020-11-19 2020-11-19 Method for realizing web application loading optimization at television terminal Active CN112269608B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011305086.0A CN112269608B (en) 2020-11-19 2020-11-19 Method for realizing web application loading optimization at television terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011305086.0A CN112269608B (en) 2020-11-19 2020-11-19 Method for realizing web application loading optimization at television terminal

Publications (2)

Publication Number Publication Date
CN112269608A CN112269608A (en) 2021-01-26
CN112269608B true CN112269608B (en) 2022-08-19

Family

ID=74340419

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011305086.0A Active CN112269608B (en) 2020-11-19 2020-11-19 Method for realizing web application loading optimization at television terminal

Country Status (1)

Country Link
CN (1) CN112269608B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8132532B1 (en) * 2009-08-07 2012-03-13 Grundig Kevin J Apparatus and method for inhibiting the growth of algae in an aquarium
CN105701246A (en) * 2015-11-25 2016-06-22 青岛海信电器股份有限公司 Terminal information loading method and device based on web application
CN106446299A (en) * 2016-11-30 2017-02-22 深圳Tcl数字技术有限公司 Website information downloading method and device
CN106506600A (en) * 2016-10-12 2017-03-15 中国葛洲坝集团电力有限责任公司 A kind of building photovoltaic plant monitor supervision platform based on B/S frameworks

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001067361A1 (en) * 2000-03-09 2001-09-13 Smart Research Technologies, Inc. Distribution of printed information from electronic database
US8505024B2 (en) * 2000-12-18 2013-08-06 Shaw Parsing Llc Storing state in a dynamic content routing network
US20020087964A1 (en) * 2000-12-28 2002-07-04 Gateway, Inc. System and method for enhanced HAVi based device implementation
DE10225031A1 (en) * 2002-06-06 2003-12-18 Grundig Ag I Ins Device for changing operating program in microprocessor of television receiver has user input device for initiating and controlling changes made to operating program
US8032863B2 (en) * 2004-11-18 2011-10-04 Parasoft Corporation System and method for global group reporting
US8924845B2 (en) * 2008-02-20 2014-12-30 Lsi Corporation Web application code decoupling and user interaction performance
CN102316384B (en) * 2011-09-08 2018-03-06 中兴通讯股份有限公司 The more figure switching methods of the page and built-in browser of network television
CN102831237B (en) * 2012-09-03 2016-12-21 深圳市茁壮网络股份有限公司 A kind of web application access method and device
US9438610B2 (en) * 2013-09-03 2016-09-06 Pagefair Limited Anti-tampering server
CN104244094A (en) * 2014-09-15 2014-12-24 内蒙古中大传媒发展有限公司 Calling management method for starting digital television electronic program guide EPG under broadcasting and telecommunication dual-network mode
CN105407369A (en) * 2015-11-17 2016-03-16 青岛海信电器股份有限公司 Web application based terminal communication method and device
US20190182560A1 (en) * 2017-08-17 2019-06-13 Shenzhen Chuangwei-Rgb Electronic Co., Ltd Browser-based embedded operation method, television set and storage device
CN107613363B (en) * 2017-10-26 2020-04-28 四川长虹电器股份有限公司 System and method for pushing advertisements to hotel televisions based on Internet
CN110297624B (en) * 2019-07-03 2022-06-21 四川长虹电器股份有限公司 Implementation method of Widget system based on electron framework and television adopting system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8132532B1 (en) * 2009-08-07 2012-03-13 Grundig Kevin J Apparatus and method for inhibiting the growth of algae in an aquarium
CN105701246A (en) * 2015-11-25 2016-06-22 青岛海信电器股份有限公司 Terminal information loading method and device based on web application
CN106506600A (en) * 2016-10-12 2017-03-15 中国葛洲坝集团电力有限责任公司 A kind of building photovoltaic plant monitor supervision platform based on B/S frameworks
CN106446299A (en) * 2016-11-30 2017-02-22 深圳Tcl数字技术有限公司 Website information downloading method and device

Also Published As

Publication number Publication date
CN112269608A (en) 2021-01-26

Similar Documents

Publication Publication Date Title
US20150286739A1 (en) Html5-protocol-based webpage presentation method and device
CN109614162B (en) Front-end loading optimization method based on component development mode and storage medium
CN104714982A (en) Method and system for loading webpage
CN111462281A (en) Poster generation method, device, equipment and storage medium
US8682964B1 (en) Progressively loading network content
US20080040371A1 (en) Generic architecture for providing data to flash model
US9626197B1 (en) User interface rendering performance
CN111294395A (en) Terminal page transmission method, device, medium and electronic equipment
CN111913705B (en) JavaScript template implementation method based on difference updating algorithm
CN113326043B (en) Webpage rendering method, webpage manufacturing method and webpage rendering system
CN112235132B (en) Method, device, medium and server for dynamically configuring service
CN112269608B (en) Method for realizing web application loading optimization at television terminal
CN112905944A (en) Page online dynamic generation method and device, electronic equipment and readable storage medium
CN114756228A (en) Page processing method, device, equipment and storage medium
US10530709B2 (en) Container contract for data dependencies
CN116821533A (en) Page rendering method, computer device and computer-readable storage medium
CN116719523A (en) Page rendering method and electronic device
CN114861103B (en) Page backtracking method and device, medium and electronic equipment
CN114968220A (en) Dynamic portal design method and device
CN114168875A (en) Page program generation method and device, computer equipment and storage medium
Lonka Improving the Initial Rendering Performance of React Applications Through Contemporary Rendering Approaches
CN113961279A (en) Page rendering method, device, server and storage medium
CN113448649B (en) Redis-based home page data loading server and method
CN114461960B (en) Page generation method, page display method and page display device
CN113918267B (en) Map interaction method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant