WO2021082599A1 - 网页图像的监控方法、装置、电子设备及计算机可读存储介质 - Google Patents

网页图像的监控方法、装置、电子设备及计算机可读存储介质 Download PDF

Info

Publication number
WO2021082599A1
WO2021082599A1 PCT/CN2020/107714 CN2020107714W WO2021082599A1 WO 2021082599 A1 WO2021082599 A1 WO 2021082599A1 CN 2020107714 W CN2020107714 W CN 2020107714W WO 2021082599 A1 WO2021082599 A1 WO 2021082599A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
web page
loaded
query request
query
Prior art date
Application number
PCT/CN2020/107714
Other languages
English (en)
French (fr)
Inventor
银国徽
Original Assignee
北京字节跳动网络技术有限公司
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 北京字节跳动网络技术有限公司 filed Critical 北京字节跳动网络技术有限公司
Publication of WO2021082599A1 publication Critical patent/WO2021082599A1/zh

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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the present disclosure relates to the field of computer technology. Specifically, the present disclosure relates to a method, device, electronic device, and computer-readable storage medium for monitoring webpage images.
  • a method for monitoring webpage images includes:
  • a webpage image monitoring device which includes:
  • the query request sending module is used to send a query request for the image in the web page when it is detected that all the page resources of the web page have been loaded;
  • the monitoring module is used to obtain the query result of the query request, and based on the query result, determine whether the image is loaded successfully.
  • an electronic device including: a processor and a memory;
  • Memory used to store computer programs
  • the processor is configured to execute the method shown in the first aspect of the present disclosure by calling a computer program.
  • a computer-readable storage medium on which a computer program is stored, and when the program is executed by a processor, the method shown in the first aspect of the present disclosure is implemented.
  • the query request for the image in the web page is sent to obtain the query result of the query request, and based on the query result, it is determined whether the image is loaded successfully. Based on this solution, the information about whether the image is loaded successfully can be obtained by initiating an image query request, thereby realizing the monitoring of whether the image is loaded successfully, and realizing the analysis of the web service quality based on whether the image is loaded successfully, and improving the web service quality Provide data support.
  • FIG. 1 is a schematic flowchart of a method for monitoring webpage images according to an embodiment of the disclosure
  • FIG. 2 is a schematic structural diagram of a webpage image monitoring device provided by an embodiment of the disclosure.
  • FIG. 3 is a schematic structural diagram of an electronic device provided by an embodiment of the disclosure.
  • a software development kit (Software Development Kit, SDK) is generally used to monitor whether an image in a web page is successfully loaded.
  • SDK Software Development Kit
  • the business party may place the SDK corresponding code for monitoring whether the image is loaded successfully in the body of the HyperText Markup Language (HTML) file of the web page.
  • HTML HyperText Markup Language
  • this may cause the SDK to monitor whether the image has been successfully loaded is still not running when the image loading has been completed. At this time, it cannot be obtained that the SDK has been loaded before the above SDK runs. Whether the image of the completed image is loaded successfully, resulting in the omission of information monitoring, and it is impossible to effectively monitor whether the image in the web page is loaded successfully.
  • the webpage image monitoring method, device, electronic device, and computer-readable storage medium provided by the embodiments of the present disclosure are intended to solve at least one of the above technical problems in the prior art.
  • FIG. 1 shows a schematic flowchart of a method for monitoring webpage images provided by an embodiment of the present disclosure. As shown in FIG. 1, the method may include:
  • Step S110 When it is detected that all page resources of the web page have been loaded, sending a query request for the image in the web page;
  • Step S120 Obtain the query result of the query request, and determine whether the image is loaded successfully based on the query result.
  • a browser loads a web page as an example.
  • the page resources may include, but are not limited to, characters, image resources, video resources, etc. in the web page.
  • a query request can be generated to query the image resource corresponding to each image in the web page, and the query request can carry an image identifier, which is convenient for distinguishing each image in the web page.
  • the image resource of the web page is successfully loaded, the image resource of the web page is cached in the browser cache, and the query result is determined based on the cache content in the browser cache.
  • the browser When the browser is loading, it encounters the page resource that needs to be obtained (take picture resource as an example), the browser may issue a picture resource acquisition request to obtain the picture resource, when the picture resource request is successful, the obtained picture resource will be cached To the browser cache; when the image resource request fails, the image resource will not be stored in the browser cache. Therefore, it is possible to determine whether the image is loaded successfully by sending a query request and querying the image resource in the browser cache. When the image resource corresponding to the image is found in the browser cache, it can be determined that the image is loaded successfully; if the image resource corresponding to the image is not found in the browser cache, it can be determined that the image has failed to load.
  • the query result can be obtained quickly, without the need to request data from the server through the network, which can avoid traffic waste.
  • the image query request is sent when it is detected that all images in the web page have been loaded. Since all image resources have been loaded at this time, it can be ensured that the query results of all query requests are obtained, thereby monitoring the page Whether all the images inside are loaded successfully, to avoid monitoring omissions.
  • the browser will load each page resource separately. In the process of loading the page resource, the page resource takes the image as an example. It may happen that some images have finished loading while others have not finished loading. , The image resources corresponding to the images that have not been loaded will not be stored in the local cache. At this time, if the corresponding image is queried in the local cache, the query results will be inaccurate and it is impossible to effectively determine whether the image is loaded successfully.
  • sending a query request for the image in the web page can ensure the accuracy of the obtained query result, so that it can accurately determine whether the image in the web page is loaded successfully.
  • these images can be analyzed to determine the cause of the load failure, and corresponding processing can be performed to ensure the user experience.
  • the method provided by the embodiment of the present disclosure is to send a query request for the image in the web page when all page resources of the web page are loaded to obtain the query result of the query request, and determine whether the image is loaded successfully based on the query result. Based on this solution, the information about whether the image is loaded successfully can be obtained by initiating an image query request, thereby realizing the monitoring of whether the image is loaded successfully, and realizing the analysis of the web service quality based on whether the image is loaded successfully, and improving the web service quality Provide data support.
  • the query request is an Extensible Markup Language Hypertext Transfer Protocol request (XML HTTP Request).
  • XML HTTP Request Extensible Markup Language Hypertext Transfer Protocol request
  • the query request may be an XML HTTP Request, and the query request may also carry request parameters corresponding to the attribute information of the image, and the attribute information may include the image type and/or the image size.
  • the above method may further include: extracting attribute information of the image based on the query result.
  • the query result is the response information of the query command.
  • the response header of the response message contains the attribute information of the image.
  • the image attribute information of the image can be extracted from the response header in the response message through regular expressions.
  • the monitoring of image attribute information can better analyze the service quality of the webpage through the monitored image attribute information, and provide better data support for improving the service quality of the webpage.
  • the query request also carries file location indication information of the image.
  • request parameters can also be set in the query request to specify the file location to be queried. For example, when querying images imported from Cascading Style Sheets (CSS) files, you can specify Query in the Style Sheets cached by the browser.
  • CSS Cascading Style Sheets
  • the foregoing method further includes:
  • the onload event corresponding to the HTML file of the web page when all the page resources of the web page are loaded, the onload event corresponding to the HTML file of the web page will be executed.
  • the onload event corresponding to the HTML file of the web page can be detected to determine all of the web page. Whether the page resource has been loaded.
  • the above method further includes:
  • the information about whether the image is loaded successfully can be sent to the server, so that the server can monitor whether the image is successfully loaded in time. In actual use, you can also choose to only upload the image.
  • the loading failure information is sent to the server.
  • FIG. 2 shows a schematic structural diagram of a webpage image monitoring device provided by an embodiment of the present disclosure.
  • the monitoring device 20 may include:
  • the query request sending module 210 is configured to send a query request for images in the web page when it is detected that all page resources of the web page are loaded;
  • the monitoring module 220 is configured to obtain the query result of the query request, and based on the query result, determine whether the image is loaded successfully.
  • the device provided by the embodiment of the present disclosure sends a query request for the image in the web page when all page resources of the web page are loaded, obtains the query result of the query request, and determines whether the image is loaded successfully based on the query result. Based on this solution, the information about whether the image is loaded successfully can be obtained by initiating an image query request, thereby realizing the monitoring of whether the image is loaded successfully, and realizing the analysis of the web service quality based on whether the image is loaded successfully, and improving the web service quality Provide data support.
  • the query request is XML HTTP Request.
  • the query request also carries request parameters corresponding to the attribute information of the image
  • the aforementioned monitoring device further includes:
  • the attribute information extraction module is used to extract the attribute information of the image based on the query result.
  • the file location indication information of the image is also carried in the query request. .
  • the image resource of the web page is successfully loaded, the image resource of the web page is cached in the browser cache, and the query result is determined based on the cached content in the browser cache.
  • the foregoing monitoring device further includes:
  • the page loading condition determination module is used to determine that all page resources of the web page are loaded when the onload event corresponding to the HTML file of the web page is detected.
  • the aforementioned monitoring module is also used to send information about whether the image is successfully loaded to the server.
  • Terminal devices in the embodiments of the present disclosure may include, but are not limited to, mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablets), PMPs (portable multimedia players), vehicle-mounted terminals (e.g. Mobile terminals such as car navigation terminals) and fixed terminals such as digital TVs, desktop computers, etc.
  • the electronic device shown in FIG. 3 is only an example, and should not bring any limitation to the function and scope of use of the embodiments of the present disclosure.
  • the electronic device includes a memory and a processor.
  • the processor here may be referred to as the processing device 601 shown below, and the memory may include a read-only memory (ROM) 602, a random access memory (RAM) 603, and a storage device below.
  • ROM read-only memory
  • RAM random access memory
  • 608 At least one of 608, as follows:
  • the electronic device 600 may include a processing device (such as a central processing unit, a graphics processor, etc.) 601, which may be loaded into a random access device according to a program stored in a read-only memory (ROM) 602 or from a storage device 608.
  • the program in the memory (RAM) 603 executes various appropriate actions and processing.
  • various programs and data required for the operation of the electronic device 600 are also stored.
  • the processing device 601, the ROM 602, and the RAM 603 are connected to each other through a bus 604.
  • An input/output (I/O) interface 605 is also connected to the bus 604.
  • the following devices can be connected to the I/O interface 605: including input devices 606 such as touch screens, touch pads, keyboards, mice, cameras, microphones, accelerometers, gyroscopes, etc.; including, for example, liquid crystal displays (LCD), speakers, vibration An output device 607 such as a device; a storage device 608 such as a magnetic tape, a hard disk, etc.; and a communication device 609.
  • the communication device 609 may allow the electronic device 600 to perform wireless or wired communication with other devices to exchange data.
  • FIG. 3 shows an electronic device 600 having various devices, it should be understood that it is not required to implement or have all of the illustrated devices. It may alternatively be implemented or provided with more or fewer devices.
  • the process described above with reference to the flowchart can be implemented as a computer software program.
  • the embodiments of the present disclosure include a computer program product, which includes a computer program carried on a non-transitory computer readable medium, and the computer program contains program code for executing the method shown in the flowchart.
  • the computer program may be downloaded and installed from the network through the communication device 609, or installed from the storage device 608, or installed from the ROM 602.
  • the processing device 601 the above-mentioned functions defined in the method of the embodiment of the present disclosure are executed.
  • the aforementioned computer-readable medium in the present disclosure may be a computer-readable signal medium or a computer-readable storage medium, or any combination of the two.
  • the computer-readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or device, or a combination of any of the above. More specific examples of computer-readable storage media may include, but are not limited to: electrical connections with one or more wires, portable computer disks, hard disks, random access memory (RAM), read-only memory (ROM), erasable Programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • a computer-readable storage medium may be any tangible medium that contains or stores a program, and the program may be used by or in combination with an instruction execution system, apparatus, or device.
  • a computer-readable signal medium may include a data signal propagated in a baseband or as a part of a carrier wave, and a computer-readable program code is carried therein. This propagated data signal can take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • the computer-readable signal medium may also be any computer-readable medium other than the computer-readable storage medium.
  • the computer-readable signal medium may send, propagate or transmit the program for use by or in combination with the instruction execution system, apparatus, or device .
  • the program code contained on the computer-readable medium can be transmitted by any suitable medium, including but not limited to: wire, optical cable, RF (Radio Frequency), etc., or any suitable combination of the above.
  • the client and server can communicate with any currently known or future developed network protocol such as HTTP (HyperText Transfer Protocol), and can communicate with digital data in any form or medium.
  • Communication e.g., communication network
  • Examples of communication networks include local area networks (“LAN”), wide area networks (“WAN”), the Internet (for example, the Internet), and end-to-end networks (for example, ad hoc end-to-end networks), as well as any currently known or future research and development network of.
  • the above-mentioned computer-readable medium may be included in the above-mentioned electronic device; or it may exist alone without being assembled into the electronic device.
  • the above-mentioned computer-readable medium carries one or more programs.
  • the electronic device When the above-mentioned one or more programs are executed by the electronic device, the electronic device: When detecting that all page resources of the web page are loaded, send the Image query request; obtain the query result of the query request, and determine whether the image is loaded successfully based on the query result.
  • the computer program code used to perform the operations of the present disclosure can be written in one or more programming languages or a combination thereof.
  • the above-mentioned programming languages include but are not limited to object-oriented programming languages such as Java, Smalltalk, C++, and Including conventional procedural programming languages-such as "C" language or similar programming languages.
  • the program code can be executed entirely on the user's computer, partly on the user's computer, executed as an independent software package, partly on the user's computer and partly executed on a remote computer, or entirely executed on the remote computer or server.
  • the remote computer can be connected to the user's computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computer (for example, using an Internet service provider to pass Internet connection).
  • LAN local area network
  • WAN wide area network
  • each block in the flowchart or block diagram may represent a module, program segment, or part of code, and the module, program segment, or part of code contains one or more for realizing the specified logical function Executable instructions.
  • the functions marked in the block may also occur in a different order from the order marked in the drawings. For example, two blocks shown in succession can actually be executed substantially in parallel, and they can sometimes be executed in the reverse order, depending on the functions involved.
  • each block in the block diagram and/or flowchart, and the combination of the blocks in the block diagram and/or flowchart can be implemented by a dedicated hardware-based system that performs the specified functions or operations Or it can be realized by a combination of dedicated hardware and computer instructions.
  • the modules or units involved in the embodiments described in the present disclosure can be implemented in software or hardware. Among them, the name of the module or unit does not constitute a limitation on the unit itself under certain circumstances.
  • the monitoring module can also be described as "a module that determines whether the image is loaded successfully based on the query result".
  • exemplary types of hardware logic components include: Field Programmable Gate Array (FPGA), Application Specific Integrated Circuit (ASIC), Application Specific Standard Product (ASSP), System on Chip (SOC), Complex Programmable Logical device (CPLD) and so on.
  • FPGA Field Programmable Gate Array
  • ASIC Application Specific Integrated Circuit
  • ASSP Application Specific Standard Product
  • SOC System on Chip
  • CPLD Complex Programmable Logical device
  • a machine-readable medium may be a tangible medium, which may contain or store a program for use by the instruction execution system, apparatus, or device or in combination with the instruction execution system, apparatus, or device.
  • the machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
  • the machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or device, or any suitable combination of the foregoing.
  • machine-readable storage media would include electrical connections based on one or more wires, portable computer disks, hard disks, random access memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or flash memory erasable programmable read-only memory
  • CD-ROM compact disk read only memory
  • magnetic storage device or any suitable combination of the foregoing.
  • the present disclosure provides a method for monitoring webpage images, including:
  • the above-mentioned query request is an XML HTTP Request.
  • the query request also carries request parameters corresponding to the attribute information of the image
  • the monitoring method of the webpage image described above further includes:
  • the attribute information of the image is extracted.
  • the file location indication information of the image is also carried in the query request.
  • the image resource of the webpage is loaded successfully, the image resource of the webpage is cached in the browser cache, and the query result is determined based on the cached content in the browser cache.
  • the above-mentioned monitoring method further includes:
  • the above-mentioned monitoring method further includes:
  • the present disclosure provides a webpage image monitoring device, including:
  • the query request sending module is used to send a query request for the image in the web page when it is detected that all the page resources of the web page are loaded, and the query request carries the image identifier;
  • the monitoring module is used to obtain the query result of the query request, and based on the query result, determine whether the image is loaded successfully.
  • the query request is an extensible markup language hypertext transfer protocol request XML HTTP Request.
  • the query request also carries request parameters corresponding to the attribute information of the image
  • the aforementioned monitoring device further includes:
  • the attribute information extraction module is used to extract the attribute information of the image based on the query result.
  • the attribute information includes image type and/or image size.
  • the image resource of the webpage page is successfully loaded, the image resource of the webpage page is cached in the browser cache, and the query result is determined based on the cached content in the browser cache.
  • the foregoing monitoring device further includes:
  • the page loading condition determination module is used to determine that all page resources of the web page are loaded when the onload event corresponding to the HTML file of the web page is detected.
  • the above-mentioned monitoring module is further used to send information about whether the image is successfully loaded to the server.

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

