CN112287261A - Resource loading method and electronic equipment - Google Patents

Resource loading method and electronic equipment Download PDF

Info

Publication number
CN112287261A
CN112287261A CN202011172432.2A CN202011172432A CN112287261A CN 112287261 A CN112287261 A CN 112287261A CN 202011172432 A CN202011172432 A CN 202011172432A CN 112287261 A CN112287261 A CN 112287261A
Authority
CN
China
Prior art keywords
resource
webpage
cloud server
resource list
link address
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
CN202011172432.2A
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.)
Vivo Mobile Communication Co Ltd
Original Assignee
Vivo Mobile Communication 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 Vivo Mobile Communication Co Ltd filed Critical Vivo Mobile Communication Co Ltd
Priority to CN202011172432.2A priority Critical patent/CN112287261A/en
Publication of CN112287261A publication Critical patent/CN112287261A/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
    • 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]

Abstract

The application discloses a resource loading method and electronic equipment, and belongs to the technical field of communication. The resource loading method comprises the following steps: under the condition that a first webpage entrance is displayed on a first interface, a first link address corresponding to a first webpage is obtained; acquiring a first resource list from a cloud server based on a first link address, and downloading a first resource in the first resource list, wherein the cloud server stores an association relation between the first link address and the first resource list in advance; when a first webpage is opened, a first loading request is sent to a webpage server corresponding to the first webpage based on a first link address; receiving a webpage message sent by a webpage server, modifying a download address of a first resource carried in the webpage message into a storage address of the first resource, and displaying the first webpage based on the first resource in the storage address. According to the method and the device, the waiting time required for downloading the first resource after the first webpage is opened can be shortened.

Description

