CN116561467A - Webpage resource loading method, electronic equipment and storage medium - Google Patents

Webpage resource loading method, electronic equipment and storage medium Download PDF

Info

Publication number
CN116561467A
CN116561467A CN202310597710.6A CN202310597710A CN116561467A CN 116561467 A CN116561467 A CN 116561467A CN 202310597710 A CN202310597710 A CN 202310597710A CN 116561467 A CN116561467 A CN 116561467A
Authority
CN
China
Prior art keywords
resource information
resource
task queue
loading
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.)
Withdrawn
Application number
CN202310597710.6A
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.)
Nanjing Yihui Aizhi Iot Technology Co ltd
Original Assignee
Nanjing Yihui Aizhi Iot 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 Nanjing Yihui Aizhi Iot Technology Co ltd filed Critical Nanjing Yihui Aizhi Iot Technology Co ltd
Priority to CN202310597710.6A priority Critical patent/CN116561467A/en
Publication of CN116561467A publication Critical patent/CN116561467A/en
Withdrawn legal-status Critical Current

Links

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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a webpage resource loading method, electronic equipment and a storage medium. The method comprises the following steps: acquiring resource information of target resources required by a target webpage based on a received opening request of the target webpage; creating a task queue for the target webpage, and storing the resource information into the task queue; and acquiring the resource information to be loaded from the task queue according to a first preset rule to initiate a resource loading request. According to the technical scheme provided by the embodiment of the invention, the resource information to be loaded is sequentially obtained from the task queue according to a certain rule to initiate the request, so that the problem that the request is directly initiated to all the resources to be loaded in the webpage in the traditional scheme is solved, the webpage resources can be flexibly loaded according to actual needs, the blockage and the blocking of the main content loading are reduced, and the interactive experience of users is improved.

Description