一种网页图像的监控方法、装置、电子设备及计算机可读存储介质。该方法包括:当检测到网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求(S110);获取查询请求的查询结果,基于查询结果,确定图像是否加载成功(S120)。该方法通过在网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求,获取查询请求的查询结果,基于查询结果确定图像是否加载成功。基于该方法,实现了对图像是否加载成功的监控,为基于图像是否加载成功实现对网页服务质量的分析,提升网页服务质量提供了数据支持。

Description

网页图像的监控方法、装置、电子设备及计算机可读存储介质 技术领域
本公开涉及计算机技术领域,具体而言,本公开涉及一种网页图像的监控方法、装置、电子设备及计算机可读存储介质。
背景技术
随着互联网技术的高速发展,人们能够获取的信息也越来越多,单纯的文本形式信息已不能满足人们对信息的获取需求。由于图像形式的信息具有直观、表现力强等诸多优点,越来越受到人们的青睐。目前网页中包含的图像的比重越来越高,这也对浏览器的图像服务质量提出了更高要求。现有技术中无法有效监控网页页面中图像是否加载成功,也就无法实现基于图像是否加载成功实现对网页服务质量的分析。
发明内容
第一方面,提供了一种网页图像的监控方法,该方法包括:
当检测到网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求;
获取查询请求的查询结果,基于查询结果,确定图像是否加载成功。
第二方面,提供了一种网页图像的监控装置,该装置包括:
查询请求发送模块,用于当检测到网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求;
监控模块,用于获取查询请求的查询结果,基于查询结果,确定图像是否加载成功。
第三方面,提供了一种电子设备,该电子设备包括:处理器和存储器;
存储器,用于存储计算机程序;
处理器,用于通过调用计算机程序,执行如本公开的第一方面所示的 方法。
第四方面,提供了一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现本公开的第一方面所示的方法。
本公开实施例提供的技术方案带来的有益效果是:
通过在网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求,获取查询请求的查询结果,基于查询结果确定图像是否加载成功。基于该方案,能够采用发起图像查询请求的方式获取到图像是否加载成功的信息,从而实现了对图像是否加载成功的监控,为基于图像是否加载成功实现对网页服务质量的分析、提升网页服务质量提供了数据支持。
附图说明
结合附图并参考以下具体实施方式,本公开各实施例的上述和其他特征、优点及方面将变得更加明显。贯穿附图中,相同或相似的附图标记表示相同或相似的元素。应当理解附图是示意性的,原件和元素不一定按照比例绘制。
为了更清楚地说明本公开实施例中的技术方案,下面将对本公开实施例描述中所需要使用的附图作简单地介绍。
图1为本公开实施例提供的一种网页图像的监控方法的流程示意图;
图2为本公开实施例提供的一种网页图像的监控装置的结构示意图;
图3为本公开实施例提供的一种电子设备的结构示意图。
具体实施方式
下面将参照附图更详细地描述本公开的实施例。虽然附图中显示了本公开的某些实施例,然而应当理解的是,本公开可以通过各种形式来实现,而且不应该被解释为限于这里阐述的实施例,相反提供这些实施例是为了更加透彻和完整地理解本公开。应当理解的是,本公开的附图及实施例仅用于示例性作用,并非用于限制本公开的保护范围。
应当理解,本公开的方法实施方式中记载的各个步骤可以按照不同的 顺序执行,和/或并行执行。此外,方法实施方式可以包括附加的步骤和/或省略执行示出的步骤。本公开的范围在此方面不受限制。
本文使用的术语“包括”及其变形是开放性包括,即“包括但不限于”。术语“基于”是“至少部分地基于”。术语“一个实施例”表示“至少一个实施例”;术语“另一实施例”表示“至少一个另外的实施例”;术语“一些实施例”表示“至少一些实施例”。其他术语的相关定义将在下文描述中给出。
需要注意,本公开中提及的“第一”、“第二”等概念仅用于对装置、模块或单元进行区分,并非用于限定这些装置、模块或单元一定为不同的装置、模块或单元,也并非用于限定这些装置、模块或单元所执行的功能的顺序或者相互依存关系。
需要注意,本公开中提及的“一个”、“多个”的修饰是示意性而非限制性的,本领域技术人员应当理解,除非在上下文另有明确指出,否则应该理解为“一个或多个”。
本公开实施方式中的多个装置之间所交互的消息或者信息的名称仅用于说明性的目的,而并不是用于对这些消息或信息的范围进行限制。
现有技术中一般采用软件开发工具包(Software Development Kit,SDK)来监控网页页面中图像是否加载成功。在实际使用中,业务方可能会为了保持业务原本的运行机制,将用于监控图像是否加载成功的SDK对应的代码放在网页的超文本标记语言(HyperText Markup Language,HTML)文件的主体(body)部分,由于图像的加载可能会较快,这便有可能会导致图像加载已经完成时,用于监控图像是否加载成功的SDK仍未运行,这时则无法获取到在上述SDK运行前已经加载完成图像的图像是否加载成功,造成信息监控的遗漏,无法实现对网页页面中图像是否加载成功的有效监控。
本公开实施例提供的网页图像的监控方法、装置、电子设备和计算机可读存储介质,旨在解决现有技术的如上技术问题中的至少一个。
下面以具体地实施例对本公开的技术方案以及本公开的技术方案如何解决上述技术问题进行详细说明。下面这几个具体的实施例可以相互结 合,对于相同或相似的概念或过程可能在某些实施例中不再赘述。下面将结合附图,对本公开的实施例进行描述。
图1示出了本公开实施例提供的一种网页图像的监控方法的流程示意图,如图1所示,该方法可以包括:
步骤S110:当检测到网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求;
步骤S120:获取查询请求的查询结果,基于查询结果,确定图像是否加载成功。
本公开实施例中以浏览器加载网页页面为例,页面资源可以包括但是不限于网页页面内的字符、图像资源、视频资源等。
本公开实施例中,可以采用生成查询请求的方式来查询网页页面中的各图像对应的图像资源,查询请求中可以携带有图像的标识,便于对网页页面内的各图像进行区分。
本公开实施例中,若网页页面的图像资源加载成功,网页页面的图像资源缓存在浏览器缓存中,查询结果是基于浏览器缓存中的缓存内容确定的。
浏览器在加载时,遇到需要获取的页面资源(以图片资源为例),浏览器或发出图片资源的获取请求来获取图片资源,当图片资源请求成功时,获取到的图片资源会被缓存至浏览器缓存中;而当图片资源请求失败时,浏览器缓存中则不会存储该图片资源。因此,可以通过发送查询请求,并在浏览器缓存内查询图像资源的方式,来确定图像是否加载成功。当在浏览器缓存中查找到了该图像对应的图像资源,则可以确定该图像加载成功;如果未在浏览器缓存中查找到该图像对应的图像资源,则可以确定该图像加载失败。
基于浏览器缓存机制,由于是在本地缓存内进行查询,可以快速的获得查询结果,无需通过网络向服务器进行数据请求,能够避免流量浪费。
本公开实施例中,是在检测到网页页面内所有图像加载完成时发送图像的查询请求,由于此时所有图像资源已经加载完成,因此,能够保证获取到所有查询请求的查询结果,从而监控页面内所有的图像是否加载成 功,避免造成监控遗漏。另外,浏览器会对各页面资源分别进行加载,浏览器在对页面资源的加载过程中,页面资源以图像为例,可能会出现一些图像已经加载结束时,另一些图像还未加载结束的情况,未加载结束的图像对应的图像资源不会被存储于本地缓存,这时如果在本地缓存内查询相应图像,则会造成查询结果的不准确,无法有效确定图像是否加载成功,因此,通过在网页页面的所有页面资源均加载完成后,发送网页页面中的图像的查询请求,能够保证获取的查询结果的准确性,以便能够准确确定出网页页面内的图像是否加载成功。
本公开实施例中,如果多次检测到网页中某些图像加载失败,则可以针对这些图像进行分析,确定导致加载失败的原因,并进行相应处理,以保证用户的使用体验。
本公开实施例提供的方法,通过在网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求,获取查询请求的查询结果,基于查询结果确定图像是否加载成功。基于该方案,能够采用发起图像查询请求的方式获取到图像是否加载成功的信息,从而实现了对图像是否加载成功的监控,为基于图像是否加载成功实现对网页服务质量的分析、提升网页服务质量提供了数据支持。
本公开实施例的一种可选方式中,查询请求为可扩展标记语言超文本传输协议请求(XML HTTP Request)。
本公开实施例在实际使用中,查询请求可以为XML HTTP Request,查询请求中还可以携带有图像的属性信息所对应的请求参数,属性信息可以包括图像类型和/或图像大小。
本公开实施例中,当查询请求为XML HTTP Request时,如果图像加载成功,那么上述方法还可以包括:基于查询结果,提取图像的属性信息。
具体而言,查询请求为XML HTTP Request时,查询结果为查询指令的响应信息。响应信息的响应头中包含了图像的属性信息,实际使用中,可以通过正则表达式在响应信息中的响应头中提取图像的图像属性信息。
本公开实施例中,对图像属性信息进行监控,能够通过监控到的图像属性信息,更好的对网页的服务质量进行分析,为提升网页的服务质量提 供更好的数据支持。
本公开实施例的一种可选方式中,查询请求中还携带有图像的文件位置指示信息。
本公开实施例中,还可以在查询请求中设定请求参数,来指定进行查询的文件位置,例如,在对由层叠样式表(Cascading Style Sheets,CSS)文件引入的图像进行查询时,可以指定在浏览器缓存的样式表(Style Sheets)中进行查询。
本公开实施例的一种可选方式中,上述方法还包括:
当检测到网页页面的HTML文件对应的加载完成(onload)事件时,确定当网页页面的所有页面资源加载完成。
本公开实施例中,当网页页面的所有页面资源加载完成后,会执行网页页面的HTML文件对应的onload事件,可以通过对网页页面的HTML文件对应的onload事件的检测,来确定网页页面的所有页面资源是否加载完成。
本公开实施例的一种可选方式中,在确定图像的加载情况之后,上述方法还包括:
将图像是否加载成功的信息发送给服务器。
本公开实施例中,在确定出图像的加载情况后,可以将图像是否加载成功的信息发送给服务器,以便于服务器及时对图像是否加载成功进行监控,在实际使用中,也可以选择仅将图像加载失败的信息发送给服务器。
基于与图1中所示的方法相同的原理,图2示出了本公开实施例提供的一种网页图像的监控装置的结构示意图,如图2所示,该监控装置20可以包括:
查询请求发送模块210,用于当检测到网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求;
监控模块220,用于获取查询请求的查询结果,基于查询结果,确定图像是否加载成功。
本公开实施例提供的装置,通过在网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求,获取查询请求的查询结果,基于 查询结果确定图像是否加载成功。基于该方案,能够采用发起图像查询请求的方式获取到图像是否加载成功的信息,从而实现了对图像是否加载成功的监控,为基于图像是否加载成功实现对网页服务质量的分析、提升网页服务质量提供了数据支持。
可选地,查询请求为XML HTTP Request。
可选地,查询请求中还携带有图像的属性信息所对应的请求参数;
若基于查询结果,确定图像加载成功,上述监控装置还包括:
属性信息提取模块,用于基于查询结果,提取图像的属性信息。
可选地,查询请求中还携带有图像的文件位置指示信息。。
可选地,若网页页面的图像资源加载成功,网页页面的图像资源缓存在浏览器缓存中,查询结果是基于浏览器缓存中的缓存内容确定的。
可选地,上述监控装置还包括:
页面加载情况确定模块,用于当检测到网页页面的HTML文件对应的onload事件时,确定网页页面的所有页面资源加载完成。
可选地,上述监控模块还用于:将图像是否加载成功的信息发送给服务器。
下面参考图3,其示出了适于用来实现本公开实施例的电子设备(例如执行图1中所示方法的终端设备)600的结构示意图。本公开实施例中的终端设备可以包括但不限于诸如移动电话、笔记本电脑、数字广播接收器、PDA(个人数字助理)、PAD(平板电脑)、PMP(便携式多媒体播放器)、车载终端(例如车载导航终端)等等的移动终端以及诸如数字TV、台式计算机等等的固定终端。图3示出的电子设备仅仅是一个示例,不应对本公开实施例的功能和使用范围带来任何限制。
电子设备包括:存储器以及处理器,其中,这里的处理器可以称为下文所示的处理装置601,存储器可以包括下文中的只读存储器(ROM)602、随机访问存储器(RAM)603以及存储装置608中的至少一项,具体如下所示:
如图3所示,电子设备600可以包括处理装置(例如中央处理器、图形处理器等)601,其可以根据存储在只读存储器(ROM)602中的程序 或者从存储装置608加载到随机访问存储器(RAM)603中的程序而执行各种适当的动作和处理。在RAM 603中,还存储有电子设备600操作所需的各种程序和数据。处理装置601、ROM 602以及RAM 603通过总线604彼此相连。输入/输出(I/O)接口605也连接至总线604。
通常,以下装置可以连接至I/O接口605:包括例如触摸屏、触摸板、键盘、鼠标、摄像头、麦克风、加速度计、陀螺仪等的输入装置606;包括例如液晶显示器(LCD)、扬声器、振动器等的输出装置607;包括例如磁带、硬盘等的存储装置608;以及通信装置609。通信装置609可以允许电子设备600与其他设备进行无线或有线通信以交换数据。虽然图3示出了具有各种装置的电子设备600,但是应理解的是,并不要求实施或具备所有示出的装置。可以替代地实施或具备更多或更少的装置。
特别地,根据本公开的实施例,上文参考流程图描述的过程可以被实现为计算机软件程序。例如,本公开的实施例包括一种计算机程序产品,其包括承载在非暂态计算机可读介质上的计算机程序,该计算机程序包含用于执行流程图所示的方法的程序代码。在这样的实施例中,该计算机程序可以通过通信装置609从网络上被下载和安装,或者从存储装置608被安装,或者从ROM 602被安装。在该计算机程序被处理装置601执行时,执行本公开实施例的方法中限定的上述功能。
需要说明的是,本公开上述的计算机可读介质可以是计算机可读信号介质或者计算机可读存储介质或者是上述两者的任意组合。计算机可读存储介质例如可以是——但不限于——电、磁、光、电磁、红外线、或半导体的***、装置或器件,或者任意以上的组合。计算机可读存储介质的更具体的例子可以包括但不限于:具有一个或多个导线的电连接、便携式计算机磁盘、硬盘、随机访问存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑磁盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。在本公开中,计算机可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行***、装置或者器件使用或者与其结合使用。而在本公开中,计算机可读信号介质可以包括在基带中或者作为载波 一部分传播的数据信号,其中承载了计算机可读的程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。计算机可读信号介质还可以是计算机可读存储介质以外的任何计算机可读介质,该计算机可读信号介质可以发送、传播或者传输用于由指令执行***、装置或者器件使用或者与其结合使用的程序。计算机可读介质上包含的程序代码可以用任何适当的介质传输,包括但不限于:电线、光缆、RF(射频)等等,或者上述的任意合适的组合。
在一些实施方式中,客户端、服务器可以利用诸如HTTP(HyperText Transfer Protocol,超文本传输协议)之类的任何当前已知或未来研发的网络协议进行通信,并且可以与任意形式或介质的数字数据通信(例如,通信网络)互连。通信网络的示例包括局域网(“LAN”),广域网(“WAN”),网际网(例如,互联网)以及端对端网络(例如,ad hoc端对端网络),以及任何当前已知或未来研发的网络。
上述计算机可读介质可以是上述电子设备中所包含的;也可以是单独存在,而未装配入该电子设备中。
上述计算机可读介质承载有一个或者多个程序,当上述一个或者多个程序被该电子设备执行时,使得该电子设备:当检测到网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求;获取查询请求的查询结果,基于查询结果,确定图像是否加载成功。
可以以一种或多种程序设计语言或其组合来编写用于执行本公开的操作的计算机程序代码,上述程序设计语言包括但不限于面向对象的程序设计语言—诸如Java、Smalltalk、C++,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算机上执行、部分地在用户计算机上执行、作为一个独立的软件包执行、部分在用户计算机上部分在远程计算机上执行、或者完全在远程计算机或服务器上执行。在涉及远程计算机的情形中,远程计算机可以通过任意种类的网络——包括局域网(LAN)或广域网(WAN)—连接到用户计算机,或者,可以连接到外部计算机(例如利用因特网服务提供商来通过因特网连接)。
附图中的流程图和框图,图示了按照本公开各种实施例的***、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段、或代码的一部分,该模块、程序段、或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个接连地表示的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或操作的专用的基于硬件的***来实现,或者可以用专用硬件与计算机指令的组合来实现。
描述于本公开实施例中所涉及到的模块或单元可以通过软件的方式实现,也可以通过硬件的方式来实现。其中,模块或单元的名称在某种情况下并不构成对该单元本身的限定,例如,监控模块还可以被描述为“基于查询结果确定图像是否加载成功的模块”。
本文中以上描述的功能可以至少部分地由一个或多个硬件逻辑部件来执行。例如,非限制性地,可以使用的示范类型的硬件逻辑部件包括:现场可编程门阵列(FPGA)、专用集成电路(ASIC)、专用标准产品(ASSP)、片上***(SOC)、复杂可编程逻辑设备(CPLD)等等。
在本公开的上下文中,机器可读介质可以是有形的介质,其可以包含或存储以供指令执行***、装置或设备使用或与指令执行***、装置或设备结合地使用的程序。机器可读介质可以是机器可读信号介质或机器可读储存介质。机器可读介质可以包括但不限于电子的、磁性的、光学的、电磁的、红外的、或半导体***、装置或设备,或者上述内容的任何合适组合。机器可读存储介质的更具体示例会包括基于一个或多个线的电气连接、便携式计算机盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦除可编程只读存储器(EPROM或快闪存储器)、光纤、便捷式紧凑盘只读存储器(CD-ROM)、光学储存设备、磁储存设备、或上述内容的任何合适组合。
根据本公开的一个或多个实施例,本公开提供了一种网页图像的监控方法,包括:
当检测到网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求;
获取查询请求的查询结果,基于查询结果,确定图像是否加载成功。
根据本公开提供的上述网页图像的监控方法,上述查询请求为XML HTTP Request。
根据本公开提供的上述网页图像的监控方法,查询请求中还携带有图像的属性信息所对应的请求参数;
若基于查询结果,确定图像加载成功,上述网页图像的监控方法还包括:
基于查询结果,提取图像的属性信息。
根据本公开提供的上述网页图像的监控方法,查询请求中还携带有图像的文件位置指示信息。
根据本公开提供的上述网页图像的监控方法,若网页页面的图像资源加载成功,网页页面的图像资源缓存在浏览器缓存中,查询结果是基于浏览器缓存中的缓存内容确定的。
根据本公开提供的上述网页图像的监控方法,上述监控方法还包括:
当检测到网页页面的HTML文件对应的onload事件时,确定网页页面的所有页面资源加载完成。
根据本公开提供的上述网页图像的监控方法,上述监控方法还包括:
将图像是否加载成功的信息发送给服务器。
根据本公开的一个或多个实施例,本公开提供了一种网页图像的监控装置,包括:
查询请求发送模块,用于当检测到网页页面的所有页面资源加载完成时,发送网页页面中的图像的查询请求,查询请求中携带有图像的标识;
监控模块,用于获取查询请求的查询结果,基于查询结果,确定图像是否加载成功。
根据本公开提供的上述网页图像的监控装置,查询请求为可扩展标记 语言超文本传输协议请求XML HTTP Request。
根据本公开提供的上述网页图像的监控装置,查询请求中还携带有图像的属性信息所对应的请求参数;
若基于查询结果,确定图像加载成功,上述监控装置还包括:
属性信息提取模块,用于基于查询结果,提取图像的属性信息。
根据本公开提供的上述网页图像的监控装置,属性信息包括图像类型和/或图像大小。
根据本公开提供的上述网页图像的监控装置,若网页页面的图像资源加载成功,网页页面的图像资源缓存在浏览器缓存中,查询结果是基于浏览器缓存中的缓存内容确定的。
根据本公开提供的上述网页图像的监控装置,上述监控装置还包括:
页面加载情况确定模块,用于当检测到网页页面的HTML文件对应的onload事件时,确定网页页面的所有页面资源加载完成。
根据本公开提供的上述网页图像的监控装置,上述监控模块还用于:将图像是否加载成功的信息发送给服务器。
以上描述仅为本公开的较佳实施例以及对所运用技术原理的说明。本领域技术人员应当理解,本公开中所涉及的公开范围,并不限于上述技术特征的特定组合而成的技术方案,同时也应涵盖在不脱离上述公开构思的情况下,由上述技术特征或其等同特征进行任意组合而形成的其它技术方案。例如上述特征与本公开中公开的(但不限于)具有类似功能的技术特征进行互相替换而形成的技术方案。
此外,虽然采用特定次序描绘了各操作,但是这不应当理解为要求这些操作以所示出的特定次序或以顺序次序执行来执行。在一定环境下,多任务和并行处理可能是有利的。同样地,虽然在上面论述中包含了若干具体实现细节,但是这些不应当被解释为对本公开的范围的限制。在单独的实施例的上下文中描述的某些特征还可以组合地实现在单个实施例中。相反地,在单个实施例的上下文中描述的各种特征也可以单独地或以任何合适的子组合的方式实现在多个实施例中。
尽管已经采用特定于结构特征和/或方法逻辑动作的语言描述了本主 题,但是应当理解所附权利要求书中所限定的主题未必局限于上面描述的特定特征或动作。相反,上面所描述的特定特征和动作仅仅是实现权利要求书的示例形式。

