CN111026988A - Page loading method, device and system and computer equipment - Google Patents

Page loading method, device and system and computer equipment Download PDF

Info

Publication number
CN111026988A
CN111026988A CN201911119791.9A CN201911119791A CN111026988A CN 111026988 A CN111026988 A CN 111026988A CN 201911119791 A CN201911119791 A CN 201911119791A CN 111026988 A CN111026988 A CN 111026988A
Authority
CN
China
Prior art keywords
page
route
request information
static
interface data
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.)
Pending
Application number
CN201911119791.9A
Other languages
Chinese (zh)
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.)
Zhejiang Shulian Technology Co ltd
Original Assignee
Zhejiang Shulian Technology 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 Zhejiang Shulian Technology Co ltd filed Critical Zhejiang Shulian Technology Co ltd
Priority to CN201911119791.9A priority Critical patent/CN111026988A/en
Publication of CN111026988A publication Critical patent/CN111026988A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The invention discloses a page loading method, a device and a system as well as computer equipment, which are used for receiving page request information, matching a first route according to the page request information and acquiring a static page of the first route; meanwhile, according to the page request information, matching a second route to obtain interface data of the second route; splicing the static page and the interface data into a first screen page; the method comprises the steps of sending the first screen page to a pre-loaded webpage view component, wherein the webpage view component loads and renders the first screen page, so that a node server simultaneously requests pages and data, frequent http requests between a client and a server are reduced, and the problem of low response efficiency of APP first screen page loading of application is solved.

Description