Webpage resource loading method, electronic equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of user interaction, in particular to a webpage resource loading method, electronic equipment and a storage medium.
Background
With the development of technology, the terminal is capable of providing more and more functions to a user, who can enjoy different services through various apps installed at the terminal. With the development of mobile internet technology, users can obtain different resources, such as text information, picture information, and audio information, from a third party server or other terminals through a network using the terminals without being limited by time and place. When a user wants to open a webpage, if the webpage writes the resources according to the traditional label form, the user can trigger all the resources to be loaded to initiate a loading request when opening the webpage, so that the loading speed of the whole webpage is slow, and the user experience is affected.
Disclosure of Invention
The embodiment of the invention provides a webpage resource loading method, electronic equipment and a storage medium, which are used for flexibly loading webpage resources according to actual needs and improving interactive experience of users.
In a first aspect, an embodiment of the present invention provides a method for loading a web resource, where the method includes:
s1, acquiring resource information of target resources required by a target webpage based on a received opening request of the target webpage;
s2, creating a task queue for the target webpage, and storing the resource information into the task queue;
s3, acquiring the resource information to be loaded from the task queue according to a first preset rule to initiate a resource loading request.
Optionally, the first preset rule includes at least one of the following:
A. acquiring the resource information to be loaded according to the priority of the task queue;
B. acquiring the resource information to be loaded according to the priority of the resource information;
C. and acquiring the information of the resources to be loaded according to the loading speed of the target resources.
Optionally, before the step B, the method further includes:
and determining the priority of the resource information according to the webpage type of the target webpage.
Optionally, the method further comprises:
and adjusting the priority of the task queue or the priority of the resource information according to the user operation.
Optionally, after the step S3, the method further includes:
if the current page of the target webpage is detected to change, the priority of the resource information is adjusted according to the changed current page, and/or the resource loading request which does not belong to the resource information to be loaded in the changed current page is subjected to interrupt processing.
Optionally, the step S2 includes:
creating the task queue according to a second preset rule;
and storing the resource information into the corresponding task queue.
Optionally, the creating the task queue according to the second preset rule includes at least one of the following:
a. creating the task queue according to the type of the target resource;
b. creating the task queue according to the priority of the target resource;
c. and creating the task queue according to the display position of the target resource.
Optionally, the step S3 includes:
and adding the resource information to be loaded into a dynamic loading task to initiate a corresponding resource loading request.
In a second aspect, an embodiment of the present invention further provides an electronic device, including:
one or more processors;
a memory for storing one or more programs;
when the one or more programs are executed by the one or more processors, the method for loading the webpage resources provided by any embodiment of the present invention is implemented.
In a third aspect, an embodiment of the present invention further provides a computer readable storage medium, where a computer program is stored, where the computer program, when executed by a processor, implements the method for loading a web page resource provided by any embodiment of the present invention.
The embodiment of the invention provides a loading method of webpage resources, when an opening request of a target webpage is received, firstly acquiring resource information of target resources required by the target webpage, then creating a task queue for the target webpage, storing the acquired resource information into the task queue, and then acquiring resource information to be loaded from the task queue according to a first preset rule to initiate a resource loading request. According to the webpage resource loading method provided by the embodiment of the invention, the resource information to be loaded is sequentially acquired from the task queue according to a certain rule to initiate the request, so that the problem that the request is directly initiated on all the resources to be loaded in the webpage in the traditional scheme is avoided, the webpage resource can be flexibly loaded according to actual needs, the blockage and the blocking of the main content loading are reduced, and the interactive experience of a user is improved.
Drawings
FIG. 1 is a flowchart of a method for loading web page resources according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an electronic device according to a second embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Before discussing exemplary embodiments in more detail, it should be mentioned that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart depicts steps as a sequential process, many of the steps may be implemented in parallel, concurrently, or with other steps. Furthermore, the order of the steps may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figures. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example 1
Fig. 1 is a flowchart of a method for loading web page resources according to an embodiment of the present invention. The method can be applied to the situation that resources are loaded when a browser opens a webpage, and the method can be applied to electronic equipment, and particularly can be a mobile phone, a tablet personal computer, a PC and the like. As shown in fig. 1, the method specifically comprises the following steps:
s11, acquiring resource information of target resources required by the target webpage based on the received opening request of the target webpage.
S12, creating a task queue for the target webpage, and storing the resource information into the task queue.
S13, acquiring the resource information to be loaded from the task queue according to a first preset rule to initiate a resource loading request.
Specifically, when an opening request for a target web page is received, the target web page may be opened based on the request, and target resources required for acquiring the target web page may be prepared. First, resource information of all target resources can be obtained, wherein the resource information can include a storage address of the resources, and the like. Then, a task queue can be created for the target webpage, specifically, a task queue can be created by default, one or more task queues can be created according to the condition of the target resource, and the like, and after the creation is completed, the obtained resource information can be stored in the task queue for standby. And then, acquiring resource information to be loaded from the task queue sequentially according to a first preset rule to initiate a resource loading request so as to acquire corresponding resources from a third party server or other terminal equipment and the like through a network, wherein the first preset rule can be set according to actual needs, and certain target resources can be preferentially selected according to a certain sequence to load according to the first preset rule, such as resources of a certain type, resources of a certain function or resources with higher loading speed and the like.
Wherein, optionally, the first preset rule includes at least one of the following: A. acquiring the resource information to be loaded according to the priority of the task queue; B. acquiring the resource information to be loaded according to the priority of the resource information; C. and acquiring the information of the resources to be loaded according to the loading speed of the target resources.
Specifically, when creating multiple task queues, a certain priority may be set between the multiple task queues, and meanwhile, the resource information of the target resource may be divided and stored into each task queue according to the requirement, so that the resource information to be loaded may be obtained according to the priority of the task queue, that is, the resource information to be loaded may be obtained from the task queue with higher priority first, and then the resource information to be loaded may be obtained from the task queue with lower priority after all the resource information to be loaded is obtained. The task queue may include an operation type task queue and a display type task queue, where information of operation type resources may be stored in the operation type task queue, where the operation type resources may include input boxes, selection boxes, operation keys (such as a determination key, a cancel key, a view key, a search key, and the like), resources with interactive properties such as linked text and a linked picture, a user may type content through the input boxes, select corresponding content through the selection boxes, execute or cancel execution of a corresponding function through the operation keys, and may also perform corresponding skip through clicking the linked text or the linked picture, and the like, and information of display type resources may be stored in the display type task queue, where the display type resources may include web page theme text and picture, web page copyright statement, background picture, advertisement information, time information, and the like, that is, resources simply used for display may not be operated by a general user. Generally, when a web page is opened, a user needs to obtain operation type resources for performing operations such as typing or clicking or for prompting operations preferentially, and then the priority of the operation type task queue can be set higher than that of the display type task queue.
On the other hand, the resource information to be loaded can be obtained according to the priority of the resource information, namely, the resource information with higher priority can be obtained from the task queue to be used as the resource information to be loaded, and the resource information with lower priority can be obtained to be used as the resource information to be loaded after all the resource information are obtained. The resource information can comprise a plurality of different types, such as pictures, characters, audios, videos and the like, and the different types of resource information can be stored in the corresponding task queues in advance or in the same task queue, and can be acquired sequentially according to the task queues when stored in the corresponding task queues. In some cases, it may be necessary to load a certain type of target resource preferentially, for example, if it is necessary to load a picture class resource preferentially, it may be set that the picture class resource information has a higher priority than the non-picture class resource information. Or some specific target resources, such as non-important resources with little influence on the user experience, such as tag heads or bottom copyright notices, need to be loaded later, the priority of the resource information of the resources can be set lower than that of other resource information. Further optionally, before the step B, the method further includes: and determining the priority of the resource information according to the webpage type of the target webpage. For example, if the target webpage is a picture webpage, the picture resource generally needs to be displayed with priority, the priority of the picture resource information can be determined to be higher than that of the non-picture resource information, and if the target webpage is a novel webpage, the text resource generally needs to be displayed with priority, the priority of the text resource information can be determined to be higher than that of the non-text resource information.
In still another aspect, the resource information to be loaded can be obtained according to the loading speed of the target resource, and for example, the resource information of the text resource with higher loading speed can be obtained preferentially, then the resource information of the picture resource and/or the audio resource with lower loading speed can be obtained, and then the resource information of the video resource with lower loading speed can be obtained. If the network state is poor or the electric quantity is low, the information of the resources to be loaded is acquired according to the loading speed, so that partial webpage resources can be acquired more quickly and fed back to the user.
Furthermore, two or more of the above three first preset rules may be used simultaneously, for example, the resource information to be loaded may be further obtained according to the priority of the resource information in the priority task queue, the resource information to be loaded may be further obtained according to the loading speed of the target resource in the priority task queue, the priority of the resource information and the loading speed of the target resource may be simultaneously considered in the priority task queue to obtain the resource information to be loaded, and so on.
On the basis of the above technical solution, optionally, the method further includes: and adjusting the priority of the task queue or the priority of the resource information according to the user operation. Specifically, the user may additionally set the priority of the task queue and the resource information before initiating the opening request of the target webpage, or may additionally adjust the priority of the task queue and the resource information before completing loading after initiating the opening request. For example, the user may click the selected specified target resource in the current page to perform operations such as top-setting or bottom-setting, so as to adjust the priority of the corresponding resource information, so that the specified target resource is loaded preferentially or later.
On the basis of the above technical solution, optionally, after the step S3, the method further includes: if the current page of the target webpage is detected to change, the priority of the resource information is adjusted according to the changed current page, and/or the resource loading request which does not belong to the resource information to be loaded in the changed current page is subjected to interrupt processing. Specifically, the current page changes specifically may be the situation that all current display interfaces such as page jumping or scrolling in all directions change. When the resource information to be loaded is acquired to initiate a resource loading request, the resource information of the target resource in the current display interface can be preferentially acquired as the resource information to be loaded, and when the change of the current page is detected, the priority of the resource information needs to be determined again. In addition, if the current page changes, the web page type may also change, and as described above, the priority of the resource information may be determined again according to the changed web page type. On the other hand, in the prior art, a loading request is initiated to all resources in a webpage, and when the current webpage is exited, the triggered loading request is still in a state, so that the loading request of a subsequent webpage is queued for a long time, and the problem of too slow loading speed of the subsequent webpage is further aggravated. When detecting that the current page changes, the method can also interrupt the resource loading request which is initiated at present and does not belong to the resource information to be loaded in the changed current page, so that the loading work efficiency of the current page is improved.
On the basis of the above technical solution, optionally, the step S2 includes: creating the task queue according to a second preset rule; and storing the resource information into the corresponding task queue. The second preset rule can be set according to actual needs. Specifically, after the resource information of the required target resource is obtained, the resource information can be analyzed first, then a task queue can be created to store the resource information in a manner suitable for the above-mentioned process of obtaining the resource information to be loaded, so that the subsequent process of obtaining the resource information to be loaded is convenient, the task queue can be created simply based on the resource information to divide the resource information into different task queues for storage, and the process of initiating the resource loading request by different types of resource information can be different, so that the process of initiating the resource loading request can be simpler and more convenient by dividing the resource information. After the task queues are established, the priorities of the task queues can be set according to the requirements, and priority relationships can exist among some task queues and no priority relationship exists among some task queues. Further, since the number of the resource information to be saved in each task queue may be different, when the resource information to be loaded is obtained, the resource information to be loaded may be obtained preferentially from the task queue in which the saving of the resource information is completed first.
Further optionally, the creating the task queue according to the second preset rule includes at least one of: a. creating the task queue according to the type of the target resource; b. creating the task queue according to the priority of the target resource; c. and creating the task queue according to the display position of the target resource. Specifically, a task queue may be created according to the type of the target resource, and the created task queue may include a picture task queue, a text task queue, an audio task queue, a video task queue, and the like. The task queues may also be created according to the priority of the target resource, and the created task queues may include an operation class task queue, a display class task queue, and the like. The task queue can be created according to the display position of the target resource, and the created task queue can comprise a current page display type task queue, a sub page display type task queue, a sliding page display type task queue and the like.
On the basis of the above technical solution, optionally, the step S3 includes: and adding the resource information to be loaded into a dynamic loading task to initiate a corresponding resource loading request. Specifically, a dynamic loading task can be created for the created task queue, and then a resource loading request can be initiated by dynamically acquiring the resource information to be loaded from the task queue through the dynamic loading task. The dynamic loading task can acquire one or more (e.g. 8) resource information to be loaded at a time to initiate a request, and acquire new resource information to be loaded to initiate a resource loading request after initiating the current request and completing loading of the corresponding target resource. By using the dynamic loading task, the problem that the browser responds slowly due to the fact that loading requests are initiated to all resources at one time in the prior art is better solved, and meanwhile, by referring to the description, if the current page of the target webpage is detected to change, even if the resource loading requests of the resource information to be loaded in the changed current page are not subjected to interrupt processing, the influence of the current initiated resource loading requests on the resource loading in the changed current page can be well lightened or avoided.
According to the technical scheme provided by the embodiment of the invention, when an opening request for a target webpage is received, firstly, the resource information of target resources required by the target webpage is acquired, then a task queue is created for the target webpage, the acquired resource information is stored in the task queue, and then the resource information to be loaded is acquired from the task queue according to a first preset rule to initiate a resource loading request. The resource information to be loaded is sequentially obtained from the task queue according to a certain rule to initiate the request, so that the problem that the request is directly initiated to all the resources to be loaded in the webpage in the traditional scheme is avoided, the webpage resources can be flexibly loaded according to actual needs, the blocking and blocking of main content loading are reduced, and the interactive experience of users is improved.
Example two
Fig. 2 is a schematic structural diagram of an electronic device according to a second embodiment of the present invention, and shows a block diagram of an exemplary electronic device suitable for implementing an embodiment of the present invention. The electronic device shown in fig. 2 is only an example and should not be construed as limiting the functionality and scope of use of the embodiments of the present invention. As shown in fig. 2, the electronic device includes a processor 21, a memory 22, an input device 23, and an output device 24; the number of processors 21 in the electronic device may be one or more, in fig. 2, one processor 21 is taken as an example, and the processors 21, the memory 22, the input device 23 and the output device 24 in the electronic device may be connected by a bus or other means, in fig. 2, by bus connection is taken as an example.
The memory 22 is used as a computer readable storage medium for storing software programs, computer executable programs and modules, such as program instructions/modules corresponding to the method for loading web page resources in the embodiments of the present invention. The processor 21 executes various functional applications of the electronic device and data processing by running software programs, instructions and modules stored in the memory 22, i.e. implements the above-described loading method of web page resources.
The memory 22 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, at least one application program required for functions; the storage data area may store data created according to the use of the electronic device, etc. In addition, the memory 22 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some examples, memory 22 may further include memory remotely located relative to processor 21, which may be connected to the electronic device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 23 may be used for receiving an opening request for a target web page entered by a user, generating key signal inputs related to user settings and function controls of the electronic device, etc. The output device 24 may include a display screen, may be used to display web page content to a user, and the like.
Example III
A third embodiment of the present invention also provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are for performing a method of loading a web page resource, the method comprising:
s1, acquiring resource information of target resources required by a target webpage based on a received opening request of the target webpage;
s2, creating a task queue for the target webpage, and storing the resource information into the task queue;
s3, acquiring the resource information to be loaded from the task queue according to a first preset rule to initiate a resource loading request.
The storage medium may be any of various types of memory devices or storage devices. The term "storage medium" is intended to include: mounting media such as CD-ROM, floppy disk or tape devices; computer system memory or random access memory such as DRAM, DDR RAM, SRAM, EDO RAM, lanbus (Rambus) RAM, etc.; nonvolatile memory such as flash memory, magnetic media (e.g., hard disk or optical storage); registers or other similar types of memory elements, etc. The storage medium may also include other types of memory or combinations thereof. In addition, the storage medium may be located in a computer system in which the program is executed, or may be located in a different second computer system connected to the computer system through a network (such as the internet). The second computer system may provide program instructions to the computer for execution. The term "storage medium" may include two or more storage media that may reside in different locations (e.g., in different computer systems connected by a network). The storage medium may store program instructions (e.g., embodied as a computer program) executable by one or more processors.
Of course, the storage medium containing the computer executable instructions provided in the embodiments of the present invention is not limited to the above-described method operations, and may also perform the related operations in the method for loading the web page resources provided in any embodiment of the present invention.
The computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments of the present invention.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (10)

