CN114357339A - Page loading method and device and storage medium - Google Patents

Page loading method and device and storage medium Download PDF

Info

Publication number
CN114357339A
CN114357339A CN202210262681.3A CN202210262681A CN114357339A CN 114357339 A CN114357339 A CN 114357339A CN 202210262681 A CN202210262681 A CN 202210262681A CN 114357339 A CN114357339 A CN 114357339A
Authority
CN
China
Prior art keywords
page
loading
configuration protocol
server
target
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.)
Granted
Application number
CN202210262681.3A
Other languages
Chinese (zh)
Other versions
CN114357339B (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.)
Hangzhou Mutual Link Internet Technology Co ltd
Original Assignee
Hangzhou Mutual Link Internet 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 Hangzhou Mutual Link Internet Technology Co ltd filed Critical Hangzhou Mutual Link Internet Technology Co ltd
Priority to CN202210262681.3A priority Critical patent/CN114357339B/en
Publication of CN114357339A publication Critical patent/CN114357339A/en
Application granted granted Critical
Publication of CN114357339B publication Critical patent/CN114357339B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a page loading method, a page loading device and a storage medium, relates to the technical field of internet, and aims to improve the loading speed of a page and further improve the user experience. The specific scheme comprises the following steps: under the condition of loading the page of the application for the first time, responding to a loading instruction of the page, acquiring a page address, and if the page address is the address of a home page, acquiring the configuration protocols of static resources, an analysis engine and the home page from a first server, wherein the analysis engine is used for analyzing the configuration protocols of all pages of the application; loading a home page based on a configuration protocol, static resources and an analysis engine of the home page; if the page address is the address of the first page, sending a page configuration protocol for acquiring the first page from the second server, and acquiring the static resource and the parsing engine from the first server; the first page is loaded based on the configuration protocol, the static resource, and the parsing engine of the first page.

Description