Claims (10)

  1. 一种网页图像的监控方法,所述方法包括:
    当检测到网页页面的所有页面资源加载完成时,发送所述网页页面中的图像的查询请求;
    获取所述查询请求的查询结果,基于查询结果,确定所述图像是否加载成功。
  2. 根据权利要求1所述的方法,其中,所述查询请求为可扩展标记语言超文本传输协议请求XML HTTP Request。
  3. 根据权利要求2所述的方法,其中,所述查询请求中还携带有所述图像的属性信息所对应的请求参数;
    若基于所述查询结果,确定所述图像加载成功,所述方法还包括:
    基于所述查询结果,提取所述图像的属性信息。
  4. 根据权利要求2所述的方法,其中,所述查询请求中还携带有所述图像的文件位置指示信息。
  5. 根据权利要求1至4中任一项所述的方法,其中,若所述网页页面的图像资源加载成功,所述网页页面的图像资源缓存在浏览器缓存中,所述查询结果是基于所述浏览器缓存中的缓存内容确定的。
  6. 根据权利要求1至4中任一项所述的方法,所述方法还包括:
    当检测到所述网页页面的超文本标记语言HTML文件对应的加载完成onload事件时,确定所述网页页面的所有页面资源加载完成。
  7. 根据权利要求1至4中任一项所述的方法,所述方法还包括:
    将所述图像是否加载成功的信息发送给服务器。
  8. 一种网页图像的监控装置,所述装置包括:
    查询请求发送模块,用于当检测到网页页面的所有页面资源加载完成时,发送所述网页页面中的图像的查询请求,所述查询请求中携带有所述图像的标识;
    监控模块,用于获取所述查询请求的查询结果,基于查询结果,确定所述图像是否加载成功。
  9. 一种电子设备,所述电子设备包括:
    存储器,所述存储器用于存储计算机程序;
    处理器,所述处理器用于通过调用所述计算机程序,执行权利要求1-7中任一项所述的方法。
  10. 一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现权利要求1-7任一项所述的方法。