Resource loading method and electronic equipment
Technical Field
The application belongs to the technical field of communication, and particularly relates to a resource loading method and electronic equipment.
Background
In the related art, when a user accesses a web page, a resource loading address of the web page is obtained, so as to download resources (such as web page codes, pictures, videos, sounds, characters and the like) of the web page from the loading address on line, and after the resources are downloaded, the web page is rendered and the like based on the downloaded resources, so as to display the web page. Therefore, after clicking a web page entry, a user needs to wait for the resource to download to view the web page content, and especially for a web page with a large resource, the time consumed by downloading is long, so that the user has a long waiting time.
Disclosure of Invention
An object of the embodiments of the present application is to provide a resource loading method and an electronic device, which can solve the problem of long waiting time when a webpage is accessed in the related art.
In order to solve the technical problem, the present application is implemented as follows:
in a first aspect, an embodiment of the present application provides a resource loading method, which is applied to a first electronic device, and the method includes:
under the condition that a first webpage entrance is displayed on a first interface, a first link address corresponding to a first webpage is obtained;
acquiring a first resource list from a cloud server based on the first link address, and downloading a first resource in the first resource list, wherein the first resource is a resource in the first webpage, and the cloud server stores an association relationship between the first link address and the first resource list in advance;
under the condition that first input for opening the first webpage is received, sending a first loading request to a webpage server corresponding to the first webpage based on the first link address;
receiving a webpage message sent by a webpage server corresponding to the first webpage, modifying a download address of the first resource carried in the webpage message into a storage address of the first resource, and displaying the first webpage based on the first resource in the storage address.
In a second aspect, an embodiment of the present application provides a first electronic device, including:
the acquisition module is used for acquiring a first link address corresponding to a first webpage under the condition that a first webpage entrance is displayed on a first interface;
the first downloading module is used for acquiring a first resource list from a cloud server based on the first link address and downloading a first resource in the first resource list, wherein the first resource is a resource in the first webpage, and the cloud server stores an association relationship between the first link address and the first resource list in advance;
the first sending module is used for sending a first loading request to a webpage server corresponding to the first webpage based on the first link address under the condition of receiving first input for opening the first webpage;
the display module is used for receiving a webpage message sent by a webpage server corresponding to the first webpage, modifying a download address of the first resource carried in the webpage message into a storage address of the first resource, and displaying the first webpage based on the first resource in the storage address.
In a third aspect, an embodiment of the present application provides an electronic device, which includes a processor, a memory, and a program or instructions stored on the memory and executable on the processor, and when executed by the processor, the program or instructions implement the steps of the method according to the first aspect.
In a fourth aspect, embodiments of the present application provide a readable storage medium, on which a program or instructions are stored, which when executed by a processor implement the steps of the method according to the first aspect.
In a fifth aspect, an embodiment of the present application provides a chip, where the chip includes a processor and a communication interface, where the communication interface is coupled to the processor, and the processor is configured to execute a program or instructions to implement the method according to the first aspect.
In the embodiment of the application, under the condition that a first webpage entrance is displayed on a first interface, a first link address corresponding to a first webpage is obtained; acquiring a first resource list from a cloud server based on the first link address, and downloading a first resource in the first resource list, wherein the first resource is a resource in the first webpage, and the cloud server stores an association relationship between the first link address and the first resource list in advance; under the condition that first input for opening the first webpage is received, sending a first loading request to a webpage server corresponding to the first webpage based on the first link address; receiving a webpage message sent by a webpage server corresponding to the first webpage, modifying a download address of the first resource carried in the webpage message into a storage address of the first resource, and displaying the first webpage based on the first resource in the storage address. Therefore, after the first webpage entry is displayed on the interface and before the user clicks the first webpage entry to enter the first webpage, the electronic device can acquire the first resource list associated with the link address of the first webpage from the cloud server, so that the first resource in the first resource list is downloaded, namely the first resource in the first webpage is downloaded in advance before the user opens the first webpage, so that the first resource is downloaded by using the time interval between the display of the first webpage entry and the clicking of the first webpage entry by the user, the time consumed by the user for downloading the first resource after the user clicks the first webpage entry is reduced, and the effect of reducing the time for the user to wait to load the first webpage is achieved.
Drawings
Fig. 1 is a flowchart of a resource loading method according to an embodiment of the present application;
fig. 2a is an application scenario diagram of a resource loading method according to an embodiment of the present application;
fig. 2b is a second application scenario diagram of a resource loading method according to an embodiment of the present application;
fig. 3 is a flowchart of another resource loading method provided in an embodiment of the present application;
fig. 4 is a flowchart of another resource loading method provided in an embodiment of the present application;
fig. 5 is one of structural diagrams of a first electronic device according to an embodiment of the present application;
fig. 6 is a second block diagram of a first electronic device according to an embodiment of the present disclosure;
fig. 7 is a third block diagram of a first electronic device according to an embodiment of the present disclosure;
fig. 8 is a fourth structural diagram of a first electronic device according to an embodiment of the present application;
fig. 9 is a fifth structural diagram of a first electronic device according to an embodiment of the present application;
fig. 10 is a block diagram of an electronic device provided in an embodiment of the present application;
fig. 11 is a block diagram of another electronic device provided in the embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. 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 application.
The terms first, second and the like in the description and in the claims of the present application are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that embodiments of the application may be practiced in sequences other than those illustrated or described herein, and that the terms "first," "second," and the like are generally used herein in a generic sense and do not limit the number of terms, e.g., the first term can be one or more than one. In addition, "and/or" in the specification and claims means at least one of connected objects, a character "/" generally means that a preceding and succeeding related objects are in an "or" relationship.
The resource loading method and the first electronic device provided by the embodiment of the present application are described in detail below with reference to the accompanying drawings through specific embodiments and application scenarios thereof.
Referring to fig. 1, which is a flowchart illustrating a resource loading method according to an embodiment of the present application, where the resource loading method according to the embodiment of the present application is applied to a first electronic device, as shown in fig. 1, the method may include the following steps:
step 101, acquiring a first link address corresponding to a first webpage under the condition that a first webpage entrance is displayed on a first interface.
In a specific implementation, the first interface may be a web page, an application program interface, or the like, and correspondingly, the first web page entry may be an entry (for example, hypertext or hypermedia, or the like) displayed on the web page or the application program interface, and the first web page may be displayed by clicking the first web page entry.
For example: as shown in fig. 2a and 2b, where fig. 2a shows a first interface 21, and a plurality of news entries 22 are displayed in the first interface, when one of the news entries 22 is clicked, a news webpage 23 corresponding to the news entry 22 as shown in fig. 2b can be displayed.
In addition, the first link address may be a Uniform Resource Locator (URL), such as: www.xxxyyy.com, http:// yyy, and the like. Through the address, the webpage message and resources such as images and music of the first webpage can be downloaded from the webpage server, so that the first webpage is displayed based on the webpage message and the resources.
As an optional implementation manner, in the case that the first interface displays the first web page entry, the acquiring a first link address corresponding to the first web page includes:
under the condition that a first webpage entrance is displayed on a first interface, determining the click rate of the first webpage entrance corresponding to a first webpage based on at least one of display information of the first webpage entrance in the first interface, historical operation information of the first electronic equipment and user attribute information of the first electronic equipment;
and acquiring a first link address corresponding to the first webpage under the condition that the click rate is greater than a preset click rate.
In a specific implementation, the display information of the first web page entry may include a display size, a display manner (e.g., hovering display, full-screen display, etc.) and a web page type of the first web page entry, and the historical operation information of the first electronic device may be historical input performed by a user on the first electronic device, for example: when the game-type web page or the application program is operated frequently, it can be determined that the probability that the user on the electronic device clicks the game-type web page entry is relatively high. In addition, the user attribute information of the first electronic device may include a gender, an age, and the like of the user, for example: the probability of the female clicking on the eight diagrams news web page entrance is greater than that of the male clicking on the eight diagrams news web page entrance, and the like.
The preset click rate may be any value between 50% and 100%, or a value determined according to a user setting, and is not particularly limited herein.
For example: the click probability for a web page entry for a flow intermediate may be 100%. Specifically, the web page entries of the intermediate links of the process may be only web page entries displayed in the first interface, for example: when the game application program is opened, the web page entrance of 'entering game' is displayed.
For another example: the advertisement component is displayed in a full screen mode in the application program and used for forcibly guiding a user to click to open a webpage corresponding to the advertisement position or an entrance of the application program.
Of course, the above-mentioned web page portal is a strong guiding component in the first interface, such as: and floating the web page or the entrance of the application program corresponding to the displayed component in the first interface.
In a specific implementation, the determining the click rate of the first web page entry corresponding to the first web page based on at least one of the display information of the first web page entry in the first interface, the historical operation information of the first electronic device, and the user attribute information of the first electronic device may be that, after the service end performs a logistic regression operation on the historical operation information of the first electronic device of the user and the user attribute information of the first electronic device to obtain the click rate of the first web page entry, the click rate is sent to the first electronic device.
The above-mentioned logistic regression operation is performed on the historical operation information of the first electronic device of the user and the user attribute information of the first electronic device.
In this embodiment, the click rate is respectively calculated for the web page entries in the first interface, and the first web page with the click rate greater than the preset click rate is preloaded (i.e., before the user clicks the first web page entry, the resource in the first web page is downloaded first), so as to reduce the loading waiting time of the first web page with the click rate greater than the preset click rate. And for the webpage with the click rate smaller than the preset click rate, the webpage is not preloaded, so that the pertinence of the preloaded webpage can be improved, and the resource waste caused by preloading unnecessary webpage resources is reduced.
In an implementation, the click rate of the first web portal may be calculated in the first electronic device, and is not limited in this embodiment.
Step 102, acquiring a first resource list from a cloud server based on the first link address, and downloading a first resource in the first resource list, wherein the first resource is a resource in the first webpage, and the cloud server stores an association relationship between the first link address and the first resource list in advance.
In a specific implementation, the first resource list may include download addresses of all first resources (e.g., rich online resources such as running programs of web pages, style files of web pages, pictures, audio and video, font files, etc.) required for displaying the first web page. The cloud server stores the association relationship between the first link address and the first resource list in advance, and can be realized by the following association format:
Figure BDA0002747711600000061
Figure BDA0002747711600000071
wherein url, http:// ai-h5-pre.xxx.com.cn/jovi-mayday/index.htmla ═ xxx represents a first link address of the first web page, and assets: [ ] (the specific content is referred to the content in the above-mentioned association format "[ ]") represents a first resource list including a download address of a running program (JS) of the web page: https:// apph5 wsdl.xxx.com.cn/appstar/h 5/vmonitor/vmonitor.min.js, download address of style file (CSS) of web page: http:// ai-h5-pre.xxx.com.cn/jovi-mayday/css/index.1489fc43.css, download address of audio resource: http:// ai-h5-pre.xxx.com.cn/jovi-mayday/img/1.mp3 and download address of picture resource: https:// gaia-vivofs.xxx.com.cn/qEiqKoT2I4DBQpyI/30ecc490-d6a-11ea-acb3-931 fc901b23e.png.
It should be noted that, in a specific implementation, the association relationship between the first link address and the first resource list, which is stored in advance by the cloud server, may also be implemented in other manners, and is not limited specifically herein.
As an optional implementation manner, the association relationship between the first link address and the first resource list, which is pre-stored in the cloud server, is obtained by at least one of the following manners:
when the second electronic device accesses the first link address, the first resource list is obtained, and the first link address and the first resource list are uploaded to the cloud server;
when the cloud server accesses the first link address, the first resource list is obtained;
the first electronic device obtains the first resource list after executing the rendering task and the parsing task of the first webpage in a background, and uploads the first link address and the first resource list to the cloud server.
When the second electronic device accesses the first link address and obtains the first resource list, the second electronic device accesses the first webpage before the first electronic device accesses the first webpage, and obtains the first resource list and the first link address in the process of accessing the first webpage.
Specifically, the second electronic device may be an electronic device that accesses the first webpage first among all electronic devices associated with the cloud server.
In this embodiment, a plurality of electronic devices associated with the same cloud server can share the resource list of the web page accessed by the electronic devices.
When the cloud server accesses the first link address, the first resource list is obtained, when the incidence relation between the first link address and the first resource list is not stored in the cloud server, and when a loading request carrying the first link address and sent to the cloud server by first electronic equipment is received, the cloud server can simulate to access a first webpage, obtain the first resource list in the process of accessing the first webpage, and store the first resource list and the first link address in an incidence way.
In this embodiment, it is equivalent to perform simulation access on the first webpage in advance through the cloud server to determine the first resource list.
The method includes the steps that after the first electronic device executes rendering tasks and analysis tasks of a first webpage in a background, the first resource list is obtained, when the association relation between a first link address and the first resource list is not stored in the cloud server, and when a loading request which is sent to the cloud server by the first electronic device and carries the first link address is received, the cloud server cannot feed back the first resource list associated with the first link address to the first electronic device, and then the first electronic device can newly establish a webview (a web component for rendering the webpage) task under the condition that the first resource list is not received, so that the rendering tasks and the analysis tasks of the first webpage are executed in the background, and the first resource list is obtained.
In this embodiment, it is equivalent to accessing the first webpage in the background of the first electronic device in advance, and the content currently displayed by the first electronic device is not affected.
As an optional implementation manner, the obtaining a first resource list from a cloud server based on the first link address, and downloading a first resource in the first resource list includes:
sending a second loading request to a cloud server, wherein the second loading request carries the first link address;
and receiving the first resource list which is sent by the cloud server and is associated with the first link address, and downloading a first resource in the first resource list.
In a specific implementation meeting, when the cloud server obtains the second loading request carrying the first link address, the cloud server searches a first resource list associated with the first link address in a database corresponding to the cloud server, and feeds the first resource list back to a sender of the second loading request, namely the first electronic device, after the first resource list is found.
In this way, the first electronic device downloads the first resource based on the received first resource list.
Certainly, in specific implementation, the first electronic device may further obtain the first resource list pre-stored in the cloud server in other manners: for example: after the authorization of the cloud server, the first resource list and the like are read from the database, which is not limited in this respect.
In practical application, there may be a case where the first electronic device requests the cloud server for the first resource list, and the cloud server does not store the first resource list in advance.
In an optional embodiment, the method further comprises:
sending a third loading request to the cloud server, wherein the third loading request is used for loading a second webpage;
under the condition that a first notification message sent by the cloud server is received, if an access operation to the second webpage is received, sending a fourth loading request to a webpage server corresponding to the second webpage, wherein the second webpage has a second link address, and the first notification message comprises indication information of a resource list which is not stored in the cloud server and is associated with the second link address in advance;
receiving a second resource list sent by a webpage server corresponding to the second webpage, and downloading and storing a second resource in the second resource list;
and sending the second resource list and the second link address to the cloud server, wherein the cloud server stores the received second resource and the second link address in an associated manner.
In a specific implementation, the sending of the third loading request to the cloud server may be triggered by the user clicking a second web portal, or triggered when the second web page is exposed, for example: and when a second webpage entrance is also displayed in the first interface, sending a second loading request carrying the first link address and the second link address to the cloud server at the same time.
In addition, the first notification message may be an empty message or other indication message carrying information for indicating that the resource list associated with the second link address is not stored in the cloud server in advance, which is not limited specifically herein. In the application, the cloud server informs the electronic device through the notification message: and the cloud server does not pre-store a resource list corresponding to the resource in the second webpage.
At this time, the first electronic device accesses the second webpage in the same manner as in the conventional technology, so that the webpage server corresponding to the second webpage feeds back a webpage message to the first electronic device, and the webpage message carries a second resource list, so that the first electronic device downloads each resource in the second webpage based on the second resource list, and displays the second webpage according to format information and the like in the webpage message after downloading is completed.
In addition, after the first electronic device acquires the second resource list, the second resource list and a second link address of a second webpage can be sent to the cloud server together, so that the cloud server stores the second link address and the second resource list in an associated manner, and other electronic devices associated with the cloud server can acquire the second resource list from the cloud server when accessing the second webpage.
In this embodiment, the waiting time for the first electronic device accessing the second webpage for the first time is not shortened when the user accesses the second webpage, but the waiting time for the other users accessing the second webpage later can be shortened when the user accesses the second webpage, for example: the same cloud server has 1 ten thousand associated electronic devices, and in the 1 ten thousand electronic devices, except that the first electronic device accessing the second webpage cannot shorten the waiting time of the user accessing the second webpage, the other 9999 electronic devices can shorten the waiting time of the user accessing the second webpage.
In another optional implementation manner, the receiving the first resource list associated with the first link address and sent by the cloud server, and downloading the first resource in the first resource list includes:
downloading a first resource in the first resource list under the condition that the first resource list associated with the first link address sent by the cloud server is received;
in a case that the first resource list sent by the cloud server is not received, after the sending of the second loading request to the cloud server, the method further includes:
and executing a rendering task and an analysis task of the first webpage in a background to obtain the first resource list, and downloading and storing the first resource in the first resource list.
The condition that the first resource list sent by the cloud server is not received may be: the first resource list is not received within a preset time (for example, 1s), or the first notification message is received, so that the cloud server is informed that the first resource list associated with the first link address is not stored in advance.
In addition, the above-mentioned performing the rendering task and the parsing task on the first web page in the background may be to create a webview task in the background so as to perform the rendering task and the parsing task on the first web page.
The difference between the above newly-built webview task at the background to execute the rendering task and the parsing task of the first webpage and the rendering task and the parsing task when the first webpage is accessed in the prior art is that, in this embodiment, the rendering task and the parsing task of the first webpage are executed at the background, which does not affect the display content of the first electronic device, and the specific execution manner of the rendering task and the parsing task may refer to the rendering task and the parsing task when the first webpage is accessed in the prior art, which is not described herein again.
In this embodiment, before the user clicks the first web page entry, the background of the first electronic device is simulated to access the first web page to obtain the first resource list, and the resources in the first resource list are downloaded, so that even if the first electronic device determines the first web page as the web page to be accessed for the first time, the first resource in the first web page can be preloaded, and the waiting time after the user clicks the first web page entry is reduced.
Further, after the downloading and storing the first resource in the first resource list, the method further comprises:
and sending the first resource list and the first link address to the cloud server, wherein the cloud server stores the received first resource list and the first link address in an associated manner.
After the first resource list and the first link address are sent to the cloud server by the first electronic device, the association relationship between the first resource list and the first link address can be stored in the cloud server.
In this embodiment, after determining that the first webpage is the webpage to be accessed, the other subsequent electronic devices may acquire the first resource list from the cloud server without performing background rendering and parsing of the first webpage.
Step 103, sending a first loading request to a web server corresponding to the first web page based on the first link address when receiving a first input for opening the first web page.
In a specific implementation, the first input may be a click operation on a first web page entry, for example: and when the first webpage entrance is a picture associated with the first link address, the first input is a click operation on the picture.
In addition, the process of sending the first loading request to the web server corresponding to the first web page based on the first link address is the same as the process of opening the web page in the prior art, and is not described herein again.
Step 104, receiving a webpage message sent by a webpage server corresponding to the first webpage, modifying a download address of the first resource carried in the webpage message into a storage address of the first resource, and displaying the first webpage based on the first resource in the storage address.
In a specific implementation, the web page message has the same meaning as a page source code or the like used for defining display content of the first web page in the prior art, and after rendering and analyzing are performed based on the web page message (for example, by using a web component for rendering the web page), a download address (i.e., a first resource list) of a first resource to be downloaded in the first web page can be obtained, so as to download the first resource, and the first web page is displayed based on the display format information in the web page message and the downloaded first resource.
In this embodiment, by intercepting the webpage message fed back by the webpage server and replacing the download address of the first resource in the webpage message with the storage address of the resource in the first electronic device, it is avoided that after the webpage message is received, the download address of the first resource can be obtained only after the webpage message is rendered and analyzed, and thus the first resource starts to be downloaded. And after receiving the webpage message, replacing the resource downloading address in the message with the storage address of the corresponding resource to directly acquire the resource, and displaying the first webpage based on the resource, so that the time length from the time when the user executes the first input to the time when the first webpage is displayed is reduced.
In the embodiment of the application, under the condition that a first webpage entrance is displayed on a first interface, a first link address corresponding to a first webpage is obtained; acquiring a first resource list from a cloud server based on the first link address, and downloading a first resource in the first resource list, wherein the first resource is a resource in the first webpage, and the cloud server stores an association relationship between the first link address and the first resource list in advance; under the condition that first input for opening the first webpage is received, sending a first loading request to a webpage server corresponding to the first webpage based on the first link address; receiving a webpage message sent by a webpage server corresponding to the first webpage, modifying a download address of the first resource carried in the webpage message into a storage address of the first resource, and displaying the first webpage based on the first resource in the storage address. Therefore, after the first webpage entry is displayed on the interface and before the user clicks the first webpage entry to enter the first webpage, the electronic device can acquire the first resource list associated with the link address of the first webpage from the cloud server, so that the first resource in the first resource list is downloaded, namely the first resource in the first webpage is downloaded in advance before the user opens the first webpage, so that the first resource is downloaded by using the time interval between the display of the first webpage entry and the clicking of the first webpage entry by the user, the time consumed by the user for downloading the first resource after the user clicks the first webpage entry is reduced, and the effect of reducing the time for the user to wait to load the first webpage is achieved.
It should be noted that, in practical application, the resource on the first web page may be updated, and after each update, the first resource list stored in the cloud server may be updated, for example: and updating according to a period (updating for 1 time every day), or acquiring the updating state of the first resource, so that the first resource list stored on the cloud server is updated immediately after the first resource is updated.
The following exemplifies the resource loading method provided in the embodiment of the present application by using the embodiments shown in fig. 3 and fig. 4:
as shown in fig. 3, in the embodiment of the present application, the resource loading method includes the following steps:
step 301, displaying a first webpage entrance in a first interface, and determining that the click rate of a user clicking the first webpage entrance is greater than a preset click rate.
Wherein the first web portal may be hypertext or hypermedia with a first link address.
Step 302, judging whether a first resource of a first webpage is stored locally.
If the determination result of step 302 is yes, step 303 is executed; in the case where the determination result of step 302 is "no", step 304 is executed.
Step 303, intercepting the webpage message under the condition that the user clicks the first webpage entrance, and modifying the first resource list in the webpage message into the storage address of the first resource so as to quickly display the first webpage.
In the embodiment of the present application, the online download address of the first resource in the resource request information is modified to the body storage address of the first resource by intercepting the resource request information, so as to obtain the first resource from the body storage address.
And step 304, sending a second loading request to the cloud server.
The second loading request carries a first link address, and is used for acquiring a first resource list associated with the first link address from the cloud server.
And 305, judging whether the first resource list is stored in the cloud server.
The cloud server may read information in the database, and determine whether the cloud server stores the first resource list, or determine whether the database stores the first resource list.
In a case where the determination result of step 305 is "no", step 306 is executed; if the determination result in step 305 is yes, step 307 is executed.
And step 306, when the user clicks the first webpage entrance, accessing the first webpage according to a conventional mode.
In this step, the first electronic device further uploads the acquired first resource list and the first link address to the cloud server in a process of accessing the first webpage in a conventional manner, so as to perform associated storage in the cloud server.
Step 307, the first electronic device obtains the first resource list and downloads the first resource therein.
In this step, the first electronic device obtains the first resource list from the cloud server, and a specific process of obtaining the first resource list is the same as that of obtaining the first resource list in the embodiment shown in fig. 1, which is not described herein again.
After step 307, when a first input is received for the user to access the first webpage, step 303 is performed.
In this embodiment, when the first electronic device does not receive the first resource list sent by the cloud server, when first input for accessing the first webpage is received, the first webpage is accessed according to a conventional mode, a first resource list acquired when the first webpage is accessed and a first link address of the first webpage are uploaded to a cloud server, so that when the first webpage entrance on the other electronic equipment associated with the cloud server is exposed and the click rate of the first webpage entrance clicked by the user is greater than the preset click rate, the first resource list can be obtained from the cloud server in advance, and the first resource in the first resource list can be downloaded in advance, by the method, the waiting time for accessing the first webpage is reduced, and the waiting time for accessing the first webpage by other electronic equipment associated with the cloud server except the first electronic equipment for accessing the first webpage for the first time can be reduced.
As shown in fig. 4, in the embodiment of the present application, the resource loading method includes steps 401 to 408, where steps 401 to 405 are the same as steps 301 to 305 in the embodiment of the method shown in fig. 3, and step 408 is the same as step 307 in the embodiment of the method shown in fig. 3, except that step 306 in the embodiment shown in fig. 3 is replaced with step 406 and step 407 in the embodiment shown in fig. 4. Wherein, the steps 406 and 407 are specifically:
and 406, creating a webview task in the background to pre-render the first webpage.
Wherein step 407 is performed after the pre-rendering is completed.
Step 407, extracting the first resource list, and downloading the first resource in the first resource list.
In a specific implementation, the webview may be parsed to obtain the first resource list.
In this step, still include: uploading the first resource list and the first link address to a cloud server, so that the cloud server stores the first resource list and the first link address in an associated manner.
After this step, when a first input is received from the user to access the first webpage, step 408 is performed.
In this embodiment, when the first electronic device does not receive the first resource list sent by the cloud server, when the first webpage entrance is exposed and the click rate of the first webpage clicked by the user is larger than the preset click rate, the first webpage is simulated and accessed in the background in advance, and uploading a first resource list acquired when the simulation access to the first webpage and a first link address of the first webpage to the cloud server, so that when the first webpage entrance on the other electronic equipment associated with the cloud server is exposed and the click rate of the first webpage entrance clicked by the user is greater than the preset click rate, the first resource list can be obtained from the cloud server in advance, and the first resource in the first resource list can be downloaded in advance, by the aid of the method and the device, waiting time for accessing the first webpage can be reduced, and waiting time for all electronic equipment associated with the cloud server to access the first webpage can be reduced.
It should be noted that, in the resource loading method provided in the embodiment of the present application, the execution subject may be the first electronic device, or a control module in the first electronic device for executing the resource loading method. In the embodiment of the present application, a method for executing resource loading by a first electronic device is taken as an example, to describe the first electronic device provided in the embodiment of the present application.
Referring to fig. 5, which is a structural diagram of a first electronic device according to an embodiment of the present disclosure, as shown in fig. 5, the first electronic device 500 includes:
an obtaining module 501, configured to obtain a first link address corresponding to a first webpage when a first webpage entry is displayed on a first interface;
a first downloading module 502, configured to obtain a first resource list from a cloud server based on the first link address, and download a first resource in the first resource list, where the first resource is a resource in the first web page, and the cloud server stores an association relationship between the first link address and the first resource list in advance;
a first sending module 503, configured to send a first loading request to a web server corresponding to the first web page based on the first link address when a first input for opening the first web page is received;
a display module 504, configured to receive a webpage message sent by a webpage server corresponding to the first webpage, modify a download address of the first resource carried in the webpage message into a storage address of the first resource, and display the first webpage based on the first resource in the storage address.
Optionally, as shown in fig. 6, the first downloading module 502 includes:
a sending unit 5021, configured to send a second load request to a cloud server, where the second load request carries the first link address;
a downloading unit 5022, configured to receive the first resource list associated with the first link address and sent by the cloud server, and download the first resource in the first resource list.
Optionally, the association relationship between the first link address and the first resource list, which is pre-stored in the cloud server, is obtained by at least one of the following methods:
when the second electronic device accesses the first link address, the first resource list is obtained, and the first link address and the first resource list are uploaded to the cloud server;
when the cloud server accesses the first link address, the first resource list is obtained;
the first electronic device obtains the first resource list after executing the rendering task and the parsing task of the first webpage in a background, and uploads the first link address and the first resource list to the cloud server.
Optionally, as shown in fig. 7, the first electronic device 500 further includes:
a second sending module 505, configured to send a third loading request to the cloud server, where the third loading request is used to load a second webpage;
a third sending module 506, configured to, when receiving a first notification message sent by the cloud server, send a fourth loading request to a web server corresponding to a second web page if an access operation to the second web page is received, where the second web page has a second link address, and the first notification message includes indication information that a resource list associated with the second link address is not pre-stored in the cloud server;
a second downloading module 507, configured to receive a second resource list sent by a web server corresponding to the second web page, and download and store a second resource in the second resource list;
a fourth sending module 508, configured to send the second resource list and the second link address to the cloud server, where the cloud server stores the received second resource and the second link address in an associated manner.
Optionally, the first downloading module 502 is specifically configured to:
downloading a first resource in the first resource list under the condition that the first resource list associated with the first link address sent by the cloud server is received;
as shown in fig. 8, the first electronic device 500 further includes:
a third downloading module 509, configured to, when the first resource list sent by the cloud server is not received, execute a rendering task and an parsing task on the first webpage in a background to obtain the first resource list, and download and store the first resource in the first resource list.
Optionally, as shown in fig. 9, the first electronic device 500 further includes:
a fifth sending module 510, configured to send the first resource list and the first link address to the cloud server, where the cloud server stores the received first resource list and the first link address in an associated manner.
Optionally, the obtaining module 501 is specifically configured to:
under the condition that a first webpage entrance is displayed on a first interface, determining the click rate of the first webpage entrance corresponding to a first webpage based on at least one of display information of the first webpage entrance in the first interface, historical operation information of the first electronic equipment and user attribute information of the first electronic equipment;
and acquiring a first link address corresponding to the first webpage under the condition that the click rate is greater than a preset click rate.
The first electronic device provided by the embodiment of the application can acquire the first resource list associated with the first link address of the first webpage from the cloud server in advance under the condition that the first webpage entrance is exposed, and download the first resource in the first resource list, so that when a user accesses the first webpage, the first webpage is displayed by using the first resource stored locally, and the waiting time from the time when the user executes the first input for accessing the first webpage to the time when the user displays the first webpage can be shortened.
The first electronic device in the embodiment of the present application may be an apparatus, or may be a component, an integrated circuit, or a chip in a terminal. The device can be mobile electronic equipment or non-mobile electronic equipment. By way of example, the mobile electronic device may be a mobile phone, a tablet computer, a notebook computer, a palm top computer, a vehicle-mounted electronic device, a wearable device, an ultra-mobile personal computer (UMPC), a netbook or a Personal Digital Assistant (PDA), and the like, and the non-mobile electronic device may be a Network Attached Storage (NAS), a personal computer (personal computer, PC), a Television (TV), a teller machine, a self-service machine, and the like, and the embodiments of the present application are not limited in particular.
The first electronic device in the embodiment of the present application may be an apparatus having an operating system. The operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, and embodiments of the present application are not limited specifically.
The first electronic device provided in the embodiment of the present application can implement each process implemented by the method embodiments in fig. 1 to fig. 4, and is not described here again to avoid repetition.
Optionally, as shown in fig. 10, an electronic device 1000 is further provided in this embodiment of the present application, and includes a processor 1001, a memory 1002, and a program or an instruction that is stored in the memory 1002 and is executable on the processor 1001, and when the program or the instruction is executed by the processor 1001, the process of the embodiment of the resource loading method is implemented, and the same technical effect can be achieved, and details are not described here to avoid repetition.
It should be noted that the electronic devices in the embodiments of the present application include the mobile electronic devices and the non-mobile electronic devices described above.
Fig. 11 is a schematic diagram of a hardware structure of an electronic device implementing an embodiment of the present application.
The electronic device 1100 includes, but is not limited to: a radio frequency unit 1101, a network module 1102, an audio output unit 1103, an input unit 1104, a sensor 1105, a display unit 1106, a user input unit 1107, an interface unit 1108, a memory 1109, a processor 1110, and the like.
Those skilled in the art will appreciate that the electronic device 1100 may further include a power source (e.g., a battery) for supplying power to the various components, and the power source may be logically connected to the processor 1110 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system. The electronic device structure shown in fig. 11 does not constitute a limitation of the electronic device, and the electronic device may include more or less components than those shown, or combine some components, or arrange different components, and thus, the description is not repeated here.
The processor 1110 is configured to obtain a first link address corresponding to a first webpage when a first webpage entry is displayed on the first interface;
a network module 1102, configured to obtain a first resource list from a cloud server based on the first link address, and download a first resource in the first resource list, where the first resource is a resource in the first webpage, and the cloud server stores an association relationship between the first link address and the first resource list in advance;
the network module 1102 is further configured to send a first loading request to a web server corresponding to the first web page based on the first link address when the user input unit 1107 receives a first input to open the first web page;
the network module 1102 is further configured to receive a webpage message sent by a webpage server corresponding to the first webpage, the processor 1110 is further configured to modify a download address of the first resource carried in the webpage message into a storage address of the first resource, and the display unit 1106 is further configured to display the first webpage based on the first resource in the storage address.
Optionally, the acquiring, by the network module 1102, the first resource list from the cloud server based on the first link address, and downloading the first resource in the first resource list, includes:
sending a second loading request to a cloud server, wherein the second loading request carries the first link address;
and receiving the first resource list which is sent by the cloud server and is associated with the first link address, and downloading a first resource in the first resource list.
Optionally, the association relationship between the first link address and the first resource list, which is pre-stored in the cloud server, is obtained by at least one of the following methods:
when the second electronic device accesses the first link address, the first resource list is obtained, and the first link address and the first resource list are uploaded to the cloud server;
when the cloud server accesses the first link address, the first resource list is obtained;
the first electronic device obtains the first resource list after executing the rendering task and the parsing task of the first webpage in a background, and uploads the first link address and the first resource list to the cloud server.
Optionally, the network module 1102 is further configured to send a third loading request to the cloud server, where the third loading request is used to load a second webpage;
the network module 1102 is further configured to, when receiving a first notification message sent by the cloud server, if the user input unit 1107 receives an access operation to the second webpage, send a fourth loading request to a webpage server corresponding to the second webpage, where the second webpage has a second link address, and the first notification message includes indication information that a resource list associated with the second link address is not pre-stored in the cloud server;
the network module 1102 is further configured to receive a second resource list sent by a web server corresponding to the second web page, and download and store a second resource in the second resource list;
the network module 1102 is further configured to send the second resource list and the second link address to the cloud server, where the cloud server stores the received second resource and the second link address in an associated manner.
Optionally, the receiving, performed by the network module 1102, the first resource list associated with the first link address and sent by the cloud server, and downloading the first resource in the first resource list includes:
downloading a first resource in the first resource list under the condition that the first resource list associated with the first link address sent by the cloud server is received;
in the case that the first resource list sent by the cloud server is not received, the network module 1102 performs the sending of the second loading request to the cloud server;
the processor 1110 is further configured to perform a rendering task and a parsing task on the first webpage in the background to obtain the first resource list, and control the network module 1102 and the memory 1109 to download and store the first resource in the first resource list, respectively.
Optionally, after the network module 1102 and the memory 1109 respectively download and store the first resource in the first resource list, the network module 1102 is further configured to send the first resource list and the first link address to the cloud server, where the cloud server stores the received first resource list and the first link address in an associated manner.
Optionally, the obtaining, by the processor 1110, a first link address corresponding to the first webpage under the condition that the first interface displays the first webpage entry includes:
under the condition that a first webpage entrance is displayed on a first interface, determining the click rate of the first webpage entrance corresponding to a first webpage based on at least one of display information of the first webpage entrance in the first interface, historical operation information of the first electronic equipment and user attribute information of the first electronic equipment;
and acquiring a first link address corresponding to the first webpage under the condition that the click rate is greater than a preset click rate.
The electronic device provided in the embodiment of the present application can implement each process in the method embodiments shown in fig. 1 to 4, and can obtain the same beneficial effects, and for avoiding repetition, details are not repeated here.
It should be understood that, in the embodiment of the present application, the input Unit 1104 may include a Graphics Processing Unit (GPU) and a microphone, and the Graphics Processing Unit processes image data of still pictures or videos obtained by an image capturing device (such as a camera) in a video capturing mode or an image capturing mode. The display unit 1106 may include a display panel, which may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like. The user input unit 1107 includes a touch panel and other input devices. Touch panels, also known as touch screens. The touch panel may include two parts of a touch detection device and a touch controller. Other input devices may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein. The memory 1109 may be used for storing software programs and various data including, but not limited to, application programs and an operating system. Processor 1110 may integrate an application processor that handles primarily operating systems, user interfaces, applications, etc. and a modem processor that handles primarily wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 1110.
The embodiment of the present application further provides a readable storage medium, where a program or an instruction is stored on the readable storage medium, and when the program or the instruction is executed by a processor, the process of the embodiment of the resource loading method is implemented, and the same technical effect can be achieved, and in order to avoid repetition, details are not repeated here.
The processor is the processor in the electronic device described in the above embodiment. The readable storage medium includes a computer readable storage medium, such as a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and so on.
The embodiment of the present application further provides a chip, where the chip includes a processor and a communication interface, the communication interface is coupled to the processor, and the processor is configured to run a program or an instruction to implement each process of the resource loading method embodiment, and can achieve the same technical effect, and the details are not repeated here to avoid repetition.
It should be understood that the chips mentioned in the embodiments of the present application may also be referred to as system-on-chip, system-on-chip or system-on-chip, etc.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element. Further, it should be noted that the scope of the methods and apparatus of the embodiments of the present application is not limited to performing the functions in the order illustrated or discussed, but may include performing the functions in a substantially simultaneous manner or in a reverse order based on the functions involved, e.g., the methods described may be performed in an order different than that described, and various steps may be added, omitted, or combined. In addition, features described with reference to certain examples may be combined in other examples.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present application.
While the present embodiments have been described with reference to the accompanying drawings, it is to be understood that the invention is not limited to the precise embodiments described above, which are meant to be illustrative and not restrictive, and that various changes may be made therein by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (11)