1. The loading method of the webpage resource is characterized by comprising the following steps of:
s1, acquiring resource information of target resources required by a target webpage based on a received opening request of the target webpage;
s2, creating a task queue for the target webpage, and storing the resource information into the task queue;
s3, acquiring the resource information to be loaded from the task queue according to a first preset rule to initiate a resource loading request.
2. The method for loading web page resources according to claim 1, wherein the first preset rule includes at least one of:
A. acquiring the resource information to be loaded according to the priority of the task queue;
B. acquiring the resource information to be loaded according to the priority of the resource information;
C. and acquiring the information of the resources to be loaded according to the loading speed of the target resources.
3. The method for loading web page resources according to claim 2, further comprising, prior to said step B:
and determining the priority of the resource information according to the webpage type of the target webpage.
4. The method for loading web page resources according to claim 2, further comprising:
and adjusting the priority of the task queue or the priority of the resource information according to the user operation.
5. The method for loading web page resources according to any one of claims 2 to 4, further comprising, after the step S3:
if the current page of the target webpage is detected to change, the priority of the resource information is adjusted according to the changed current page, and/or the resource loading request which does not belong to the resource information to be loaded in the changed current page is subjected to interrupt processing.
6. The method for loading web page resources according to any one of claims 1 to 5, wherein the step S2 includes:
creating the task queue according to a second preset rule;
and storing the resource information into the corresponding task queue.
7. The method for loading web page resources according to claim 6, wherein creating the task queue according to the second preset rule comprises at least one of:
a. creating the task queue according to the type of the target resource;
b. creating the task queue according to the priority of the target resource;
c. and creating the task queue according to the display position of the target resource.
8. The method for loading web page resources according to any one of claims 1 to 7, wherein the step S3 includes:
and adding the resource information to be loaded into a dynamic loading task to initiate a corresponding resource loading request.
9. An electronic device, comprising:
one or more processors;
a memory for storing one or more programs;
a method of loading web page resources as claimed in any one of claims 1 to 8 when said one or more programs are executed by said one or more processors.
10. A computer readable storage medium having stored thereon a computer program, which when executed by a processor, implements a method of loading a web page resource as claimed in any of claims 1-8.
CN202310597710.6A 2023-05-25 2023-05-25 Webpage resource loading method, electronic equipment and storage medium Withdrawn CN116561467A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310597710.6A CN116561467A (en) 2023-05-25 2023-05-25 Webpage resource loading method, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310597710.6A CN116561467A (en) 2023-05-25 2023-05-25 Webpage resource loading method, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116561467A true CN116561467A (en) 2023-08-08