PCT/CN2020/107714 2019-10-28 2020-08-07 网页图像的监控方法、装置、电子设备及计算机可读存储介质 WO2021082599A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911032112.4 2019-10-28
CN201911032112.4A CN110795670A (zh) 2019-10-28 2019-10-28 网页图像的监控方法、装置、电子设备及可读存储介质

Publications (1)

Publication Number Publication Date
WO2021082599A1 true WO2021082599A1 (zh) 2021-05-06

Family

ID=69441576

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/107714 WO2021082599A1 (zh) 2019-10-28 2020-08-07 网页图像的监控方法、装置、电子设备及计算机可读存储介质

Country Status (2)

Country Link
CN (1) CN110795670A (zh)
WO (1) WO2021082599A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110795670A (zh) * 2019-10-28 2020-02-14 北京字节跳动网络技术有限公司 网页图像的监控方法、装置、电子设备及可读存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103914302A (zh) * 2014-04-02 2014-07-09 北京京东尚科信息技术有限公司 一种网页加载进度监控方法和装置
US20170123617A1 (en) * 2014-03-26 2017-05-04 Beijing Qihoo Technology Company Limited Picture loading apparatus and method
CN108108089A (zh) * 2016-11-24 2018-06-01 ***通信有限公司研究院 一种图片加载方法及装置
CN110795670A (zh) * 2019-10-28 2020-02-14 北京字节跳动网络技术有限公司 网页图像的监控方法、装置、电子设备及可读存储介质

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10296653B2 (en) * 2010-09-07 2019-05-21 F5 Networks, Inc. Systems and methods for accelerating web page loading
CN103593466B (zh) * 2013-11-26 2017-08-04 优视科技有限公司 网页加载方法及客户端和服务器

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170123617A1 (en) * 2014-03-26 2017-05-04 Beijing Qihoo Technology Company Limited Picture loading apparatus and method
CN103914302A (zh) * 2014-04-02 2014-07-09 北京京东尚科信息技术有限公司 一种网页加载进度监控方法和装置
CN108108089A (zh) * 2016-11-24 2018-06-01 ***通信有限公司研究院 一种图片加载方法及装置
CN110795670A (zh) * 2019-10-28 2020-02-14 北京字节跳动网络技术有限公司 网页图像的监控方法、装置、电子设备及可读存储介质

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JACK_MENG: "How to check if a page including images is loaded with JavaScript", 12 January 2017 (2017-01-12), XP055809410, Retrieved from the Internet <URL:https://www.cnblogs.com/mq0036/p/6278498.html> *