1. A resource loading method is applied to a first electronic device, and is characterized by comprising the following steps:
under the condition that a first webpage entrance is displayed on a first interface, a first link address corresponding to a first webpage is obtained;
acquiring a first resource list from a cloud server based on the first link address, and downloading a first resource in the first resource list, wherein the first resource is a resource in the first webpage, and the cloud server stores an association relationship between the first link address and the first resource list in advance;
under the condition that first input for opening the first webpage is received, sending a first loading request to a webpage server corresponding to the first webpage based on the first link address;
receiving a webpage message sent by a webpage server corresponding to the first webpage, modifying a download address of the first resource carried in the webpage message into a storage address of the first resource, and displaying the first webpage based on the first resource in the storage address.
2. The method of claim 1, wherein obtaining a first resource list from a cloud server based on the first link address and downloading a first resource in the first resource list comprises:
sending a second loading request to a cloud server, wherein the second loading request carries the first link address;
and receiving the first resource list which is sent by the cloud server and is associated with the first link address, and downloading a first resource in the first resource list.
3. The method according to claim 1, wherein the association relationship between the first link address and the first resource list, which is stored in advance in the cloud server, is obtained by at least one of:
when the second electronic device accesses the first link address, the first resource list is obtained, and the first link address and the first resource list are uploaded to the cloud server;
when the cloud server accesses the first link address, the first resource list is obtained;
the first electronic device obtains the first resource list after executing the rendering task and the parsing task of the first webpage in a background, and uploads the first link address and the first resource list to the cloud server.
4. The method of claim 1, further comprising:
sending a third loading request to the cloud server, wherein the third loading request is used for loading a second webpage;
under the condition that a first notification message sent by the cloud server is received, if an access operation to the second webpage is received, sending a fourth loading request to a webpage server corresponding to the second webpage, wherein the second webpage has a second link address, and the first notification message comprises indication information of a resource list which is not stored in the cloud server and is associated with the second link address in advance;
receiving a second resource list sent by a webpage server corresponding to the second webpage, and downloading and storing a second resource in the second resource list;
and sending the second resource list and the second link address to the cloud server, wherein the cloud server stores the received second resource and the second link address in an associated manner.
5. The method of claim 2, wherein the receiving the first resource list associated with the first link address sent by the cloud server and downloading the first resource in the first resource list comprises:
downloading a first resource in the first resource list under the condition that the first resource list associated with the first link address sent by the cloud server is received;
in a case that the first resource list sent by the cloud server is not received, after the sending of the second loading request to the cloud server, the method further includes:
and executing a rendering task and an analysis task of the first webpage in a background to obtain the first resource list, and downloading and storing the first resource in the first resource list.
6. A first electronic device, comprising:
the acquisition module is used for acquiring a first link address corresponding to a first webpage under the condition that a first webpage entrance is displayed on a first interface;
the first downloading module is used for acquiring a first resource list from a cloud server based on the first link address and downloading a first resource in the first resource list, wherein the first resource is a resource in the first webpage, and the cloud server stores an association relationship between the first link address and the first resource list in advance;
the first sending module is used for sending a first loading request to a webpage server corresponding to the first webpage based on the first link address under the condition of receiving first input for opening the first webpage;
the display module is used for receiving a webpage message sent by a webpage server corresponding to the first webpage, modifying a download address of the first resource carried in the webpage message into a storage address of the first resource, and displaying the first webpage based on the first resource in the storage address.
7. The first electronic device of claim 6, wherein the first download module comprises:
the sending unit is used for sending a second loading request to a cloud server, wherein the second loading request carries the first link address;
and the downloading unit is used for receiving the first resource list which is sent by the cloud server and is associated with the first link address, and downloading the first resource in the first resource list.
8. The first electronic device according to claim 6, wherein the association relationship between the first link address and the first resource list stored in advance in the cloud server is obtained by at least one of:
when the second electronic device accesses the first link address, the first resource list is obtained, and the first link address and the first resource list are uploaded to the cloud server;
when the cloud server accesses the first link address, the first resource list is obtained;
the first electronic device obtains the first resource list after executing the rendering task and the parsing task of the first webpage in a background, and uploads the first link address and the first resource list to the cloud server.
9. The first electronic device of claim 6, further comprising:
the second sending module is used for sending a third loading request to the cloud server, wherein the third loading request is used for loading a second webpage;
the third sending module is configured to, when receiving a first notification message sent by the cloud server, send a fourth loading request to a web server corresponding to a second web page if an access operation to the second web page is received, where the second web page has a second link address, and the first notification message includes indication information that a resource list associated with the second link address is not stored in the cloud server in advance;
the second downloading module is used for receiving a second resource list sent by the webpage server corresponding to the second webpage, and downloading and storing a second resource in the second resource list;
and the fourth sending module is configured to send the second resource list and the second link address to the cloud server, where the cloud server stores the received second resource and the second link address in an associated manner.
10. The first electronic device of claim 7, wherein the first downloading module is specifically configured to:
downloading a first resource in the first resource list under the condition that the first resource list associated with the first link address sent by the cloud server is received;
the first electronic device further comprises:
and the third downloading module is used for executing a rendering task and an analysis task of the first webpage in a background under the condition that the first resource list sent by the cloud server is not received so as to obtain the first resource list, and downloading and storing the first resource in the first resource list.
11. An electronic device comprising a processor, a memory, and a program or instructions stored on the memory and executable on the processor, the program or instructions, when executed by the processor, implementing the steps of the resource loading method of any of claims 1-5.
CN202011172432.2A 2020-10-28 2020-10-28 Resource loading method and electronic equipment Pending CN112287261A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011172432.2A CN112287261A (en) 2020-10-28 2020-10-28 Resource loading method and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011172432.2A CN112287261A (en) 2020-10-28 2020-10-28 Resource loading method and electronic equipment