Page loading method, device and system and computer equipment
Technical Field
The present application relates to the field of internet application technologies, and in particular, to a method, an apparatus, a system, and a computer device for page loading.
Background
With the popularization of intelligent terminals, the functions of Application programs (APPs) generated by corresponding intelligent terminals in the work and life of people are increased, more and more embedded pages of APP clients are provided, and many APPs realize function modules through hypertext markup Language version 5 (hypertext markup Language version 5, abbreviated as H5). However, in the related art, since many network requests are generated when each H5 page is loaded, page resources are loaded slowly, which results in too long blank screen time during loading of the H5 page, sometimes loading failure, and poor user experience and function availability.
Aiming at the problem of low response efficiency of loading of an APP first screen page of an application in the related technology, an effective solution is not provided at present.
Disclosure of Invention
The invention provides a page loading method, device, system and computer equipment, aiming at the problem of low response efficiency of loading of an APP (application) first screen page in the related art, and at least solving the problem.
According to one aspect of the invention, a system for page loading is provided, which comprises a node server, a static page server and an interface server;
the node server receives request page information;
the node server matches a first route according to the page request information, and is connected with the static page server to obtain a static page of the first route; meanwhile, the node server matches a second route according to the page request information, and is connected with the interface server to acquire interface data of the second route; the node server splices the static page and the interface data into a first screen page;
and the node server sends the head screen page to a pre-loaded webpage view component, wherein the webpage view component loads the head screen page.
In one embodiment, the node server is further configured to fill the module data and the module template of the interface data onto the static page in a segmented manner according to the acquisition time of the interface data.
In one embodiment, the node server is further configured to match a first route according to the page request information, obtain a skeleton page of the first route, and send the skeleton page to a preloaded webpage view component for rendering.
According to another aspect of the present invention, there is provided a page loading method, including:
receiving page request information;
matching a first route according to the page request information to obtain a static page of the first route; meanwhile, according to the page request information, matching a second route, and acquiring interface data of the second route; splicing the static page and the interface data into a first screen page;
and sending the first screen page to a pre-loaded webpage view component, wherein the webpage view component loads and renders the first screen page.
In one embodiment, the splicing the static page and the interface data into a home screen page includes:
and filling the module data and the module template of the interface data on the static page in a segmented manner according to the acquisition time of the interface data.
In one embodiment, after receiving the page request information, before matching the first route according to the page request information and acquiring a static page of the first route, the method includes:
and matching a first route according to the page request information, acquiring a skeleton page of the first route, and sending the skeleton page to a pre-loaded webpage view component for rendering.
In one embodiment, the receiving page request information includes:
and under the condition of receiving a plurality of different page request information, performing a plurality of sub threads to simultaneously process the page request information.
According to another aspect of the present invention, there is provided an apparatus for page loading, the apparatus comprising:
the receiving module is used for receiving the request page information;
the acquisition module is used for matching a first route according to the page request information to acquire a static page of the first route; meanwhile, the acquisition module matches a second route according to the page request information to acquire interface data of the second route; the acquisition module splices the static page and the interface data into a first screen page;
and the loading module is used for sending the first screen page to a pre-loaded webpage view component, wherein the webpage view component loads the first screen page.
According to another aspect of the present invention, there is provided a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of any of the methods described above when executing the computer program.
According to another aspect of the invention, a computer-readable storage medium is provided, on which a computer program is stored, characterized in that the computer program realizes the steps of any of the methods described above when executed by a processor.
According to the invention, a page loading method is adopted to receive page request information, and a first route is matched according to the page request information to obtain a static page of the first route; meanwhile, according to the page request information, matching a second route to obtain interface data of the second route; splicing the static page and the interface data into a first screen page; the method comprises the steps of sending the first screen page to a pre-loaded webpage view component, wherein the webpage view component loads and renders the first screen page, so that a node server simultaneously requests pages and data, frequent http requests between a client and a server are reduced, and the problem of low response efficiency of APP first screen page loading of application is solved.
Drawings
FIG. 1 is a diagram illustrating a page loading application scenario according to an embodiment of the present invention;
FIG. 2 is a first flowchart of a method for loading a page according to an embodiment of the present invention;
FIG. 3 is a flowchart II of a page loading method according to an embodiment of the present invention;
FIG. 4 is a flowchart III of a page loading method according to an embodiment of the present invention;
FIG. 5 is a fourth flowchart of a method for loading a page according to an embodiment of the present invention;
FIG. 6 is a block diagram of a system for page loading according to an embodiment of the present invention;
FIG. 7 is a block diagram of an apparatus for page loading according to an embodiment of the present invention;
fig. 8 is a block diagram of the inside of a computer device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The terms "first", "second" and "third" in the embodiments of the present application are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first," "second," or "third" may explicitly or implicitly include at least one of the feature. In the description of the present application, "plurality" means at least two, e.g., two, three, etc., unless explicitly specifically limited otherwise. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
In this embodiment, a method for page loading is provided, and fig. 1 is a schematic diagram of a page loading application scenario according to an embodiment of the present invention, as shown in fig. 1, in the application environment, a client 12 communicates with a node server 14 through a network. The node server 14 receives the request page information sent by the client 12, and the node server 14 is connected with the static page server 16 to obtain a static page corresponding to the request page information; meanwhile, the node server 14 connects to the interface server 18 to obtain interface data corresponding to the requested page information; the node server 14 splices the static page and the interface data into a first screen page, and sends the first screen page to a pre-loaded web view component, and the first screen page is loaded by the web view component. The client 12 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices, and the node server 14 may be implemented by an independent server or a server cluster composed of a plurality of servers.
In this embodiment, a method for loading a page is provided, and fig. 2 is a first flowchart of the method for loading a page according to the embodiment of the present invention, as shown in fig. 2, the method includes the following steps:
step S202, receiving page request information; when a user clicks and requests a certain page, the node server 14 captures a related page request, and the node server 14 performs route matching according to a page url path.
Step S204, according to the page request information, matching a first route to obtain a static page of the first route; meanwhile, according to the page request information, matching a second route to obtain interface data of the second route; splicing the static page and the interface data into a first screen page; and rendering a static page template in real time by using the first screen interface data, performing template engine rendering, and returning the completely spliced first screen page to the browser.
Step S206, sending the first screen page to a pre-loaded webpage view component, wherein the webpage view component loads and renders the first screen page; when the client APP is started, a global webpage view component is initialized to be used, the global webpage view component is a page carrier used for loading the whole application, and when the application is destroyed, the global webpage view component is destroyed.
Through the steps S202 to S206, the static page and the interface data corresponding to the page request information are synchronously acquired according to the received page request information, the static page and the interface data are spliced into a complete home screen page, and the home screen page is sent to the webpage view component for loading, so that frequent http requests of a client and a server are reduced, all operations are completed at a server, and the problem of low response efficiency of APP home screen page loading is solved; in addition, the server side directly returns the spliced complete page to the webpage view component for loading, the typesetting page does not need to be rendered, and the problem of frequent jitter of the page is solved.
In an embodiment, a method for loading a page is provided, and fig. 3 is a flowchart of a method for loading a page according to an embodiment of the present invention, as shown in fig. 3, the method includes the following steps:
step S302, according to the acquisition time of the interface data, filling the module data and the module template of the interface data to the static page in a segmented manner; the loading time of the first screen page is greatly prolonged through the step.
In an embodiment, a method for page loading is provided, and fig. 4 is a flowchart three of the method for page loading according to the embodiment of the present invention, as shown in fig. 4, the method includes the following steps:
step S402, according to the page request information, matching a first route, acquiring a skeleton page of the first route, and sending the skeleton page to a pre-loaded webpage view component for rendering; and after the complete first screen page is spliced, replacing the skeleton page with the first screen page.
Through the step S402, the skeleton page is preferentially sent to the pre-loaded webpage view component for rendering, and the skeleton page can be smoothly transited to the first screen page, so that the APP first screen page loading response efficiency of the application is further improved, and the problem of overlong user loading time is solved.
In an embodiment, a method for loading a page is provided, and fig. 5 is a fourth flowchart of the method for loading a page according to the embodiment of the present invention, as shown in fig. 5, the method includes the following steps:
step S502, under the condition of receiving a plurality of different page request information, a plurality of sub threads are carried out to process the page request information simultaneously; the node server 14 receives a plurality of pieces of page request information through multiple threads, and obtains static pages and interface data of the plurality of pieces of page request information simultaneously through multiple threads to process; the node server 14 splices the interface data of the multiple pieces of page request information and the static page into a first screen page according to the acquisition time of the received data.
Through the step S502, the multiple page request messages are processed concurrently, which is beneficial to further improving the response time of page loading.
It should be understood that, although the steps in the flowcharts of fig. 2 to 5 are shown in sequence as indicated by the arrows, the steps are not necessarily performed in sequence as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 2-5 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performing the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternately with other steps or at least some of the sub-steps or stages of other steps.
In this embodiment, a system for page loading is provided, and fig. 6 is a block diagram illustrating a structure of a system for page loading according to an embodiment of the present invention, as shown in fig. 6, the system includes a node server 14, a static page server 16, and an interface server 18;
the node server 14 receives the request page information;
the node server 14 matches the first route according to the page request information, and connects the static page server 16 to obtain the static page of the first route; meanwhile, the node server 14 matches a second route according to the page request information, and connects the interface server 18 to obtain interface data of the second route; the node server 14 splices the static page and the interface data into a first screen page;
the node server 14 sends the first screen page to the preloaded web view component, where the web view component loads and renders the first screen page.
Through the page loading system, the node server 14 is synchronously connected with the static page server 16 to obtain a static page according to the received page request information, and is synchronously connected with the interface server 18 to obtain interface data, the node server 14 splices the static page and the interface data into a complete first screen page, and sends the first screen page to the webpage view component for loading, so that frequent http requests of a client and the server are reduced, all operations are completed at a server, and the problem of low response efficiency of APP first screen page loading is solved; in addition, the server directly returns the spliced complete page to the webpage view component for loading, the typesetting page does not need to be rendered, and the problem of frequent jitter of the page is solved.
In one embodiment, the node server 14 is further configured to fill the module data and the module template segment of the interface data into the static page according to the acquisition time of the interface data.
In an embodiment, the node server 14 is further configured to match the first route according to the page request information, obtain a skeleton page of the first route, and send the skeleton page to a preloaded web view component for rendering.
In one embodiment, the node server 14 is further configured to perform multiple child threads to process the page request information simultaneously in the event that multiple different page request information is received.
In this embodiment, a page loading apparatus is provided, and fig. 7 is a block diagram of a structure of a page loading apparatus according to an embodiment of the present invention, as shown in fig. 7, the apparatus includes:
a receiving module 72, configured to receive request page information;
an obtaining module 74, configured to match the first route according to the page request information, and obtain a static page of the first route; meanwhile, the obtaining module 74 matches a second route according to the page request information to obtain interface data of the second route; the obtaining module 74 splices the static page and the interface data into a first screen page;
and a loading module 76, configured to send the first screen page to a pre-loaded web page view component, where the web page view component loads the first screen page.
Through the page loading device, the receiving module 72 receives page request information, the obtaining module 74 synchronously obtains a static page and interface data corresponding to the page request information, and splices the static page and the interface data into a complete first screen page, and the loading module 76 sends the first screen page to a webpage view component for loading, so that frequent http requests of a client and a server are reduced, all operations are completed at a server, and the problem of low response efficiency of APP first screen page loading is solved; in addition, the server side directly returns the spliced complete page to the webpage view component for loading, the typesetting page does not need to be rendered, and the problem of frequent jitter of the page is solved.
In one embodiment, the obtaining module 74 is further configured to populate the static page with module data and module template segments of the interface data according to the obtaining time of the interface data.
In one embodiment, the obtaining module 74 is further configured to match the first route according to the page request information, obtain a skeleton page of the first route, and send the skeleton page to a preloaded web page view component for rendering.
In one embodiment, the receiving module 72 is further configured to perform multiple sub-threads to process the page request information simultaneously when multiple different page request information is received.
For the specific definition of the page loading device, reference may be made to the above definition of the page loading method, which is not described herein again. The various modules in the page loading apparatus may be implemented in whole or in part by software, hardware, and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, and the computer device may be a server, and fig. 8 is a structural diagram of the inside of the computer device according to the embodiment of the present invention, as shown in fig. 8. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing the first screen page data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a page loading method.
Those skilled in the art will appreciate that the architecture shown in fig. 8 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor executes the computer program to implement the steps in the page loading method provided by the above embodiments.
In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps in the page loading method provided by the above embodiments.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. The system for page loading is characterized by comprising a node server, a static page server and an interface server;
the node server receives request page information;
the node server matches a first route according to the page request information, and is connected with the static page server to obtain a static page of the first route; meanwhile, the node server matches a second route according to the page request information, and is connected with the interface server to acquire interface data of the second route; the node server splices the static page and the interface data into a first screen page;
and the node server sends the head screen page to a pre-loaded webpage view component, wherein the webpage view component loads and renders the head screen page.
2. The system according to claim 1, wherein the node server is further configured to fill the module data and the module template segment of the interface data onto the static page according to the acquisition time of the interface data.
3. The system according to claim 1, wherein the node server is further configured to match a first route according to the page request information, obtain a skeleton page of the first route, and send the skeleton page to a preloaded web view component for rendering.
4. A method for page loading, the method comprising:
receiving page request information;
matching a first route according to the page request information to obtain a static page of the first route; meanwhile, according to the page request information, matching a second route, and acquiring interface data of the second route; splicing the static page and the interface data into a first screen page;
and sending the first screen page to a pre-loaded webpage view component, wherein the webpage view component loads and renders the first screen page.
5. The method of claim 4, wherein the splicing the static page and the interface data into a home screen page comprises:
and filling the module data and the module template of the interface data on the static page in a segmented manner according to the acquisition time of the interface data.
6. The method according to claim 4, wherein after receiving the page request information, before matching the first route according to the page request information and obtaining the static page of the first route, the method comprises:
and matching a first route according to the page request information, acquiring a skeleton page of the first route, and sending the skeleton page to a pre-loaded webpage view component for rendering.
7. The method of any of claims 4 to 6, wherein receiving page request information comprises:
and under the condition of receiving a plurality of different page request information, performing a plurality of sub threads to simultaneously process the page request information.
8. An apparatus for page loading, the apparatus comprising:
the receiving module is used for receiving the request page information;
the acquisition module is used for matching a first route according to the page request information to acquire a static page of the first route; meanwhile, the acquisition module matches a second route according to the page request information to acquire interface data of the second route; the acquisition module splices the static page and the interface data into a first screen page;
and the loading module is used for sending the first screen page to a pre-loaded webpage view component, wherein the webpage view component loads the first screen page.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method according to any of claims 4 to 6 are implemented when the computer program is executed by the processor.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 4 to 6.
CN201911119791.9A 2019-11-15 2019-11-15 Page loading method, device and system and computer equipment Pending CN111026988A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911119791.9A CN111026988A (en) 2019-11-15 2019-11-15 Page loading method, device and system and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911119791.9A CN111026988A (en) 2019-11-15 2019-11-15 Page loading method, device and system and computer equipment