Also Published As

Publication number Publication date
CN110795670A (zh) 2020-02-14

Similar Documents

Publication Publication Date Title
WO2021082693A1 (zh) 网页图像加载时长的获取方法、装置及电子设备
WO2021082600A1 (zh) 网页图像的监控方法、装置、电子设备及计算机可读存储介质
WO2021223752A1 (zh) 展示方法、装置和电子设备
WO2021135626A1 (zh) 菜单项选择方法、装置、可读介质及电子设备
WO2021068634A1 (zh) 页面跳转方法、装置、电子设备及计算机可读存储介质
CN110865898B (zh) 崩溃调用栈聚合的方法、装置、介质和设备
US20240012641A1 (en) Model construction method and apparatus, and medium and electronic device
WO2021249196A1 (zh) 视频播放方法、装置、存储介质和电子设备
WO2021190129A1 (zh) 页面处理方法、装置、电子设备及计算机可读存储介质
WO2022111591A1 (zh) 页面生成方法和装置、存储介质和电子设备
CN112269959B (zh) 展示内容的控制方法、装置、可读介质和电子设备
CN111258736B (zh) 信息处理方法、装置和电子设备
US20220391229A1 (en) Icon updating method and apparatus, and electronic device
WO2022199376A1 (zh) 内容的打印方法、装置、设备及存储介质
WO2022218028A1 (zh) 页面加载方法、装置、设备及存储介质
WO2022233311A1 (zh) 展示方法、装置和电子设备
CN111723309B (zh) 用于网页搜索的方法和装置
WO2021082599A1 (zh) 网页图像的监控方法、装置、电子设备及计算机可读存储介质
WO2023202361A1 (zh) 视频生成方法、装置、介质及电子设备
WO2023273576A1 (zh) 异常请求处理方法、装置、电子设备和存储介质
CN112084441A (zh) 信息检索方法、装置和电子设备
WO2022184037A1 (zh) 文档处理方法、装置、设备和介质
WO2022151835A1 (zh) 一种样例报文处理方法及装置
WO2021233379A1 (zh) 配置视频特效方法、装置、设备及存储介质
CN112732457B (zh) 图像传输方法、装置、电子设备和计算机可读介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20881638

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20881638

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 310822)

122 Ep: pct application non-entry in european phase

Ref document number: 20881638

Country of ref document: EP

Kind code of ref document: A1