Page loading method and device and storage medium
Technical Field
The invention relates to the technical field of internet, in particular to a page loading method, a page loading device and a storage medium.
Background
When a user uses the terminal equipment to surf the internet, the terminal equipment responds to the triggering operation of the user to generate a page access request and sends the page access request to the server. And after receiving the page access request, the server sends a page resource corresponding to the page access request to the terminal equipment. And the terminal equipment renders the page by adopting the received page resources and displays the page.
When the page content is more, the time for loading the page resource by the terminal device is longer, so that the page loading speed is slower, and the user experience is influenced.
Disclosure of Invention
The invention provides a page loading method, a page loading device and a storage medium, and solves the problem that when the content of a page is more, the time for loading page resources by terminal equipment is longer, so that the page loading speed is slower, and the user experience is further influenced.
In order to achieve the purpose, the invention adopts the following technical scheme:
in a first aspect, the present invention provides a page loading method, including:
under the condition of loading the page of the application for the first time, responding to a loading instruction of the page, and acquiring a page address, wherein the page address is the address of the page to be loaded;
if the page address is used for indicating a home page of the application, sending a first access request to a first server, wherein the first access request comprises the address of the home page;
receiving a configuration protocol of a static resource, an analysis engine and a home page sent by a first server, wherein the analysis engine is used for analyzing the configuration protocol of all pages of an application;
loading a home page based on a configuration protocol, static resources and an analysis engine of the home page;
if the page address is used for indicating a first page of the application, sending a first access request to a first server, and sending a second access request to a second server, wherein the second access request comprises the address of the first page;
receiving static resources and a parsing engine sent by a first server;
receiving a configuration protocol of the first page sent by a second server;
the first page is loaded based on the configuration protocol, the static resource, and the parsing engine of the first page.
By adopting the page loading method provided by the invention, when the terminal equipment loads the page of the application for the first time, the terminal equipment can obtain the page address in response to the page loading instruction, and the page address is the address of the page to be loaded. If the page address is used for indicating the home page of the application, the terminal device sends a first access request including the address of the home page to the first server, receives the static resource, the analysis engine and the configuration protocol of the home page sent by the first server, and loads the home page based on the configuration protocol, the static resource and the analysis engine of the home page. If the page address is used for indicating a first page of the application, and the first page is other pages except a first page, the terminal device not only sends a first access request to the first server, but also sends a second access request including the address of the first page to the second server, receives the static resource and the parsing engine sent by the first server, and the configuration protocol of the first page sent by the second server, and loads the first page based on the configuration protocol, the static resource and the parsing engine of the first page. Compared with the prior art that the static resources and the first page resources or the first page resources are obtained twice, the page loading method provided by the invention can obtain the static resources and the first page resources or the first page resources at one time, and the loading speed of the first page or the first page of the application is improved.
In a possible implementation manner, the page loading method further includes:
responding to a loading instruction of a page, acquiring a first white list, wherein the first white list comprises a first page identifier, and the first page identifier is used for indicating a first target page with access frequency greater than a preset value;
sending a third access request to the second server, wherein the third access request comprises the first page identifier;
receiving a configuration protocol of a first target page sent by a second server;
storing a configuration protocol preset time period of the first target page by adopting a preset cache strategy;
responding to a loading instruction of a first target page, and acquiring a configuration protocol of the first target page when the configuration protocol of the first target page is determined to be stored;
and switching from displaying the first target page or the first page to displaying the first target page based on the configuration protocol, the parsing engine and the static resource of the first target page.
In a possible implementation manner, the page loading method further includes:
responding to a loading instruction of a second target page of the application, and sending a fourth access request to the second server, wherein the fourth access request comprises a second page identifier corresponding to the second target page, and the second page identifier is used for indicating the second target page with the access frequency smaller than a preset value;
receiving a configuration protocol of a second target page sent by a second server;
switching from displaying the first target page or the first target page to displaying the second target page based on the configuration protocol, the analysis engine and the static resource of the second target page;
and storing the configuration protocol preset time period of the second target page by adopting a preset cache strategy.
In a possible implementation manner, the page loading method further includes:
sending a white list updating request to a second server by adopting a preset updating strategy;
receiving a second white list sent by a second server;
and determining the second white list as the first white list.
In a possible implementation manner, the loading of the home page based on the configuration protocol, the static resource, and the parsing engine of the home page includes:
analyzing the configuration protocol of the home page through an analysis engine, and determining a material component to be displayed of the home page and an API (application programming interface) of the home page;
acquiring API interface data of a home page based on an API interface of the home page, wherein the API interface data of the home page is user data to be displayed in the home page;
and loading the home page based on the material components to be displayed and the static resources of the home page and the API (application program interface) data of the home page.
In a possible implementation manner, the API interface data of the home page is obtained based on the API interface of the home page, and the API interface data of the home page is after the user data to be displayed in the home page, and the page loading method further includes:
and storing the API interface data of the home page for a preset time period by adopting a preset cache strategy.
In a possible implementation manner, the page loading method further includes:
responding to a loading instruction of a historical page, and when determining that a configuration protocol of the historical page and API (application program interface) data of the historical page are stored, acquiring the configuration protocol of the historical page and the API data of the historical page, wherein the historical page is any one of a first page, a first target page and a second target page which are loaded, and the API data of the historical page is user data to be displayed in the historical page;
and switching from displaying the current page to displaying the historical page based on the configuration protocol of the analysis engine, the static resource and the historical page and the API (application program interface) data of the historical page, wherein the current page is any one of a home page, a first target page and a second target page.
In a second aspect, the present invention provides a page loading apparatus, where the page loading apparatus includes:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for responding to a loading instruction of a page to acquire a page address under the condition of loading the page of an application for the first time, and the page address is the address of the page to be loaded;
the sending unit is used for sending a first access request to the first server if the page address is used for indicating a home page of the application, wherein the first access request comprises the address of the home page;
the receiving unit is used for receiving the configuration protocols of the static resources, the analysis engine and the home page sent by the first server, and the analysis engine is used for analyzing the configuration protocols of all the pages of the application;
the loading unit is used for loading the home page based on the configuration protocol, the static resource and the analysis engine of the home page;
the sending unit is further used for sending a first access request to the first server and sending a second access request to the second server if the page address is used for indicating the first page of the application, wherein the second access request comprises the address of the first page;
the receiving unit is also used for receiving the static resources and the analysis engine sent by the first server and receiving the configuration protocol of the first page sent by the second server;
and the loading unit is also used for loading the first page based on the configuration protocol, the static resource and the analysis engine of the first page.
In a possible implementation manner, the obtaining unit is further configured to obtain a first white list in response to a page loading instruction, where the first white list includes a first page identifier, and the first page identifier is used to indicate a first target page with an access frequency greater than a preset value;
the sending unit is further configured to send a third access request to the second server, where the third access request includes the first page identifier;
the receiving unit is also used for receiving a configuration protocol of the first target page sent by the second server;
the cache unit is used for storing a configuration protocol preset time period of the first target page by adopting a preset cache strategy;
the obtaining unit is further used for responding to a loading instruction of the first target page, and obtaining the configuration protocol of the first target page when the configuration protocol of the first target page is determined to be stored;
and the loading unit is also used for switching from displaying the first target page or the first page to displaying the first target page based on the configuration protocol, the analysis engine and the static resource of the first target page.
In a possible implementation manner, the sending unit is further configured to send, in response to a load instruction of a second target page of the application, a fourth access request to the second server, where the fourth access request includes a second page identifier corresponding to the second target page, and the second page identifier is used to indicate the second target page whose access frequency is less than a preset value;
the receiving unit is also used for receiving a configuration protocol of a second target page sent by a second server;
the loading unit is also used for switching from displaying the first target page or the first target page to displaying the second target page based on the configuration protocol, the analysis engine and the static resources of the second target page;
and the cache unit is further used for storing the configuration protocol preset time period of the second target page by adopting a preset cache strategy.
In a possible implementation manner, the sending unit is further configured to send a white list update request to the second server by using a preset update policy;
the receiving unit is further configured to receive a second white list sent by a second server;
the page loading device further comprises:
and the determining unit is used for determining the second white list as the first white list.
In a possible implementation manner, the loading unit is specifically configured to:
analyzing the configuration protocol of the home page through an analysis engine, and determining a material component to be displayed of the home page and an API (application programming interface) of the home page;
acquiring API interface data of a home page based on an API interface of the home page, wherein the API interface data of the home page is user data to be displayed in the home page;
and loading the home page based on the material components to be displayed and the static resources of the home page and the API (application program interface) data of the home page.
In a possible implementation manner, the cache unit is further configured to store API interface data of the home page for a preset time period by using a preset cache policy.
In a possible implementation manner, the obtaining unit is further configured to, in response to a loading instruction of a history page, obtain the configuration protocol of the history page and the API interface data of the history page when it is determined that the configuration protocol of the history page and the API interface data of the history page are stored, where the history page is any one of a first page, a first target page, and a second target page that have been loaded, and the API interface data of the history page is user data to be displayed in the history page;
the loading unit is further configured to, based on the parsing engine and the static resource received by the receiving unit, acquire the configuration protocol of the historical page and the API interface data of the historical page, and switch from displaying the current page to displaying the historical page, where the current page is any one of a home page, a first target page, and a second target page.
In a third aspect, the present invention provides a page loading apparatus, including: a processor and a memory. The memory is for storing computer program code, the computer program code including computer instructions. When the processor executes the computer instructions, the page loading apparatus performs the page loading method as in the first aspect and any possible implementation manner thereof.
In a fourth aspect, the present invention provides a storage medium having stored thereon computer instructions that, when executed on a page loading apparatus, cause the page loading apparatus to execute a page loading method as in the first aspect or any one of the possible implementation manners of the first aspect.
Drawings
Fig. 1 is a schematic diagram of a page loading system according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a computing device according to an embodiment of the present invention;
fig. 3 is a flowchart of a page loading method according to an embodiment of the present invention;
fig. 4 is a second flowchart of a page loading method according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a page loading apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the following, the terms "first", "second" are used for descriptive purposes only and are not to be understood as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the embodiments of the present disclosure, "a plurality" means two or more unless otherwise specified.
Additionally, the use of "based on" or "according to" means open and inclusive, as a process, step, calculation, or other action that is "based on" or "according to" one or more stated conditions or values may in practice be based on additional conditions or exceeding the stated values.
In order to solve the problem that when the content of a page of a website is more, the time for loading the page resource by a terminal device is longer, so that the speed for loading the page is slower, and the user experience is further affected, embodiments of the present invention provide a page loading method, an apparatus, and a storage medium. The webpage of the website is loaded through a data protocol and a preloading mode, when the webpage content is more, the time for loading the webpage by the terminal equipment is shortened, the webpage loading speed is improved, and further the user experience is improved.
The page loading method provided by the embodiment of the invention can be suitable for a page loading system. FIG. 1 illustrates one configuration of the page loading system. As shown in fig. 1, the page loading system may include: terminal equipment 11, first server 12 and second server 13. The terminal device 11 communicates with the first server 12 and the second server 13 by a wired communication method or a wireless communication method, respectively.
The terminal device 11 is mainly configured to, in a case where an application page is loaded for the first time, respond to a page loading instruction and obtain a page address, where the page address is an address of a page to be loaded. If the page address is used to indicate a home page of the application, a first access request including an address of the home page is sent to the first server. And the first server is further used for loading the home page based on the configuration protocol, the static resource and the parsing engine of the home page after receiving the configuration protocol of the static resource, the parsing engine and the home page sent by the first server. The parsing engine is used for parsing the configuration protocol of all the pages of the application. If the page address is used to indicate a first page of the application, a first access request is sent to the first server and a second access request including the address of the first page is sent to the second server. And the method is also used for loading the first page based on the configuration protocol, the static resource and the analysis engine of the first page after receiving the static resource and the analysis engine sent by the first server and the configuration protocol of the first page sent by the second server.
In some embodiments, the terminal device 11 may be a mobile phone, a tablet computer, a notebook computer, a desktop computer, a portable computer, and the like, which are not limited in this embodiment of the present invention, and fig. 1 illustrates that the terminal device 11 is a notebook computer as an example.
The first server 12 is configured to return a configuration protocol of a static resource, an analysis engine, and a home page to the terminal device 11 after receiving a first access request sent by the terminal device 11; and is further configured to return the configuration protocol of the first page to the terminal device 11 after receiving the second access request sent by the terminal device 11.
In some embodiments, the first server 12 may be a server, or may also be a server cluster composed of multiple servers, which is not limited in this embodiment of the present invention.
And the second server 13 is configured to return the configuration protocol of the first page to the terminal device 11 after receiving the second access request sent by the terminal device 11.
In some embodiments, the second server 13 may be a server, or may also be a server cluster composed of multiple servers, which is not limited in this embodiment of the present invention.
The basic hardware structures of the terminal device 11, the first server 12 and the second server 13 are similar, and all include elements included in the computing apparatus shown in fig. 2. The hardware structure of the terminal device 11, the first server 12, and the second server 13 will be described below by taking the computing apparatus shown in fig. 2 as an example.
As shown in fig. 2, the computing device may include: a processor 21, a memory 22, a communication interface 23 and a bus 24. The processor 21, the memory 22 and the communication interface 23 may be connected by a communication bus 24.
The processor 21 is a control center of the computing device, and may be one processor 21 or a collective term for a plurality of processing elements. For example, the processor 21 may be a general-purpose Central Processing Unit (CPU), or may be another general-purpose processor 21. The general purpose processor 21 may be, among other things, a microprocessor 21 or any conventional processor 21.
For one embodiment, processor 21 may include one or more CPUs, such as CPU0 and CPU1 shown in FIG. 2.
The memory 22 may be, but is not limited to, a read-only memory 22 (ROM) or other type of static storage device that can store static information and instructions, a random access memory 22 (RAM) or other type of dynamic storage device that can store information and instructions, an electrically erasable programmable read-only memory 22 (EEPROM), a magnetic disk storage medium or other magnetic storage device, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
In a possible implementation, the memory 22 may exist separately from the processor 21, and the memory 22 may be connected to the processor 21 via a bus 24 for storing instructions or program codes. The page loading method provided by the following embodiments of the present invention can be implemented when the processor 21 calls and executes instructions or program codes stored in the memory 22.
In another possible implementation, the memory 22 may also be integrated with the processor 21.
The communication interface 23 is used for connecting the computing apparatus and other devices through a communication network, where the communication network may be an ethernet, a Radio Access Network (RAN), a Wireless Local Area Network (WLAN), or the like. The communication interface 23 may include a receiving unit for receiving data, and a transmitting unit for transmitting data.
The bus 24 may be an Industry Standard Architecture (ISA) bus 24, a Peripheral Component Interconnect (PCI) bus 24, an Extended ISA (EISA) bus 24, or the like. The bus 24 may be divided into an address bus 24, a data bus 24, a control bus 24, and the like. For ease of illustration, only one thick line is shown in FIG. 2, but does not indicate only one bus 24 or one type of bus 24.
It should be noted that the configuration shown in fig. 2 does not constitute a limitation of the computing device, which may include more or less components than those shown, or some components in combination, or a different arrangement of components than those shown in fig. 2, in addition to the components shown in fig. 2.
The execution main body of the page loading method provided by the embodiment of the invention is a page loading device. The page loading device may be the terminal device, a CPU in the terminal device, a control module for loading a page in the terminal device, or a client for loading a page in the terminal device. The embodiment of the invention takes a method for executing page loading by terminal equipment as an example, and explains the page loading method provided by the invention.
The page loading method provided by the embodiment of the invention is described below with reference to the accompanying drawings.
As shown in fig. 3, the page loading method provided by the embodiment of the present invention includes the following steps 301 to 308.
301. Under the condition of loading the page of the application for the first time, the terminal equipment responds to the loading instruction of the page and acquires the page address. The page address is the address of the page to be loaded.
Optionally, the application may be a mobile phone application, or the application may also be a website. The embodiment of the invention takes the terminal device as a notebook computer, the notebook computer is provided with a browser, and the application is a website as an example for explanation.
For example, when the user accesses the website for the first time, the website is input in the website input field of the browser, and after the input is completed, the enter key on the keyboard of the notebook computer is clicked, that is, the user sends a loading instruction of the page indicated by the website to the browser. The browser may retrieve the page address in response to a load instruction for the page.
302. And if the page address is used for indicating a home page of the application, the terminal equipment sends a first access request to the first server. The first access request comprises the address of the first page.
Optionally, after the terminal device responds to the page loading instruction and obtains the page address, the page address needs to be judged, and when the page address is used for indicating the home page of the application, the terminal device only sends the first access request including the address of the home page to the first server.
303. And the terminal equipment receives the configuration protocol of the static resource, the parsing engine and the home page sent by the first server. The parsing engine is used for parsing the configuration protocol of all the pages of the application.
Optionally, after receiving the first access request, the first server sends the static resource, the parsing engine, and the configuration protocol of the home page to the terminal device. The parsing engine may be configured to parse the configuration protocols of all pages including the configuration protocol of the top page. Static resources may include JS files and CSS files.
304. The terminal equipment loads the home page based on the configuration protocol, the static resource and the analysis engine of the home page.
Optionally, the terminal device analyzes the configuration protocol of the home page through the analysis engine, determines the material component to be displayed on the home page and the API interface of the home page, acquires API interface data of the home page based on the API interface of the home page, and loads the home page based on the material component to be displayed on the home page, the static resource, and the API interface data of the home page. And the API interface data of the home page is user data to be displayed in the home page.
For example, after the browser runs the parsing engine, the parsing engine may parse the configuration protocol of the home page to determine the API interface of the home page and the material component to be displayed on the home page. Further, the browser may obtain API interface data of the home page from the corresponding server according to the API interface of the home page.
Optionally, after the terminal device obtains the API interface data of the home page based on the API interface of the home page, the terminal device may further store the API interface data of the home page for a preset time period by using a preset cache policy. Therefore, in the caching time, when the terminal equipment needs to reload the home page, the API interface data of the home page can be directly acquired from the terminal equipment, and the time for reloading the home page can be shortened.
305. If the page address is used for indicating a first page of the application, the terminal device sends a first access request to the first server and sends a second access request to the second server, wherein the second access request comprises the address of the first page.
Optionally, the first page is a page in the application except for the home page. When the terminal device determines that the page address is used to indicate a first page of the application, the terminal device transmits not only a first access request including an address of a first page to the first server but also a second access request including an address of a second page to the second server.
306. And the terminal equipment receives the static resources and the parsing engine sent by the first server.
Optionally, the terminal device receives the configuration protocol of the top page sent by the first server, in addition to the static resource and the parsing engine sent by the first server. And storing the configuration protocol of the home page in the terminal equipment within a preset time period.
307. And the terminal equipment receives the configuration protocol of the first page sent by the second server.
308. The terminal equipment loads the first page based on the configuration protocol, the static resource and the analysis engine of the first page.
It should be understood that the process of loading the first page is the same as the process of loading the first page, and is not described herein again.
By adopting the page loading method provided by the embodiment of the invention, when the terminal equipment loads the page of the application for the first time, the terminal equipment can obtain the page address in response to the page loading instruction, and the page address is the address of the page to be loaded. If the page address is used for indicating the home page of the application, the terminal device sends a first access request including the address of the home page to the first server, receives the static resource, the analysis engine and the configuration protocol of the home page sent by the first server, and loads the home page based on the configuration protocol, the static resource and the analysis engine of the home page. If the page address is used for indicating a first page of the application, and the first page is other pages except a first page, the terminal device not only sends a first access request to the first server, but also sends a second access request including the address of the first page to the second server, receives the static resource and the parsing engine sent by the first server, and the configuration protocol of the first page sent by the second server, and loads the first page based on the configuration protocol, the static resource and the parsing engine of the first page. Compared with the prior art that the static resources and the first page resources or the first page resources are obtained twice, the page loading method provided by the invention can obtain the static resources and the first page resources or the first page resources at one time, and the loading speed of the first page or the first page of the application is improved.
Referring to fig. 3, as shown in fig. 4, the page loading method provided in the embodiment of the present invention may further include the following steps 401 to 406.
401. The terminal equipment responds to a loading instruction of the page to acquire a first white list, and the first white list comprises a first page identifier. The first page identification is used for indicating a first target page with the access frequency larger than a preset value.
Optionally, when the terminal device responds to the loading instruction of the page, a first white list request is further sent to the second server, and the first white list sent by the second server is received. The first white list comprises a first page identifier, and the first page identifier is used for indicating a first target page with the access frequency greater than a preset value.
Optionally, after the terminal device receives the first white list, the first white list is preferably updated regularly. The step of updating the first white list may include: and the terminal equipment sends a white list updating request to the second server by adopting a preset updating strategy. And the terminal equipment receives the second white list sent by the second server and determines that the second white list is the first white list.
For example, the update policy may include a frequency of sending update whitelist requests to the second server.
For example, the second server may update the first white list according to the access request sent by the terminal device, where the updated first white list is the second white list.
402. And the terminal equipment sends a third access request to the second server, wherein the third access request comprises the first page identifier.
Optionally, after the terminal device obtains the first white list, a third access request including the first page identifier is sent to the second server. Wherein the first page identifier may be displayed on the first page or the first page.
403. And the terminal equipment receives the configuration protocol of the first target page sent by the second server.
404. And the terminal equipment stores the configuration protocol preset time period of the first target page by adopting a preset cache strategy.
405. The terminal equipment responds to the loading instruction of the first target page, and obtains the configuration protocol of the first target page when the configuration protocol of the first target page is determined to be stored.
When a user wants to access the first target page, the terminal device first determines whether the configuration protocol of the first target page is stored. After the configuration protocol of the first target page is determined to be stored, the configuration protocol of the first target page is directly acquired, and the speed of loading the first target page is increased.
406. And the terminal equipment switches from displaying the first target page or the first page to displaying the first target page based on the configuration protocol, the analysis engine and the static resource of the first target page.
It should be understood that the process of loading the first target page is the same as the process of loading the first page, and is not described herein again.
Optionally, the page loading method provided in the embodiment of the present invention may further include: and the terminal equipment responds to the loading instruction of the second target page of the application and sends a fourth access request to the second server. The fourth access request comprises a second page identifier corresponding to a second target page, and the second page identifier is used for indicating the second target page with the access frequency smaller than a preset value. And the terminal equipment receives the configuration protocol of the second target page sent by the second server. And the terminal equipment switches from displaying the first page or the first target page to displaying the second target page based on the configuration protocol, the analysis engine and the static resource of the second target page. And the terminal equipment stores the configuration protocol preset time period of the second target page by adopting a preset cache strategy.
Optionally, the second page identifier may be displayed on the first page, the first target page, or the second target page thereof. When the user clicks the second page identifier on the home page or the first target page of the application, the terminal device sends a fourth access request for requesting the configuration protocol of the second target page to the second server in response to a loading instruction of the second target loading page of the application.
Optionally, the second target page is a page with a low frequency of being accessed by the user, so that only when the user wants to access the second target page, the terminal device sends, in response to a loading instruction of the second target page of the application, a fourth access request including a second page identifier corresponding to the second target page to the second server, and after receiving a configuration protocol of the second target page sent by the second server, stores, by using a preset caching policy, the configuration protocol of the second target page for a preset time period. Based on the method, the speed of reloading the second target page can be accelerated, and meanwhile, the memory capacity of the terminal equipment can be reduced.
Optionally, when the terminal device responds to a loading instruction of the history page, when determining that the configuration protocol of the history page and the API interface data of the history page are stored, the configuration protocol of the history page and the API interface data of the history page are acquired, and based on the parsing engine, the static resource, the configuration protocol of the history page and the API interface data of the history page, the current page is switched to the history page.
The history page is any one of a first page, a first target page and a second target page which are loaded; API interface data of the historical page is user data to be displayed in the historical page; the current page is any one of a home page, a first target page and a second target page.
Illustratively, the terminal device has already loaded the home page and a first target page, and the currently displayed page of the terminal device is the home page, then in the cache time, the parsing engine, the static resource, the configuration protocol of the home page, and the configuration protocol of the first target page are still stored in the terminal device. When the user needs to browse the loaded first target page again, the user can click the first page identifier on the home page, and the terminal device responds to the instruction for reloading the loaded first target page and is based on the analysis engine and the static resource cached in the terminal device. And the configuration protocol of the first target page is switched from the display home page to the first target page.
As can be seen from the above, based on the caching policy in the embodiment of the present invention, when the terminal device switches from displaying the current page to displaying the historical page, the resource required for loading the historical page can be quickly acquired from the terminal device without acquiring from the first server or the second server, so that the time for reloading the historical page is shortened, and the user experience is improved.
The above description mainly introduces the solution provided by the embodiment of the present invention from the perspective of a page loading apparatus. It will be appreciated that the page loading means, in order to carry out the above-described functions, may comprise corresponding hardware structures and/or software modules for performing the respective functions. Those of skill in the art will readily appreciate that the present invention can be implemented in hardware or a combination of hardware and computer software, in conjunction with the exemplary algorithm steps described in connection with the embodiments disclosed herein. Whether a function is performed as hardware or computer software drives hardware depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
Fig. 5 shows a schematic diagram of a possible component of the page loading apparatus 500 involved in the above embodiment, and as shown in fig. 5, the page loading apparatus 500 may include: an acquisition unit 501, a transmission unit 502, a reception unit 503, and a loading unit 504.
The obtaining unit 501 is configured to, in a case that a page of an application is loaded for the first time, obtain a page address in response to a loading instruction of the page, where the page address is an address of a page to be loaded. A sending unit 502, configured to send a first access request to the first server if the page address is used to indicate a home page of the application, where the first access request includes an address of the home page. A receiving unit 503, configured to receive the static resource, the parsing engine, and the configuration protocol of the home page sent by the first server, where the parsing engine is configured to parse the configuration protocols of all pages of the application. A loading unit 504, configured to load the home page based on the configuration protocol, static resource, and parsing engine of the home page. The sending unit 502 is further configured to send a first access request to the first server and send a second access request to the second server if the page address is used to indicate the first page of the application, where the second access request includes the address of the first page. The receiving unit 503 is further configured to receive the static resource and the parsing engine sent by the first server, and receive a configuration protocol of the first page sent by the second server. The loading unit 504 is further configured to load the first page based on the configuration protocol, the static resource, and the parsing engine of the first page.
The obtaining unit 501 is further configured to obtain, in response to a page loading instruction, a first white list, where the first white list includes a first page identifier, and the first page identifier is used to indicate a first target page whose access frequency is greater than a preset value.
The sending unit 502 is further configured to send a third access request to the second server, where the third access request includes the first page identifier.
The receiving unit 503 is further configured to receive a configuration protocol of the first target page sent by the second server.
And the cache unit is used for storing the configuration protocol preset time period of the first target page by adopting a preset cache strategy.
The obtaining unit 501 is further configured to, in response to a load instruction of the first target page, obtain the configuration protocol of the first target page when it is determined that the configuration protocol of the first target page is stored.
The loading unit 504 is further configured to switch from displaying the first target page or the first page to displaying the first target page based on the configuration protocol, the parsing engine, and the static resource of the first target page.
The sending unit 502 is further configured to send, in response to a load instruction of a second target page of the application, a fourth access request to the second server, where the fourth access request includes a second page identifier corresponding to the second target page, and the second page identifier is used to indicate the second target page with an access frequency smaller than a preset value.
The receiving unit 503 is further configured to receive a configuration protocol of the second target page sent by the second server.
The loading unit 504 is further configured to switch from displaying the first target page or the first target page to displaying the second target page based on the configuration protocol, the parsing engine, and the static resource of the second target page.
And the cache unit is further used for storing the configuration protocol preset time period of the second target page by adopting a preset cache strategy.
The sending unit 502 is further configured to send a white list updating request to the second server by using a preset updating policy.
The receiving unit is further configured to receive a second white list sent by a second server.
The page loading device further comprises:
and the determining unit is used for determining the second white list as the first white list.
The loading unit 504 is specifically configured to:
analyzing the configuration protocol of the home page through an analysis engine, and determining a material component to be displayed of the home page and an API (application programming interface) of the home page; acquiring API interface data of a home page based on an API interface of the home page, wherein the API interface data of the home page is user data to be displayed in the home page;
and loading the home page based on the material components to be displayed and the static resources of the home page and the API (application program interface) data of the home page.
And the cache unit is also used for storing the API interface data of the home page for a preset time period by adopting a preset cache strategy.
The obtaining unit 501 is further configured to, in response to a loading instruction of a history page, obtain, when determining that a configuration protocol of the history page and API interface data of the history page are stored, the configuration protocol of the history page and the API interface data of the history page, where the history page is any one of a first page, a first target page, and a second target page that have been loaded, and the API interface data of the history page is user data to be displayed in the history page.
The loading unit 504 is further configured to, based on the parsing engine and the static resource received by the receiving unit, acquire the configuration protocol of the historical page and the API interface data of the historical page, which are acquired by the acquiring unit 501, and switch from displaying the current page to displaying the historical page, where the current page is any one of a home page, a first target page, and a second target page.
Of course, the page loading apparatus 500 provided by the embodiment of the present invention includes, but is not limited to, the above modules.
Another embodiment of the present invention further provides a computer-readable storage medium, where computer instructions are stored in the computer-readable storage medium, and when the computer instructions are executed on the page loading apparatus 500, the page loading apparatus 500 executes each step executed by the page loading apparatus 500 in the method flow shown in the above-mentioned method embodiment.
Another embodiment of the present invention further provides a chip system, which is applied to the page loading apparatus 500. The system-on-chip includes one or more interface circuits, and one or more processors 21. The interface circuit and the processor 21 are interconnected by a line. The interface circuit is adapted to receive signals from the memory 22 of the page loading apparatus 500 and to send said signals to the processor 21, said signals comprising computer instructions stored in said memory 22. When the processor 21 executes the computer instructions, the page loading apparatus 500 executes the steps executed by the page loading apparatus 500 in the method flow shown in the above-mentioned method embodiment.
In another embodiment of the present invention, a computer program product is further provided, which includes instructions, when the instructions are executed on the page loading apparatus 500, cause the page loading apparatus 500 to execute the steps executed by the page loading apparatus 500 in the method flow shown in the above-mentioned method embodiment.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented using a software program, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. The processes or functions according to embodiments of the present invention occur, in whole or in part, when computer-executable instructions are loaded and executed on a computer. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored on a computer readable storage medium or transmitted from one computer readable storage medium to another computer readable storage medium, for example, the computer instructions may be transmitted from one website, computer, server, or data center to another website, computer, server, or data center via wire (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). Computer-readable storage media can be any available media that can be accessed by a computer or can comprise one or more data storage devices, such as servers, data centers, and the like, that can be integrated with the media. The usable medium may be a magnetic medium (e.g., floppy disk, hard disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
The above description is only an embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions within the technical scope of the present invention are intended to be covered by the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (16)

1. A page loading method is characterized by comprising the following steps:
under the condition of loading an application page for the first time, responding to a loading instruction of the page, and acquiring a page address, wherein the page address is an address of the page to be loaded;
if the page address is used for indicating a home page of the application, sending a first access request to a first server, wherein the first access request comprises the address of the home page;
receiving a static resource, an analysis engine and a configuration protocol of the home page, which are sent by the first server, wherein the analysis engine is used for analyzing the configuration protocols of all pages of the application;
loading the home page based on a configuration protocol of the home page, the static resource, and the parsing engine;
if the page address is used for indicating a first page of the application, sending a first access request to a first server, and sending a second access request to a second server, wherein the second access request comprises the address of the first page;
receiving static resources and a parsing engine sent by the first server;
receiving a configuration protocol of the first page sent by the second server;
and loading the first page based on the configuration protocol of the first page, the static resource and the analysis engine.
2. The page loading method according to claim 1, wherein the page loading method further comprises:
responding to a loading instruction of the page, acquiring a first white list, wherein the first white list comprises a first page identifier, and the first page identifier is used for indicating a first target page with access frequency greater than a preset value;
sending a third access request to the second server, the third access request including the first page identifier;
receiving a configuration protocol of the first target page sent by the second server;
storing a configuration protocol preset time period of the first target page by adopting a preset cache strategy;
responding to a loading instruction of the first target page, and acquiring a configuration protocol of the first target page when the configuration protocol of the first target page is determined to be stored;
switching from displaying the first target page or the first page to displaying the first target page based on a configuration protocol of the first target page, the parsing engine, and the static resource.
3. The page loading method according to claim 2, wherein the page loading method further comprises:
responding to a loading instruction of a second target page of the application, and sending a fourth access request to a second server, wherein the fourth access request comprises a second page identifier corresponding to the second target page, and the second page identifier is used for indicating the second target page with the access frequency smaller than a preset value;
receiving a configuration protocol of the second target page sent by the second server;
switching from displaying the first target page or the second target page to displaying the first target page based on a configuration protocol of the second target page, the parsing engine, and the static resource;
and storing the configuration protocol preset time period of the second target page by adopting the preset cache strategy.
4. The page loading method according to claim 2, wherein the page loading method further comprises:
sending a white update list request to the second server by adopting a preset update strategy;
receiving a second white list sent by the second server;
determining that the second white list is the first white list.
5. The page loading method according to claim 3, wherein said loading said home page based on said home page's configuration protocol, said static resources, and said parsing engine comprises:
analyzing the configuration protocol of the home page through the analysis engine, and determining a material component to be displayed of the home page and an API (application programming interface) of the home page;
acquiring API interface data of a home page based on an API interface of the home page, wherein the API interface data of the home page is user data to be displayed in the home page;
and loading the home page based on the material component to be displayed of the home page, the static resource and the API (application program interface) data of the home page.
6. The page loading method according to claim 5, wherein said API interface data of the top page is obtained based on the API interface of the top page, and the API interface data of the top page is after the user data to be displayed in the top page, and the page loading method further comprises:
and storing the API interface data of the home page for a preset time period by adopting the preset cache strategy.
7. The page loading method according to claim 5, wherein the page loading method further comprises:
responding to a loading instruction of a history page, and when determining that a configuration protocol of the history page and API (application program interface) data of the history page are stored, acquiring the configuration protocol of the history page and the API data of the history page, wherein the history page is any one of the loaded home page, the first target page and the second target page, and the API data of the history page is user data to be displayed in the history page;
switching from displaying a current page to displaying the historical page based on the parsing engine, the static resource, a configuration protocol of the historical page, and API interface data of the historical page, wherein the current page is any one of the home page, the first target page, and the second target page.
8. A page loading apparatus, comprising:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for responding to a loading instruction of a page to acquire a page address under the condition of loading the page of an application for the first time, and the page address is the address of the page to be loaded;
a sending unit, configured to send a first access request to a first server if the page address is used to indicate a home page of the application, where the first access request includes an address of the home page;
a receiving unit, configured to receive a static resource, an analysis engine, and a configuration protocol of the home page sent by the first server, where the analysis engine is configured to analyze the configuration protocols of all pages of the application;
a loading unit, configured to load the home page based on a configuration protocol of the home page, the static resource, and the parsing engine;
the sending unit is further configured to send a first access request to a first server and send a second access request to a second server if the page address is used to indicate a first page of the application, where the second access request includes an address of the first page;
the receiving unit is further configured to receive the static resource and the parsing engine sent by the first server, and receive a configuration protocol of the first page sent by the second server;
the loading unit is further configured to load the first page based on a configuration protocol of the first page, the static resource, and the parsing engine.
9. The page loading apparatus according to claim 8,
the obtaining unit is further configured to obtain a first white list in response to a loading instruction of the page, where the first white list includes a first page identifier, and the first page identifier is used to indicate a first target page with an access frequency greater than a preset value;
the sending unit is further configured to send a third access request to the second server, where the third access request includes the first page identifier;
the receiving unit is further configured to receive a configuration protocol of the first target page sent by the second server;
the cache unit is used for storing the configuration protocol preset time period of the first target page by adopting a preset cache strategy;
the obtaining unit is further configured to, in response to the load instruction of the first target page, obtain the configuration protocol of the first target page when it is determined that the configuration protocol of the first target page is stored;
the loading unit is further configured to switch from displaying the first target page or the first page to displaying the first target page based on a configuration protocol of the first target page, the parsing engine, and the static resource.
10. The page loading apparatus according to claim 9,
the sending unit is further configured to send, in response to a load instruction of a second target page of the application, a fourth access request to the second server, where the fourth access request includes a second page identifier corresponding to the second target page, and the second page identifier is used to indicate the second target page with an access frequency smaller than a preset value;
the receiving unit is further configured to receive a configuration protocol of the second target page sent by the second server;
the loading unit is further configured to switch from displaying the home page or the first target page to displaying the second target page based on a configuration protocol of the second target page, the parsing engine, and the static resource;
the cache unit is further configured to store the configuration protocol preset time period of the second target page by using the preset cache policy.
11. The page loading apparatus according to claim 9,
the sending unit is further configured to send a white update list request to the second server by using a preset update policy;
the receiving unit is further configured to receive a second white list sent by the second server;
the page loading device further comprises:
a determining unit, configured to determine that the second white list is the first white list.
12. The page loading apparatus according to claim 10, wherein the loading unit is specifically configured to:
analyzing the configuration protocol of the home page through the analysis engine, and determining a material component to be displayed of the home page and an API (application programming interface) of the home page;
acquiring API interface data of a home page based on an API interface of the home page, wherein the API interface data of the home page is user data to be displayed in the home page;
and loading the home page based on the material component to be displayed of the home page, the static resource and the API (application program interface) data of the home page.
13. The page loading apparatus of claim 12,
and the cache unit is further used for storing the API interface data of the home page for a preset time period by adopting the preset cache strategy.
14. The page loading apparatus of claim 12,
the obtaining unit is further configured to, in response to a loading instruction of a history page, obtain a configuration protocol of the history page and API interface data of the history page when it is determined that the configuration protocol of the history page and the API interface data of the history page are stored, where the history page is any one of the first target page, the first home page, and the second home page that have been loaded, and the API interface data of the history page is user data to be displayed in the history page;
the loading unit is further configured to switch from displaying a current page to displaying the historical page based on the parsing engine, the static resource, a configuration protocol of the historical page, and API interface data of the historical page, where the current page is any one of the home page, the first target page, and the second target page.
15. A page loading apparatus, characterized in that the page loading apparatus comprises: a processor and a memory; the memory for storing computer program code, the computer program code comprising computer instructions; when the processor executes the computer instructions, the page loading apparatus performs the page loading method according to any one of claims 1 to 7.
16. A computer-readable storage medium comprising computer instructions which, when run on a page loading apparatus, cause the page loading apparatus to perform the page loading method of any one of claims 1 to 7.
CN202210262681.3A 2022-03-17 2022-03-17 Page loading method and device and storage medium Active CN114357339B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210262681.3A CN114357339B (en) 2022-03-17 2022-03-17 Page loading method and device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210262681.3A CN114357339B (en) 2022-03-17 2022-03-17 Page loading method and device and storage medium

Publications (2)

Publication Number Publication Date
CN114357339A true CN114357339A (en) 2022-04-15
CN114357339B CN114357339B (en) 2022-07-22

Family

ID=81094591

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210262681.3A Active CN114357339B (en) 2022-03-17 2022-03-17 Page loading method and device and storage medium

Country Status (1)

Country Link
CN (1) CN114357339B (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170053021A1 (en) * 2015-08-19 2017-02-23 International Business Machines Corporation Systems and methods for customized data parsing and paraphrasing
CN108664296A (en) * 2017-03-31 2018-10-16 阿里巴巴集团控股有限公司 A kind of page rendering method and apparatus, a kind of page processing method and device
CN109871499A (en) * 2019-01-16 2019-06-11 中国平安财产保险股份有限公司 Page loading method and client
CN110020280A (en) * 2017-09-08 2019-07-16 腾讯科技(深圳)有限公司 Application page methods of exhibiting, device, storage medium and computer equipment
CN110457609A (en) * 2019-08-02 2019-11-15 广州虎牙科技有限公司 A kind of method, apparatus, computer equipment and the storage medium of page processing
CN110990731A (en) * 2019-10-12 2020-04-10 平安国际智慧城市科技股份有限公司 Rendering method, device and equipment of static webpage and computer storage medium
CN111274512A (en) * 2020-01-16 2020-06-12 深圳市元征科技股份有限公司 Page loading method, device and medium
CN111638922A (en) * 2020-06-04 2020-09-08 北京字节跳动网络技术有限公司 Page resource loading method and device
US20200342049A1 (en) * 2019-04-24 2020-10-29 Canva Pty Ltd. Systems and methods of generating a website
CN113220339A (en) * 2021-05-17 2021-08-06 北京京东拓先科技有限公司 Page generation method and device
CN113377354A (en) * 2021-05-31 2021-09-10 北京沃东天骏信息技术有限公司 Mobile terminal application modular development system
CN113672405A (en) * 2021-08-23 2021-11-19 上海哔哩哔哩科技有限公司 Data interaction system and page display method based on data interaction system
CN113934954A (en) * 2021-10-11 2022-01-14 上海哔哩哔哩科技有限公司 Webpage first screen rendering method and device in application program
CN114003835A (en) * 2021-10-28 2022-02-01 平安银行股份有限公司 Page rendering method, device, equipment and storage medium
CN114064165A (en) * 2020-08-04 2022-02-18 腾讯科技(深圳)有限公司 Application page processing method and device

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170053021A1 (en) * 2015-08-19 2017-02-23 International Business Machines Corporation Systems and methods for customized data parsing and paraphrasing
CN108664296A (en) * 2017-03-31 2018-10-16 阿里巴巴集团控股有限公司 A kind of page rendering method and apparatus, a kind of page processing method and device
CN110020280A (en) * 2017-09-08 2019-07-16 腾讯科技(深圳)有限公司 Application page methods of exhibiting, device, storage medium and computer equipment
CN109871499A (en) * 2019-01-16 2019-06-11 中国平安财产保险股份有限公司 Page loading method and client
US20200342049A1 (en) * 2019-04-24 2020-10-29 Canva Pty Ltd. Systems and methods of generating a website
CN110457609A (en) * 2019-08-02 2019-11-15 广州虎牙科技有限公司 A kind of method, apparatus, computer equipment and the storage medium of page processing
CN110990731A (en) * 2019-10-12 2020-04-10 平安国际智慧城市科技股份有限公司 Rendering method, device and equipment of static webpage and computer storage medium
CN111274512A (en) * 2020-01-16 2020-06-12 深圳市元征科技股份有限公司 Page loading method, device and medium
CN111638922A (en) * 2020-06-04 2020-09-08 北京字节跳动网络技术有限公司 Page resource loading method and device
CN114064165A (en) * 2020-08-04 2022-02-18 腾讯科技(深圳)有限公司 Application page processing method and device
CN113220339A (en) * 2021-05-17 2021-08-06 北京京东拓先科技有限公司 Page generation method and device
CN113377354A (en) * 2021-05-31 2021-09-10 北京沃东天骏信息技术有限公司 Mobile terminal application modular development system
CN113672405A (en) * 2021-08-23 2021-11-19 上海哔哩哔哩科技有限公司 Data interaction system and page display method based on data interaction system
CN113934954A (en) * 2021-10-11 2022-01-14 上海哔哩哔哩科技有限公司 Webpage first screen rendering method and device in application program
CN114003835A (en) * 2021-10-28 2022-02-01 平安银行股份有限公司 Page rendering method, device, equipment and storage medium

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
FLORIAN MEYERER 等: "Towards plug-and-play for component-based software systems", 《ACM》 *
FLORIAN MEYERER 等: "Towards plug-and-play for component-based software systems", 《ACM》, 27 June 2017 (2017-06-27), pages 25 - 30 *
陶杰: "基于微服务架构的进销存微商城一体化***的设计与实现", 《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》 *
陶杰: "基于微服务架构的进销存微商城一体化***的设计与实现", 《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》, 15 July 2021 (2021-07-15), pages 138 - 139 *

Also Published As

Publication number Publication date
CN114357339B (en) 2022-07-22

Similar Documents

Publication Publication Date Title
CN110519401B (en) Method, device, equipment and storage medium for improving network access success rate
US10817653B2 (en) Optimizing loading of web page based on aggregated user preferences for web page elements of web page
CN105740330B (en) Method and device for displaying data in paging mode
CN109948090B (en) Webpage loading method and device
CN111079048B (en) Page loading method and device
CN111225010A (en) Data processing method, data processing system and device
US20180373801A1 (en) Connectivity aware multi-tab mobile browsing with tiered caching and auto offline mode
CN112685669A (en) Page rendering method and system
CN111191158A (en) Webpage resource caching method and device, computer equipment and storage medium
CN111741512B (en) Private network access method and device
CN112612546A (en) Page loading method and device, electronic equipment and storage medium
CN114189559B (en) Axios-based interface repeated request processing method and system
CN112672187B (en) Page generation method and device, computer equipment and readable storage medium
CN113778581A (en) Page loading method, electronic equipment and storage medium
CN111783005B (en) Method, device and system for displaying web page, computer system and medium
CN114357339B (en) Page loading method and device and storage medium
CN111783010B (en) Webpage blank page monitoring method, device, terminal and storage medium
CN112926002A (en) Service request processing method and device
CN110825603A (en) Page first loading time determining method and device, electronic equipment and storage medium
CN114138397B (en) Page display method and device, electronic equipment and storage medium
CN113791777B (en) Picture display method and device, computer readable storage medium and electronic equipment
CN114510667A (en) Page caching method, page display method and device and storage medium
CN109376323B (en) Application running method, device, computer device and storage medium
CN113934954A (en) Webpage first screen rendering method and device in application program
CN109189588B (en) Browser function implementation method, device, terminal 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
CP02 Change in the address of a patent holder

Address after: Room 802, 8th Floor, Building 1, No. 79, Yueda Lane, Changhe Street, Binjiang District, Hangzhou City, Zhejiang Province, 310051

Patentee after: Hangzhou mutual link Internet Technology Co.,Ltd.

Address before: 310051 Room 802, 8th floor, building 1, No. 79, Yueda lane, Changhe street, Binjiang District, Ningbo City, Zhejiang Province

Patentee before: Hangzhou mutual link Internet Technology Co.,Ltd.

CP02 Change in the address of a patent holder