Family

ID=87491429

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310597710.6A Withdrawn CN116561467A (en) 2023-05-25 2023-05-25 Webpage resource loading method, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116561467A (en)

Similar Documents

Publication Publication Date Title
US20200259905A1 (en) Web resource load blocking api
JP7013466B2 (en) Application data processing methods, equipment, and computer programs
US9772990B2 (en) Personal assistant context building
US10762277B2 (en) Optimization schemes for controlling user interfaces through gesture or touch
US9021507B2 (en) Dynamic use of data across multiple programs
US10831331B2 (en) Window control for simultaneously running applications
US10635505B2 (en) Automated batch application programming interfaces
CN110168496B (en) Method and system for application presentation
CN110990075A (en) Starting method, device and equipment of fast application and storage medium
CN107580039B (en) Transmission progress display method and device and terminal
US20240176478A1 (en) Method, device and storage medium for object dragging
US20220334695A1 (en) Intelligent monitor and layout management
WO2023040443A1 (en) Method and device for drawing canvas
US20210334118A1 (en) Opening local files in remote applications
CN113268212A (en) Screen projection method and device, storage medium and electronic equipment
US10338937B2 (en) Multi-pane graphical user interface with dynamic panes to present web data
KR20150004817A (en) User interface web services
WO2018129269A1 (en) Execution of multiple applications on a device
CN112307375A (en) Page display method and device, electronic equipment and computer readable medium
US20240086360A1 (en) File saving method and electronic device
CN111258736A (en) Information processing method and device and electronic equipment
CN114691273A (en) User interface returning method and device, electronic equipment and storage medium
CN112256372B (en) Information processing method and device and electronic equipment
US20210342049A1 (en) Drag and drop functionality in multi-monitor and large monitor environments
CN114422468A (en) Message processing 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
WW01 Invention patent application withdrawn after publication

Application publication date: 20230808

WW01 Invention patent application withdrawn after publication