Publications (1)

Publication Number Publication Date
CN111026988A true CN111026988A (en) 2020-04-17

Family

ID=70200367

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911119791.9A Pending CN111026988A (en) 2019-11-15 2019-11-15 Page loading method, device and system and computer equipment

Country Status (1)

Country Link
CN (1) CN111026988A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708962A (en) * 2020-06-23 2020-09-25 中国平安财产保险股份有限公司 Rendering method, device and equipment of skeleton screen and storage medium
CN112099873A (en) * 2020-09-15 2020-12-18 广州华多网络科技有限公司 Application program home page loading method, device, equipment and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102930037A (en) * 2012-11-09 2013-02-13 北京奇虎科技有限公司 Page loading method and device
CN104714982A (en) * 2013-12-17 2015-06-17 阿里巴巴集团控股有限公司 Method and system for loading webpage
CN104951311A (en) * 2015-07-03 2015-09-30 北京京东尚科信息技术有限公司 Page making method and device
CN106776655A (en) * 2015-11-25 2017-05-31 北京国双科技有限公司 The methods of exhibiting and device of Web application systems
CN108132991A (en) * 2017-12-20 2018-06-08 上海斐讯数据通信技术有限公司 A kind of H5 pages loading method and system
CN108334517A (en) * 2017-01-20 2018-07-27 华为技术有限公司 A kind of webpage rendering intent and relevant device
CN109388766A (en) * 2017-08-07 2019-02-26 阿里巴巴集团控股有限公司 The method and apparatus of page load
CN109740079A (en) * 2018-10-29 2019-05-10 深圳壹账通智能科技有限公司 Loading method, device and the computer equipment of the H5 page
CN109902248A (en) * 2019-02-25 2019-06-18 百度在线网络技术(北京)有限公司 Page display method, device, computer equipment and readable storage medium storing program for executing

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102930037A (en) * 2012-11-09 2013-02-13 北京奇虎科技有限公司 Page loading method and device
CN104714982A (en) * 2013-12-17 2015-06-17 阿里巴巴集团控股有限公司 Method and system for loading webpage
CN104951311A (en) * 2015-07-03 2015-09-30 北京京东尚科信息技术有限公司 Page making method and device
CN106776655A (en) * 2015-11-25 2017-05-31 北京国双科技有限公司 The methods of exhibiting and device of Web application systems
CN108334517A (en) * 2017-01-20 2018-07-27 华为技术有限公司 A kind of webpage rendering intent and relevant device
CN109388766A (en) * 2017-08-07 2019-02-26 阿里巴巴集团控股有限公司 The method and apparatus of page load
CN108132991A (en) * 2017-12-20 2018-06-08 上海斐讯数据通信技术有限公司 A kind of H5 pages loading method and system
CN109740079A (en) * 2018-10-29 2019-05-10 深圳壹账通智能科技有限公司 Loading method, device and the computer equipment of the H5 page
CN109902248A (en) * 2019-02-25 2019-06-18 百度在线网络技术(北京)有限公司 Page display method, device, computer equipment and readable storage medium storing program for executing

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708962A (en) * 2020-06-23 2020-09-25 中国平安财产保险股份有限公司 Rendering method, device and equipment of skeleton screen and storage medium
CN112099873A (en) * 2020-09-15 2020-12-18 广州华多网络科技有限公司 Application program home page loading method, device, equipment and storage medium
CN112099873B (en) * 2020-09-15 2023-06-02 广州华多网络科技有限公司 Application program home page loading method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN108829485B (en) Application interface layout updating method and device, storage medium and computer equipment
CN111143462A (en) Data export method and device, computer equipment and storage medium
CN111324905A (en) Image data labeling method and device, computer equipment and storage medium
CN111984356A (en) Page jump method, device, computer equipment and storage medium
CN108108219B (en) Application program running method and device, computer equipment and storage medium
CN108959384B (en) Webpage data acquisition method and device, computer equipment and storage medium
CN109413153B (en) Data crawling method and device, computer equipment and storage medium
CN112685669A (en) Page rendering method and system
CN111026988A (en) Page loading method, device and system and computer equipment
CN112114808A (en) Page rendering method and device and electronic equipment
CN111431767B (en) Multi-browser resource synchronization method and device, computer equipment and storage medium
CN114281263A (en) Storage resource processing method, system and equipment of container cluster management system
CN110750443A (en) Webpage testing method and device, computer equipment and storage medium
CN112035114A (en) Page rollback method, device, equipment and medium
CN108418797B (en) Webpage access method and device, computer equipment and storage medium
CN109614188B (en) Page online help method and device, computer equipment and storage medium
CN112769674B (en) Mailbox signature generation method and device, readable storage medium and computer equipment
CN111901383A (en) Data request processing method and device, computer equipment and storage medium
CN111782447A (en) Batch test updating method and device based on SSH service and computer equipment
CN110889539B (en) Method, system and device for organizing spot market clearing cases based on cloud platform
CN112783866A (en) Data reading method and device, computer equipment and storage medium
CN112015378A (en) Skeleton screen page generation method and device, computer equipment and storage medium
CN111552551A (en) User management method and device based on master-slave system, computer equipment and medium
CN111177624B (en) Website front-end and back-end communication method, device, computer equipment and storage medium
CN113326080B (en) H5 page loading method, device, 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