Publications (1)

Publication Number Publication Date
CN112287261A true CN112287261A (en) 2021-01-29

Family

ID=74372985

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011172432.2A Pending CN112287261A (en) 2020-10-28 2020-10-28 Resource loading method and electronic equipment

Country Status (1)

Country Link
CN (1) CN112287261A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114936043A (en) * 2022-05-20 2022-08-23 浪潮电子信息产业股份有限公司 Method, device, equipment and storage medium for starting pooled heterogeneous resources

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114936043A (en) * 2022-05-20 2022-08-23 浪潮电子信息产业股份有限公司 Method, device, equipment and storage medium for starting pooled heterogeneous resources
CN114936043B (en) * 2022-05-20 2024-02-09 浪潮电子信息产业股份有限公司 Method, device, equipment and storage medium for starting pooled heterogeneous resources

Similar Documents

Publication Publication Date Title
CN110046021B (en) Page display method, device, system, equipment and storage medium
US10769353B2 (en) Dynamic streaming content provided by server and client-side tracking application
US9779069B2 (en) Model traversing based compressed serialization of user interaction data and communication from a client-side application
US9680897B2 (en) Throttled scanning for optimized compression of network communicated data
CN106874519B (en) Page display method and device
CN110020329B (en) Method, device and system for generating webpage
CN109740081B (en) Page loading method and device
US20170257464A1 (en) Deployment of integrative html-based engine from an edge server
CN113159807A (en) Landing page processing method, device, equipment and medium
CN108319474B (en) Page information generation method, device and equipment
US20150205767A1 (en) Link appearance formatting based on target content
CN112068873A (en) Webpage generation method, device, server and storage medium
CN112287261A (en) Resource loading method and electronic equipment
CN113392358A (en) Static resource preloading method and device
CN111177634A (en) Multi-language supporting file content loading method, device, equipment and medium
CN108572985B (en) Page display method and device
CN112416455B (en) Data processing method, device, terminal and storage medium
CN114595393A (en) Data processing method and device
CN113467963A (en) Message processing method and device
CN113326079A (en) Service version switching method, switching device, electronic equipment and storage medium
US8645262B1 (en) System and method for displaying security information
CN112328940A (en) Method and device for embedding transition page into webpage, computer equipment and storage medium
CN110647327A (en) Method and device for dynamic control of user interface based on card
CN114428823B (en) Data linkage method, device, equipment and medium based on multidimensional variable expression
CN115062255B (en) Website adaptation method and device, electronic equipment and computer readable 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