CN111475381B - Page rendering detection method and device - Google Patents

Page rendering detection method and device Download PDF

Info

Publication number
CN111475381B
CN111475381B CN202010260569.7A CN202010260569A CN111475381B CN 111475381 B CN111475381 B CN 111475381B CN 202010260569 A CN202010260569 A CN 202010260569A CN 111475381 B CN111475381 B CN 111475381B
Authority
CN
China
Prior art keywords
rendering
page
component
rendered
configuration information
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.)
Active
Application number
CN202010260569.7A
Other languages
Chinese (zh)
Other versions
CN111475381A (en
Inventor
庾高静
张卫洁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Alipay Hangzhou Information Technology Co Ltd
Original Assignee
Alipay Hangzhou Information 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 Alipay Hangzhou Information Technology Co Ltd filed Critical Alipay Hangzhou Information Technology Co Ltd
Priority to CN202010260569.7A priority Critical patent/CN111475381B/en
Publication of CN111475381A publication Critical patent/CN111475381A/en
Priority to PCT/CN2021/082362 priority patent/WO2021197136A1/en
Application granted granted Critical
Publication of CN111475381B publication Critical patent/CN111475381B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3644Software debugging by instrumenting at runtime

Abstract

The embodiment of the specification provides a page rendering detection method and a page rendering detection device, wherein the page rendering detection method comprises the following steps: acquiring rendering configuration information of a rendering component in a page to be rendered; rendering the rendering assembly according to the rendering configuration information; the rendering component is added with a rendering mark after the rendering is successful; detecting an intermediate rendering component which is not added with a rendering mark in the rendering components at the rendering end time point of the page to be rendered; and determining the detected intermediate rendering component as a target rendering component for which the page to be rendered fails to be rendered.

Description

Page rendering detection method and device
Technical Field
The embodiment of the specification relates to the technical field of data processing, in particular to a page rendering detection method and device.
Background
With the progress of science and technology, application scenes of the internet of things equipment are more and more diverse, rendering of pages on the internet of things equipment is indispensable, however, rendering failure can be caused inevitably in the process of rendering the pages to be rendered, at present, only if a rendering engine fails to operate in the process of rendering the pages to be rendered on the internet of things equipment, rendering failure information can be reported, however, in many cases, the rendering engine does not fail to operate, but partial rendering assemblies fail to exist in the pages to be rendered, the condition of rendering failure of the partial rendering assemblies cannot be accurately found, long-time screen white on the internet of things equipment can be caused, and a user cannot operate the internet of things equipment, so that a more reliable scheme needs to be provided.
Disclosure of Invention
In view of this, the present specification provides a page rendering detection method. One or more embodiments of the present disclosure also relate to a page rendering detection apparatus, a computing device, and a computer-readable storage medium to solve the technical problems in the prior art.
In a first aspect of an embodiment of the present specification, a page rendering detection method is provided, including:
acquiring rendering configuration information of a rendering component in a page to be rendered;
rendering the rendering assembly according to the rendering configuration information; the rendering component is added with a rendering mark after the rendering is successful;
detecting an intermediate rendering component which is not added with a rendering mark in the rendering components at the rendering end time point of the page to be rendered;
and determining the detected intermediate rendering component as a target rendering component for which the page to be rendered fails to be rendered.
Optionally, after the step of obtaining the rendering configuration information of the rendering component in the page to be rendered is executed, and before the step of rendering the rendering component according to the rendering configuration information is executed, the method further includes:
starting a timing program to perform rendering timing on the page to be rendered; the time count value corresponding to the timing program is increased or decreased according to a time unit;
correspondingly, the rendering end time point includes: and when the time count value reaches a count threshold value, the time point corresponding to the time count value.
Optionally, the detecting an intermediate rendering component to which a rendering flag is not added in the rendering components includes:
detecting the intermediate rendering component according to tag information of the rendering component for tag bits of the rendering tag.
Optionally, the rendering component according to the rendering configuration information includes:
constructing a tree data structure according to the rendering configuration information; nodes except for a root node in the tree data structure correspond to the rendering components one by one, and the node information of the nodes comprises layout information and display information of the rendering components corresponding to the nodes on the page to be rendered;
and traversing the tree data structure, and drawing the components of the rendering components according to the nodes and the node information in the traversing process.
Optionally, before the step of obtaining rendering configuration information of a rendering component in a page to be rendered is executed, the method further includes:
receiving an access request carrying a page identifier of the page to be rendered;
correspondingly, the obtaining rendering configuration information of the rendering component in the page to be rendered includes:
and based on the page identification, obtaining the rendering configuration information of the rendering assembly from a server.
Optionally, after the step of determining the detected intermediate rendering component as the target rendering component for which the rendering of the page to be rendered fails is executed, the method further includes:
generating rendering failure information according to the page identification and the component identification of the target rendering component;
and uploading the rendering failure information to the server.
Optionally, after the step of uploading the rendering failure information to the server is executed, the method further includes:
receiving a reset instruction issued by the server aiming at the rendering failure information; the reset instruction carries an upper-level page identifier of an upper-level page of the page to be rendered and upper-level rendering configuration information for rendering the upper-level page;
and rendering and displaying the superior page according to the superior page identification and the superior rendering configuration information.
Optionally, after the step of determining the detected intermediate rendering component as the target rendering component for which the rendering of the page to be rendered fails is executed, the method further includes:
displaying a first target page consisting of a rendering component which is rendered successfully and a display area corresponding to the target rendering component; the display area displays a secondary rendering trigger control for the target rendering component.
Optionally, after the step of displaying the first target page composed of the rendering component that is successfully rendered and the display area corresponding to the target rendering component is executed, the method further includes:
receiving a secondary rendering request for the target rendering component submitted through the secondary rendering trigger control; the secondary rendering request carries a page identifier of the page to be rendered and a component identifier of the target rendering component;
acquiring secondary rendering configuration information for rendering the target rendering component from the server side based on the secondary rendering request;
rendering the target rendering component according to the component identification and the secondary rendering configuration information;
updating the first target page based on the rendered rendering result.
Optionally, after the step of rendering the rendering component according to the rendering configuration information is executed, the method further includes:
and displaying a second target page consisting of rendering components which are successfully rendered under the condition that the rendering marks are added to all the rendering components.
In a second aspect of embodiments of the present specification, there is provided a page rendering detection apparatus, including:
the system comprises an acquisition module, a display module and a display module, wherein the acquisition module is configured to acquire rendering configuration information of a rendering assembly in a page to be rendered;
a rendering module configured to render the rendering component according to the rendering configuration information; the rendering component is added with a rendering mark after the rendering is successful;
a detection module configured to detect an intermediate rendering component to which a rendering flag is not added among the rendering components at a rendering end time point of the page to be rendered;
a determination module configured to determine the detected intermediate rendering component as a target rendering component for which rendering of the page to be rendered failed by a person.
In a third aspect of embodiments of the present specification, there is provided a computing device comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
acquiring rendering configuration information of a rendering component in a page to be rendered;
rendering the rendering assembly according to the rendering configuration information; the rendering component is added with a rendering mark after the rendering is successful;
detecting an intermediate rendering component which is not added with a rendering mark in the rendering components at the rendering end time point of the page to be rendered;
and determining the detected intermediate rendering component as a target rendering component for which the page to be rendered fails to be rendered.
In a fourth aspect of embodiments of the present specification, there is provided a computer-readable storage medium storing computer-executable instructions that, when executed by a processor, implement the steps of the page rendering detection method.
The specification provides a page rendering detection method, which comprises the steps of obtaining rendering configuration information of rendering components in a page to be rendered, rendering the rendering components according to the rendering configuration information, adding rendering marks to the rendering components which are successfully rendered, marking the rendering components which are successfully rendered, detecting intermediate rendering components which are not added with the rendering marks in the rendering components at the rendering finishing time point of the page to be rendered, determining the detected intermediate rendering components as target rendering components which are unsuccessfully rendered for the page to be rendered, namely detecting whether the intermediate rendering components which are not added with the rendering marks exist in the rendering components after the preset maximum time length for rendering the page to be rendered, if so, indicating that the page to be rendered is unsuccessfully rendered, and the intermediate rendering components are rendering components which are unsuccessfully rendered in the rendering process of rendering the page to be rendered, the detection accuracy of rendering detection of the page to be rendered is improved, so that further targeted measures are taken according to specific rendering failure conditions, and the operation experience of a user is indirectly improved.
Drawings
FIG. 1 is a flowchart illustrating a page rendering detection method according to an embodiment of the present disclosure;
fig. 2 is a processing flow diagram of a page rendering detection method applied to an internet of things device according to an embodiment of the present specification;
FIG. 3 is a schematic diagram of a page rendering detection apparatus according to an embodiment of the present specification;
fig. 4 is a block diagram of a computing device according to an embodiment of the present disclosure.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present description. This description may be embodied in many different forms and should not be construed as limited to the embodiments set forth herein, as those skilled in the art will be able to make and use the present disclosure without departing from the spirit and scope of the present disclosure.
The terminology used in the description of the one or more embodiments is for the purpose of describing the particular embodiments only and is not intended to be limiting of the description of the one or more embodiments. As used in one or more embodiments of the present specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used in one or more embodiments of the present specification refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It will be understood that, although the terms first, second, etc. may be used herein in one or more embodiments to describe various information, these information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, a first can also be referred to as a second and, similarly, a second can also be referred to as a first without departing from the scope of one or more embodiments of the present description. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
First, the noun terms to which one or more embodiments of the present specification relate are explained.
Internet of Things (The Internet of Things, IOT): the information carrier is based on the Internet, a traditional telecommunication network and the like, and all common physical objects which can be independently addressed form an interconnected network.
Program instrumentation, which is a method for inserting some probes (also called as "detectors") into a program on the basis of ensuring the original logic integrity of the tested program, essentially, code segments for information acquisition, which can be assignment statements or function calls for acquiring coverage information, executing the probes and throwing out characteristic data of program operation, and analyzing the data to obtain control flow and data flow information of the program and further obtain dynamic information such as logic coverage and the like, thereby realizing the test purpose.
In this specification, a page rendering detection method is provided, and one or more embodiments of the specification relate to a page rendering detection apparatus, a computing device, and a computer-readable storage medium, which are described in detail in the following embodiments one by one.
The embodiment of the page rendering detection method provided by the specification is as follows:
fig. 1 shows a processing flow chart of a page rendering detection method provided according to an embodiment of the present specification, including steps S102 to S108.
Step S102, obtaining rendering configuration information of rendering components in the page to be rendered.
In practical application, only if a rendering engine fails to operate in a process of rendering a page to be rendered on the internet of things device, rendering failure information is reported, however, in many cases, the rendering engine does not fail to operate, but a part of rendering components in the page to be rendered fails to render, and the condition that the part of rendering components fails to render cannot be accurately found, so that a long-time screen blank on the internet of things device may be caused, and a user cannot operate.
Specifically, the internet of things device may be an automatic vending machine, a self-service checkout device, and the like, which is not limited herein; the page to be rendered refers to a page to be displayed and needs to be rendered, and the page to be rendered at least comprises one rendering component; the rendering component is a component of the page to be rendered, the rendering component is rendered, the rendering component which is successfully rendered can be displayed in the rendered page, and when all rendering components are successfully rendered, the rendering component represents that the page to be rendered is successfully rendered, and specifically, the rendering component comprises: a picture element, a text element, a list element, etc., without limitation.
The rendering configuration information has a corresponding relation with the rendering components, and the rendering components corresponding to the rendering configuration information can be determined through the component identifiers of the rendering components carried by the rendering configuration information; specifically, the component identifier is identification information that can uniquely identify one rendering component; the rendering configuration information includes display content information required for rendering the corresponding rendering component, and may further include display style information required for rendering the corresponding rendering component.
In specific implementation, in an optional implementation manner provided by this specification, before obtaining rendering configuration information of a rendering component in a page to be rendered, the method further includes:
receiving an access request carrying a page identifier of the page to be rendered;
correspondingly, the obtaining of the rendering configuration information of the rendering component in the page to be rendered is specifically realized by the following method:
and based on the page identification, obtaining the rendering configuration information of the rendering assembly from a server.
Specifically, the page identifier refers to identification information that can uniquely identify one page; the access request is an access request for a certain display page submitted based on an operation performed by a user on a screen of the internet of things device, and the access request may also be an access request for a display page of a processing result generated by processing the operation of the user, which is not limited herein.
In practical application, based on the access request, the internet of things device performs page jump from a current display page to another display page, however, before displaying another display page, the another display page needs to be rendered as a page to be rendered, and therefore rendering configuration information of a rendering component in the page to be rendered needs to be acquired from a server according to a page identifier of the page to be rendered.
For example, the user a submits an access request for a display detail page to the vending machine by clicking a "display detail" button for the item g1 on the vending machine, before displaying the display detail page, a picture component for displaying the item and a text component for describing the displayed item in the display detail page need to be rendered, and then, according to a page identifier P1 of the display detail page carried in the access request, rendering configuration information info1 and rendering configuration information info2 for the picture component c1 and the text component c2 in the display detail page are acquired from a server corresponding to the vending machine.
In the embodiment of the description, the rendering configuration information of the rendering component in the page to be rendered is acquired from the server based on the page identifier carried in the access request of the user, so that the configuration of the rendering configuration information required by the rendering component in the page to be rendered by the server is facilitated, and the rendering flexibility is further increased.
In practical application, in order to better monitor whether rendering failure occurs in rendering of rendering components in a page to be rendered, a timing program is started to perform rendering timing on the page to be rendered, whether rendering of the page to be rendered is successful is judged by detecting whether rendering of all rendering components in the page to be rendered is completed within a preset time length, accuracy of whether rendering of the page to be rendered is increased, if rendering of all rendering components in the page to be rendered is not completed within a preset maximum time length, rendering failure of the page to be rendered is determined, and if rendering of all rendering components in the page to be rendered is completed within the preset maximum time length, rendering of the page to be rendered is determined to be successful. And before rendering the rendering component according to the rendering configuration information, further comprising:
starting a timing program to perform rendering timing on the page to be rendered; and the time count value corresponding to the timing program is increased or decreased according to a time unit.
Specifically, the timing program is used for counting the rendering duration of the page to be rendered, the timing program corresponds to an initial time count value at the beginning of starting the timing program, and the time count value is incremented or decremented according to a time unit in the timing process, wherein the time unit is a unit for measuring the rendering duration of the page to be rendered, and can be set according to actual needs, such as seconds, milliseconds and the like.
In practical application, a probe can be inserted into a rendering program through a program instrumentation technology, and then rendering timing is performed on a page to be rendered through the probe.
In specific implementation, if the time count value corresponding to the timing program is incremented according to the time unit, the initial time count value corresponding to the timing program is 0; if the time count value corresponding to the timing program is decremented according to the time unit, the initial time count value corresponding to the timing program is the preset maximum time length which may be required for rendering the page to be rendered.
In the above example, on the basis of acquiring the rendering configuration information info1 of the picture component c1 and the rendering configuration information info2 of the text component c2, a timing program is started to time the rendering in the display detail page, an initial time count value corresponding to the timing program is t1, and the time count value t1 is decremented in milliseconds.
And step S104, rendering the rendering assembly according to the rendering configuration information.
Specifically, after the rendering configuration information for the rendering component in the page to be rendered is acquired, the rendering component corresponding to the rendering component is rendered according to the rendering configuration information, and a rendering mark is added to the rendering component after the rendering is successful.
The rendering mark is added after the rendering component succeeds in rendering, and is used to mark that the rendering component has successfully rendered, specifically, the rendering mark may be successful or mark information used for marking, such as 1.
In specific implementation, rendering the rendering component according to the rendering configuration information means rendering the rendering component corresponding to the rendering component according to the display content information and the display style information included in the rendering configuration information, so that the rendering component which is successfully rendered is displayed according to the display content and the display style in the rendering configuration information.
Specifically, in an optional implementation manner provided by the embodiment of the present specification, rendering is performed on the rendering component according to the rendering configuration information, and the implementation manner is specifically implemented as follows:
constructing a tree data structure according to the rendering configuration information; nodes except for a root node in the tree data structure correspond to the rendering components one by one, and the node information of the nodes comprises layout information and display information of the rendering components corresponding to the nodes on the page to be rendered;
and traversing the tree data structure, and drawing the components of the rendering components according to the nodes and the node information in the traversing process.
Specifically, the tree structure data refers to a rendering tree constructed by analyzing rendering configuration information, where the layout information in the node information of the nodes in the rendering tree refers to information such as coordinates, sizes, colors, and the like of rendering components, and the display information refers to content specifically displayed on a page by the rendering components, such as pictures, characters, links, and the like, and is not limited herein.
In practical application, the rendering component is drawn according to the nodes and the node information in the tree data structure in the traversal process, and the rendering component corresponding to the node is laid out and drawn according to the layout information and the display information contained in the node information.
In the above example, on the basis of obtaining the rendering configuration information info1 of the tile component c1 and the rendering configuration information info2 of the text component c2, a rendering tree for the above display detail page is constructed according to the obtained rendering configuration information info1 and the rendering configuration information info2, the rendering tree includes, except for the root node, two nodes, namely a node a and a node b, where the node a corresponds to the tile component c1, the node b corresponds to the text component c2, the node information of the node a includes the display picture of the tile component c1 and corresponding layout information, the node information of the node b includes the display text component c2 and corresponding layout information, the rendering tree is traversed, during traversal of the rendering tree, the tile component c1 is subjected to component layout and drawn according to the node information of the node a, and the text component c2 is subjected to component layout and drawn according to the node information of the node b, wherein, the picture component c1 is rendered successfully and added with the corresponding rendering flag: "success".
In an optional implementation manner provided by the embodiment of the present specification, after the rendering component is rendered according to the rendering configuration information, the method further includes:
and displaying a second target page consisting of rendering components which are successfully rendered under the condition that the rendering marks are added to all the rendering components.
Specifically, the second target page is a page formed by rendering components after rendering is successful in all rendering components in the page to be rendered.
Along the above example, assuming that all of the picture component c1 and the text component c2 are successfully rendered and the rendering flag "successful" is added, the display detail page consisting of the successfully rendered picture component c1 and the text component c2 is displayed.
And step S106, detecting an intermediate rendering component which is not added with a rendering mark in the rendering components at the rendering end time point of the page to be rendered.
Specifically, after rendering of a rendering component in a page to be rendered is started, at a rendering end time point preset by the page to be rendered, an intermediate rendering component which is not added with a rendering mark in the rendering component is detected, that is, a rendering component which is not successfully rendered at the preset rendering end time point is detected.
Optionally, the rendering end time point includes: when the time count value corresponding to the time program started in the above step S102 reaches the count threshold value, the time point corresponding to the time count value.
Specifically, the counting threshold is different according to a change manner of the time count value, if the time count value corresponding to the timer program is incremented according to a time unit, the counting threshold is a preset maximum time length possibly required for rendering the page to be rendered, and if the time count value corresponding to the timer program is decremented according to the time unit, the counting threshold is 0.
In the above example, after the rendering in the display detail page is timed, the corresponding time count value t1 of the timing program is decremented according to milliseconds, the time point corresponding to the time count value is the rendering end time point of the display detail page when the time count value is decreased to 0, and the intermediate rendering component which is not added with the rendering mark in the rendering components is detected at the rendering end time point.
In specific implementation, detecting an intermediate rendering component in the rendering component according to the tag information of the tag bit of the rendering tag, so as to improve detection efficiency of the rendering component that fails to render, and further increase detection accuracy of rendering detection on a page to be rendered.
Detecting the intermediate rendering component according to tag information of the rendering component for tag bits of the rendering tag.
Specifically, the mark bit refers to a storage location for storing mark information corresponding to the rendering mark, and the mark bit may be a field of a database or a field in a list, and is not limited herein.
Following the above example, on the basis of rendering the picture component c1 and the text component c2, wherein the picture component c1 is successfully rendered and added with the corresponding rendering flag: if the rendering flag "succeeds", the rendering flag "succeeds" is the flag information stored in the flag bit corresponding to the picture component c1, and if the flag information stored in the flag bit corresponding to the text component c2 is null, it can be determined that the text component c2 is the detected middle rendering component to which the rendering flag is not added, according to the flag information of the picture component c1 and the text component c 2.
Step S108, determining the detected intermediate rendering component as a target rendering component for rendering failure of the page to be rendered.
Specifically, when it is detected that an intermediate rendering component to which a rendering mark is not added exists in the rendering components, it is determined that the page to be rendered fails to be rendered, and further, the detected intermediate rendering component is determined as a rendering component which fails to be rendered, that is, a target rendering component.
Following the above example, the text component c2 detected as not added with marking information is determined as the target rendering component showing the rendering failure of the detail page.
On the basis of receiving the access request carrying the page identifier of the page to be rendered in step S102, and after determining, by the detected intermediate rendering component, the target rendering component in which the page to be rendered fails to be rendered, rendering failure information needs to be generated according to the page identifier in which the rendering fails and the component identifier, and uploaded to the server, so that the server takes effective measures for the case in which the rendering fails, and the availability of the internet of things device is increased.
Generating rendering failure information according to the page identification and the component identification of the target rendering component;
and uploading the rendering failure information to the server.
Specifically, the rendering failure information may include a page identifier of a page to be rendered that fails to be rendered, and a component identifier of a rendering component that fails to be rendered, and the specific condition of the rendering failure is reported to the server by uploading the rendering failure information.
Following the above example, rendering failure information is generated according to the page identification P1 of the display detail page, the component identification c2 of the text component c2, and the device identification S1 of the vending machine: "the text component c2 in the detail page P1 fails to render" displayed on the vending machine S1, and this rendering failure information is uploaded to the server.
After the rendering failure information is uploaded to the server, a reset instruction issued by the server for the uploaded rendering failure information is received, and a superior page of a page to be rendered is rendered and displayed according to superior rendering configuration information carried in the reset instruction, so that the situation that the page on the internet of things equipment is in a blank or error state for a long time due to rendering failure is effectively avoided, and the operation experience of a user is improved.
Receiving a reset instruction issued by the server aiming at the rendering failure information; the reset instruction carries an upper-level page identifier of an upper-level page of the page to be rendered and upper-level rendering configuration information for rendering the upper-level page;
and rendering and displaying the superior page according to the superior page identification and the superior rendering configuration information.
The upper page refers to an upper page of a page to be rendered, and specifically may be an upper-level page, an upper-two-level page, or an upper-five-level page of the page to be rendered, and the like, which is not limited herein; the upper level page identifier, similar to the page identifier, is a page identifier for identifying an upper level page, and the upper level rendering configuration information, similar to the rendering configuration information, is rendering configuration information required for rendering the upper level page.
In specific implementation, the specific implementation of rendering and displaying the upper level page according to the upper level page identifier and the upper level rendering configuration information is similar to the specific implementation of rendering the page to be rendered and displaying the successfully rendered second target page, and the specific implementation of rendering the page to be rendered and displaying the successfully rendered second target page is referred to, which is not repeated herein.
According to the above example, after the vending machine uploads rendering failure information to the server, the server issues a reset instruction for the rendering failure information, the reset instruction carries a superior page identifier P2 of a superior page "article display page" of the display detail page, the superior rendering configuration information info3 required for rendering each rendering component in the article display page is rendered and displayed according to the superior rendering configuration information info 3.
After the detected intermediate rendering component without the rendering mark is determined as the target rendering component with rendering failure of the page to be rendered, displaying a first target page consisting of the rendering component with rendering success and a display area corresponding to the target rendering component, and displaying a secondary rendering trigger control for the target rendering component in the display area, providing an interactive interface for a user, so that the user can trigger secondary rendering of the target rendering component with rendering failure through the second rendering trigger control, avoiding that the display area corresponding to the target rendering component is in a blank state for a long time, and increasing the operation and viewing experience of the user. Further comprising:
displaying a first target page consisting of a rendering component which is rendered successfully and a display area corresponding to the target rendering component; the display area displays a secondary rendering trigger control for the target rendering component.
Specifically, the first target page is a display page generated after rendering a page to be rendered; the display area is an area originally expected to display the target rendering component in the first display page; the secondary rendering triggering control refers to a control that can trigger sending of a rendering request for the target rendering component, and specifically, the control may be a button, a selectable icon, or the like, which is not limited herein.
Along the above example, the display area corresponding to the successfully rendered picture component c1 and the unsuccessfully rendered text component c2 is displayed on the display detail page, and the secondary rendering button for the text component c2 is displayed in the display area corresponding to the text component c 2.
On the basis of displaying the first target page composed of the rendering component which is successfully rendered and the display area corresponding to the target rendering component, performing secondary rendering on the target rendering component which is failed to render by triggering the secondary rendering trigger control of the display area without rendering all the rendering components in the page to be rendered, improving rendering efficiency and increasing user operation and viewing experience.
Receiving a secondary rendering request for the target rendering component submitted through the secondary rendering trigger control; the secondary rendering request carries a page identifier of the page to be rendered and a component identifier of the target rendering component;
acquiring secondary rendering configuration information for rendering the target rendering component from the server side based on the secondary rendering request;
rendering the target rendering component according to the component identification and the secondary rendering configuration information;
updating the first target page based on the rendered rendering result.
Specifically, the secondary rendering request refers to a rendering request for rendering a target rendering component; the secondary rendering configuration information refers to rendering configuration information for rendering the target rendering component, and may further include rendering configuration information for rendering other rendering components in the page to be rendered.
In specific implementation, the specific implementation of rendering the target rendering component according to the component identifier and the secondary rendering configuration information is similar to the specific implementation of rendering the rendering component according to the rendering configuration information, and reference may be made to the specific implementation of rendering the rendering component according to the rendering configuration information, which is not described herein again.
In the above example, a secondary rendering request submitted by a user by clicking a secondary rendering button of the text component c2 is received, based on the secondary rendering request, secondary rendering configuration information info4 for rendering the text component c2 is obtained from the server, the text component c2 corresponding to the component identifier c2 carried in the secondary rendering request is rendered through the secondary rendering configuration information info4, and the display detail page is updated through the rendered text component c 2.
The following description further explains the page rendering detection method provided in this specification with reference to fig. 2 by taking an application of the page rendering detection method in the internet of things device as an example. Fig. 2 shows a processing flow chart of a page rendering detection method applied to an internet of things device according to an embodiment of the present specification, and specific steps include step S202 to step S222.
Step S202, receiving an access request which is submitted by a user through Internet of things equipment and carries a page identifier of a page to be rendered.
And step S204, based on the page identification, obtaining rendering configuration information of a rendering assembly in the page to be rendered from the server.
And step S206, starting a timing program to perform rendering timing on the page to be rendered.
Specifically, the time count value corresponding to the timer program is incremented or decremented according to a time unit.
And S208, constructing a tree data structure according to the rendering configuration information.
Specifically, nodes except for the root node in the tree data structure correspond to the rendering components one to one, and the node information of the nodes includes layout information and display information of the rendering components corresponding to the nodes on the page to be rendered.
And step S210, traversing the tree data structure, and performing component drawing on the rendering component according to nodes in the tree data structure and node information corresponding to the nodes in the traversal process.
Specifically, the rendering component is added with a rendering mark after the rendering is successful.
In step S212, at a time point corresponding to the time count value when the time count value reaches the count threshold, the intermediate rendering component to which the rendering mark is not added is detected according to the mark information of the rendering component for the mark bit of the rendering mark.
In step S214, the detected intermediate rendering component is determined as a target rendering component for which rendering of the page to be rendered fails.
Step S216, generating rendering failure information according to the page identifier and the component identifier of the target rendering component.
In step S218, the rendering failure information is uploaded to the server.
Step S220, receiving a reset instruction issued by the server for the rendering failure information.
Specifically, the reset instruction carries a superior page identifier of a superior page of the to-be-rendered page, and superior rendering configuration information for rendering the superior page.
Step S222, rendering and displaying the upper level page according to the upper level page identifier and the upper level rendering configuration information carried in the reset instruction.
To sum up, the present specification provides a page rendering detection method, which includes obtaining rendering configuration information of rendering components in a page to be rendered, rendering the rendering components according to the rendering configuration information, adding rendering marks to the rendering components that are successfully rendered, marking the rendering components that are successfully rendered, detecting intermediate rendering components that are not added with the rendering marks in the rendering components at a rendering end time point of the page to be rendered, determining the detected intermediate rendering components as target rendering components that are unsuccessfully rendered for the page to be rendered, that is, after a preset maximum duration for rendering the page to be rendered, detecting whether intermediate rendering components that are not added with the rendering marks exist in the rendering components, if so, indicating that the page to be rendered is unsuccessfully rendered, and the intermediate rendering components are rendering components that are unsuccessfully rendered in the rendering process of rendering the page to be rendered, the detection accuracy of rendering detection on the page to be rendered is improved, so that a specific measure is further taken according to the specific rendering failure condition, the usability of the Internet of things equipment is improved, and the operation experience of a user is indirectly improved.
The embodiment of the page rendering detection device provided by the specification is as follows:
corresponding to the above method embodiment, the present specification further provides an embodiment of a page rendering detection apparatus, and fig. 3 shows a schematic diagram of a page rendering detection apparatus provided in an embodiment of the present specification. As shown in fig. 3, the apparatus includes:
an obtaining module 302 configured to obtain rendering configuration information of a rendering component in a page to be rendered;
a rendering module 304 configured to render the rendering component according to the rendering configuration information; the rendering component is added with a rendering mark after the rendering is successful;
a detection module 306 configured to detect an intermediate rendering component to which a rendering flag is not added in the rendering components at a rendering end time point of the page to be rendered;
a determining module 308 configured to determine the detected intermediate rendering component as a target rendering component for which rendering of the page to be rendered fails for a person.
Optionally, the page rendering detection apparatus further includes:
the starting module is configured to start a timing program to perform rendering timing on the page to be rendered; the time count value corresponding to the timing program is increased or decreased according to a time unit;
correspondingly, the rendering end time point includes: and when the time count value reaches a count threshold value, the time point corresponding to the time count value.
Optionally, the detecting module 306 is further configured to:
detecting the intermediate rendering component according to tag information of the rendering component for tag bits of the rendering tag.
Optionally, the rendering module 304 includes:
a construction submodule configured to construct a tree data structure according to the rendering configuration information; nodes except for a root node in the tree data structure correspond to the rendering components one by one, and the node information of the nodes comprises layout information and display information of the rendering components corresponding to the nodes on the page to be rendered;
and the drawing submodule is configured to traverse the tree data structure and perform component drawing on the rendering component according to the nodes and the node information in the traversing process.
Optionally, the page rendering detection apparatus further includes:
the receiving request module is configured to receive an access request carrying a page identifier of the page to be rendered;
accordingly, the obtaining module 302 is further configured to:
and based on the page identification, obtaining the rendering configuration information of the rendering assembly from a server.
Optionally, the page rendering detection apparatus further includes:
a generating module configured to generate rendering failure information according to the page identifier and the component identifier of the target rendering component;
an upload module configured to upload the rendering failure information to the server.
Optionally, the page rendering detection apparatus further includes:
the receiving instruction module is configured to receive a reset instruction issued by the server aiming at the rendering failure information; the reset instruction carries an upper-level page identifier of an upper-level page of the page to be rendered and upper-level rendering configuration information for rendering the upper-level page;
and the upper rendering module is configured to render and display the upper page according to the upper page identification and the upper rendering configuration information.
Optionally, the page rendering detection apparatus further includes:
the first display module is configured to display a first target page which is composed of rendering components which are rendered successfully and a display area corresponding to the target rendering components; the display area displays a secondary rendering trigger control for the target rendering component.
Optionally, the page rendering detection apparatus further includes:
a receive rendering request module configured to receive a secondary rendering request for the target rendering component submitted through the secondary rendering trigger control; the secondary rendering request carries a page identifier of the page to be rendered and a component identifier of the target rendering component;
an obtaining information module configured to obtain secondary rendering configuration information for rendering the target rendering component from the server based on the secondary rendering request;
a target rendering module configured to render the target rendering component according to the component identification and the secondary rendering configuration information;
an update presentation module configured to update the first target page based on the rendered rendering result.
Optionally, the page rendering detection apparatus further includes:
and the second showing module is configured to show a second target page consisting of rendering components which are successfully rendered under the condition that the rendering components are all added with the rendering marks.
The above is a schematic scheme of a page rendering detection apparatus according to this embodiment. It should be noted that the technical solution of the page rendering detection apparatus and the technical solution of the page rendering detection method belong to the same concept, and details of the technical solution of the page rendering detection apparatus, which are not described in detail, can be referred to the description of the technical solution of the page rendering detection method.
The present specification provides an embodiment of a computing device as follows:
FIG. 4 illustrates a block diagram of a computing device 400 provided in accordance with one embodiment of the present description. The components of the computing device 400 include, but are not limited to, a memory 410 and a processor 420. Processor 420 is coupled to memory 410 via bus 430 and database 450 is used to store data.
Computing device 400 also includes access device 440, access device 440 enabling computing device 400 to communicate via one or more networks 460. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. The access device 440 may include one or more of any type of network interface (e.g., a Network Interface Card (NIC)) whether wired or wireless, such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
In one embodiment of the present description, the above-described components of computing device 400, as well as other components not shown in FIG. 4, may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device architecture shown in FIG. 4 is for purposes of example only and is not limiting as to the scope of the present description. Those skilled in the art may add or replace other components as desired.
Computing device 400 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), mobile phone (e.g., smartphone), wearable computing device (e.g., smartwatch, smartglasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 400 may also be a mobile or stationary server.
The present specification provides a computing device comprising a memory 410, a processor 420, and computer instructions stored on the memory and executable on the processor, the processor 420 being configured to execute the following computer-executable instructions:
acquiring rendering configuration information of a rendering component in a page to be rendered;
rendering the rendering assembly according to the rendering configuration information; the rendering component is added with a rendering mark after the rendering is successful;
detecting an intermediate rendering component which is not added with a rendering mark in the rendering components at the rendering end time point of the page to be rendered;
and determining the detected intermediate rendering component as a target rendering component for which the page to be rendered fails to be rendered.
The above is an illustrative scheme of a computing device of the present embodiment. It should be noted that the technical solution of the computing device and the technical solution of the page rendering detection method belong to the same concept, and details that are not described in detail in the technical solution of the computing device can all refer to the description of the technical solution of the page rendering detection method.
This specification provides one example of a computer-readable storage medium, comprising:
the present specification provides a computer readable storage medium storing computer instructions that, when executed by a processor, are operable to:
acquiring rendering configuration information of a rendering component in a page to be rendered;
rendering the rendering assembly according to the rendering configuration information; the rendering component is added with a rendering mark after the rendering is successful;
detecting an intermediate rendering component which is not added with a rendering mark in the rendering components at the rendering end time point of the page to be rendered;
and determining the detected intermediate rendering component as a target rendering component for which the page to be rendered fails to be rendered.
The above is an illustrative scheme of a computer-readable storage medium of the present embodiment. It should be noted that the technical solution of the storage medium and the technical solution of the page rendering detection method belong to the same concept, and details that are not described in detail in the technical solution of the storage medium can be referred to the description of the technical solution of the page rendering detection method.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
The computer instructions comprise computer program code which may be in the form of source code, object code, an executable file or some intermediate form, or the like. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
It should be noted that, for the sake of simplicity, the foregoing method embodiments are described as a series of acts, but those skilled in the art should understand that the present embodiment is not limited by the described acts, because some steps may be performed in other sequences or simultaneously according to the present embodiment. Further, those skilled in the art should also appreciate that the embodiments described in this specification are preferred embodiments and that acts and modules referred to are not necessarily required for an embodiment of the specification.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
The preferred embodiments of the present specification disclosed above are intended only to aid in the description of the specification. Alternative embodiments are not exhaustive and do not limit the invention to the precise embodiments described. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the embodiments and the practical application, to thereby enable others skilled in the art to best understand and utilize the embodiments. The specification is limited only by the claims and their full scope and equivalents.

Claims (12)

1. A page rendering detection method comprises the following steps:
acquiring rendering configuration information of a rendering component in a page to be rendered;
starting a timing program to perform rendering timing on the page to be rendered; the time count value corresponding to the timing program is increased or decreased according to a time unit;
rendering the rendering assembly according to the rendering configuration information; the rendering component is added with a rendering mark after the rendering is successful;
detecting an intermediate rendering component which is not added with a rendering mark in the rendering components at a rendering end time point of the page to be rendered, wherein the rendering end time point comprises: a time point corresponding to the time count value when the time count value reaches a count threshold value;
and determining the detected intermediate rendering component as a target rendering component for which the page to be rendered fails to be rendered.
2. The page rendering detection method of claim 1, wherein the detecting of the intermediate rendering component to which the rendering flag is not added comprises:
detecting the intermediate rendering component according to tag information of the rendering component for tag bits of the rendering tag.
3. The page rendering detection method of claim 1, the rendering component according to the rendering configuration information, comprising:
constructing a tree data structure according to the rendering configuration information; nodes except for a root node in the tree data structure correspond to the rendering components one by one, and the node information of the nodes comprises layout information and display information of the rendering components corresponding to the nodes on the page to be rendered;
and traversing the tree data structure, and drawing the components of the rendering components according to the nodes and the node information in the traversing process.
4. The page rendering detection method according to claim 1, wherein before the step of obtaining rendering configuration information of rendering components in the page to be rendered is executed, the method further comprises:
receiving an access request carrying a page identifier of the page to be rendered;
correspondingly, the obtaining rendering configuration information of the rendering component in the page to be rendered includes:
and based on the page identification, obtaining the rendering configuration information of the rendering assembly from a server.
5. The page rendering detection method according to claim 4, after the step of determining the detected intermediate rendering component as the target rendering component for which the page to be rendered fails to render is executed, further comprising:
generating rendering failure information according to the page identification and the component identification of the target rendering component;
and uploading the rendering failure information to the server.
6. The page rendering detection method according to claim 5, after the step of uploading the rendering failure information to the server is executed, further comprising:
receiving a reset instruction issued by the server aiming at the rendering failure information; the reset instruction carries a page identifier of a superior page of the page to be rendered and superior rendering configuration information for rendering the superior page;
and rendering and displaying the superior page according to the page identification of the superior page and the superior rendering configuration information.
7. The page rendering detection method according to claim 1, after the step of determining the detected intermediate rendering component as the target rendering component for which the page to be rendered fails to render is executed, further comprising:
displaying a first target page consisting of a rendering component which is rendered successfully and a display area corresponding to the target rendering component; the display area displays a secondary rendering trigger control for the target rendering component.
8. The page rendering detection method according to claim 7, wherein after the step of displaying the first target page composed of the rendering component that has been successfully rendered and the display area corresponding to the target rendering component is executed, the method further comprises:
receiving a secondary rendering request for the target rendering component submitted through the secondary rendering trigger control; the secondary rendering request carries a page identifier of the page to be rendered and a component identifier of the target rendering component;
acquiring secondary rendering configuration information for rendering the target rendering component from a server side based on the secondary rendering request;
rendering the target rendering component according to the component identification and the secondary rendering configuration information;
updating the first target page based on the rendered rendering result.
9. The page rendering detection method according to claim 1, further comprising, after the step of rendering the rendering component according to the rendering configuration information is executed:
and displaying a second target page consisting of rendering components which are successfully rendered under the condition that the rendering marks are added to all the rendering components.
10. A page rendering detection apparatus, comprising:
the system comprises an acquisition module, a display module and a display module, wherein the acquisition module is configured to acquire rendering configuration information of a rendering assembly in a page to be rendered;
the starting module is configured to start a timing program to perform rendering timing on the page to be rendered; the time count value corresponding to the timing program is increased or decreased according to a time unit;
a rendering module configured to render the rendering component according to the rendering configuration information; the rendering component is added with a rendering mark after the rendering is successful;
a detection module configured to detect, at a rendering end time point of the page to be rendered, an intermediate rendering component to which a rendering flag is not added in the rendering components, wherein the rendering end time point includes: a time point corresponding to the time count value when the time count value reaches a count threshold value;
a determination module configured to determine the detected intermediate rendering component as a target rendering component for which rendering of the page to be rendered failed by a person.
11. A computing device, comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
acquiring rendering configuration information of a rendering component in a page to be rendered;
starting a timing program to perform rendering timing on the page to be rendered; the time count value corresponding to the timing program is increased or decreased according to a time unit;
rendering the rendering assembly according to the rendering configuration information; the rendering component is added with a rendering mark after the rendering is successful;
detecting an intermediate rendering component which is not added with a rendering mark in the rendering components at a rendering end time point of the page to be rendered, wherein the rendering end time point comprises: a time point corresponding to the time count value when the time count value reaches a count threshold value;
and determining the detected intermediate rendering component as a target rendering component for which the page to be rendered fails to be rendered.
12. A computer readable storage medium storing computer instructions which, when executed by a processor, carry out the steps of the page rendering detection method of any of claims 1 to 9.
CN202010260569.7A 2020-04-03 2020-04-03 Page rendering detection method and device Active CN111475381B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010260569.7A CN111475381B (en) 2020-04-03 2020-04-03 Page rendering detection method and device
PCT/CN2021/082362 WO2021197136A1 (en) 2020-04-03 2021-03-23 Page rendering detection method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010260569.7A CN111475381B (en) 2020-04-03 2020-04-03 Page rendering detection method and device

Publications (2)

Publication Number Publication Date
CN111475381A CN111475381A (en) 2020-07-31
CN111475381B true CN111475381B (en) 2021-08-20

Family

ID=71749768

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010260569.7A Active CN111475381B (en) 2020-04-03 2020-04-03 Page rendering detection method and device

Country Status (2)

Country Link
CN (1) CN111475381B (en)
WO (1) WO2021197136A1 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111475381B (en) * 2020-04-03 2021-08-20 支付宝(杭州)信息技术有限公司 Page rendering detection method and device
CN112559918A (en) * 2020-12-22 2021-03-26 平安银行股份有限公司 Page control method, device, system, equipment and readable storage medium
CN112835764A (en) * 2021-02-01 2021-05-25 长沙市到家悠享网络科技有限公司 Front-end monitoring method, device, equipment and medium
CN114385287B (en) * 2021-12-13 2024-01-05 武汉慧联无限科技有限公司 Presentation content determining method, apparatus, electronic device and storage medium
CN114895992A (en) * 2021-12-29 2022-08-12 厦门安胜网络科技有限公司 Component data rendering method based on data slicing and related equipment
CN114327682B (en) * 2021-12-31 2023-07-18 携程商旅信息服务(上海)有限公司 WebView white screen detection method, system, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10044576B2 (en) * 2015-11-25 2018-08-07 Qualcomm Incorporated Estimation of power consumption of individual websites
CN109657177A (en) * 2018-10-31 2019-04-19 深圳壹账通智能科技有限公司 The generation method of the page, device, storage medium and computer equipment after upgrading
CN109739497A (en) * 2018-12-06 2019-05-10 深圳市中农网有限公司 Page development method, apparatus, computer equipment and storage medium
CN110362308A (en) * 2019-06-20 2019-10-22 平安科技(深圳)有限公司 Page generation method, device, computer equipment and storage medium
CN110634049A (en) * 2019-09-05 2019-12-31 北京无限光场科技有限公司 Page display content processing method and device, electronic equipment and readable medium

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8959483B2 (en) * 2010-05-13 2015-02-17 Salesforce.Com, Inc. Test framework of visual components in a multitenant database environment
CN102999336A (en) * 2012-11-19 2013-03-27 北京奇虎科技有限公司 Application interface realizing method and application interface realizing system
CN105045620B (en) * 2015-07-07 2019-01-11 深信服网络科技(深圳)有限公司 Measure the method and detection device of webpage head screen load time
CN108170497A (en) * 2016-12-05 2018-06-15 阿里巴巴集团控股有限公司 A kind of method and device of page rendering
CN109145231A (en) * 2017-06-27 2019-01-04 阿里巴巴集团控股有限公司 A kind of generation method, device and the electronic equipment of interface element identifier
CN107545058B (en) * 2017-08-29 2019-12-03 北京北信源软件股份有限公司 A kind of page loading method, server and browser
CN110020349B (en) * 2017-09-26 2021-09-03 北京京东尚科信息技术有限公司 Page rendering method and device
CN109961331B (en) * 2017-12-14 2022-09-06 北京京东尚科信息技术有限公司 Page processing method and system, computer system and readable storage medium
CN110362416B (en) * 2018-03-26 2022-03-25 腾讯科技(深圳)有限公司 Page component loading method and device, electronic equipment and storage medium
US11157383B2 (en) * 2018-09-28 2021-10-26 Ebay Inc. Automated determination of web page rendering performance
CN109614100B (en) * 2018-10-26 2022-02-01 创新先进技术有限公司 Page display method, device, server, front end and storage medium
CN109614545A (en) * 2018-11-13 2019-04-12 阿里巴巴集团控股有限公司 Page loading method, device and equipment
CN109800025A (en) * 2018-12-13 2019-05-24 平安普惠企业管理有限公司 Page loading method, device, equipment and storage medium
CN111475381B (en) * 2020-04-03 2021-08-20 支付宝(杭州)信息技术有限公司 Page rendering detection method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10044576B2 (en) * 2015-11-25 2018-08-07 Qualcomm Incorporated Estimation of power consumption of individual websites
CN109657177A (en) * 2018-10-31 2019-04-19 深圳壹账通智能科技有限公司 The generation method of the page, device, storage medium and computer equipment after upgrading
CN109739497A (en) * 2018-12-06 2019-05-10 深圳市中农网有限公司 Page development method, apparatus, computer equipment and storage medium
CN110362308A (en) * 2019-06-20 2019-10-22 平安科技(深圳)有限公司 Page generation method, device, computer equipment and storage medium
CN110634049A (en) * 2019-09-05 2019-12-31 北京无限光场科技有限公司 Page display content processing method and device, electronic equipment and readable medium

Also Published As

Publication number Publication date
WO2021197136A1 (en) 2021-10-07
CN111475381A (en) 2020-07-31

Similar Documents

Publication Publication Date Title
CN111475381B (en) Page rendering detection method and device
CN103518393B (en) The system and method for detecting mobile communication equipment content
US9465724B2 (en) Method, program, and system for generating test cases
US10873900B2 (en) Method for wireless fidelity connection and related products
CN106326120B (en) Regression testing method and device for application software and electronic equipment
CN110908909B (en) Automatic test method, device, storage medium and equipment
CN107204956B (en) Website identification method and device
CN105404631B (en) Picture identification method and device
US20190364427A1 (en) Method for Wireless Fidelity Connection and Related Products
CN112115059A (en) Application program compatibility testing method and device and computer equipment
CN106686587B (en) Wireless fidelity Wi-Fi connection method, mobile terminal and medium
CN115567736A (en) Video content detection method, device, equipment and storage medium
CN113190444B (en) Test method, test device and storage medium
CN113094287B (en) Page compatibility detection method, device, equipment and storage medium
CN112799955B (en) Method and device for detecting model change, storage medium and electronic equipment
CN106302011B (en) Multi-terminal-based test method and terminal
CN107708094A (en) device pairing method and device
CN111291281A (en) Charging equipment recommendation method and device
US20190364497A1 (en) Method for Wireless Fidelity Connection and Related Products
CN113392013B (en) Use case generation method and device
CN111611174B (en) Method and device for constructing test data, computer equipment and storage medium
CN113569070A (en) Image detection method and device, electronic equipment and storage medium
JP2018036687A (en) Information processing device and information processing method
CN113141433A (en) Method and device for testing screen sensitivity and processor
JPWO2019216046A1 (en) Information processing device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant