CN112905448A - Nested page performance test method, equipment and storage medium - Google Patents

Nested page performance test method, equipment and storage medium Download PDF

Info

Publication number
CN112905448A
CN112905448A CN202110097371.6A CN202110097371A CN112905448A CN 112905448 A CN112905448 A CN 112905448A CN 202110097371 A CN202110097371 A CN 202110097371A CN 112905448 A CN112905448 A CN 112905448A
Authority
CN
China
Prior art keywords
page
nested
nested page
opening
time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110097371.6A
Other languages
Chinese (zh)
Inventor
胡海波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Changsha Youheng Network Technology Co Ltd
Original Assignee
Changsha Youheng Network 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 Changsha Youheng Network Technology Co Ltd filed Critical Changsha Youheng Network Technology Co Ltd
Priority to CN202110097371.6A priority Critical patent/CN112905448A/en
Publication of CN112905448A publication Critical patent/CN112905448A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the application provides a nested page performance test method, equipment and a storage medium. In the embodiment of the application, a browser simulation tool can be utilized to simulate the behavior of opening a network link corresponding to a webpage embedded with a nested page by a user; acquiring page information data generated in the process of opening the network link; acquiring time nodes related to the nested pages from the page information data; and then, according to the time node associated with the nested page, calculating the response time of the nested page, realizing the test of the response time of the nested page, and the test process does not need to insert codes into the nested page through a reverse proxy, namely, the codes of the nested page are not invasive, and the normal use of the nested page is not influenced.

Description

Nested page performance test method, equipment and storage medium
Technical Field
The application relates to the technical field of internet, in particular to a nested page performance testing method, a device and a storage medium.
Background
In the Web development process, nested pages are often embedded in parent pages to embed other page content. In some cases, the domain names of the parent page and the nested page are different, and a cross-domain problem exists. Under the condition that a father page and a nested page cross domains, because the nested page is positioned in other domains, developers of the father page cannot test the performance of the nested page in a point burying mode.
Disclosure of Invention
Aspects of the present application provide a method, device and storage medium for testing nested page performance, so as to implement testing of response duration of a nested page.
The embodiment of the application provides a nested page performance test method, which comprises the following steps:
calling a browser simulation tool;
simulating the behavior of opening a network link by a user by using the browser simulation tool; a nested page is embedded in a parent page corresponding to the network link;
acquiring page information data generated in the process of opening the network link;
acquiring a time node associated with the nested page in the process of opening the nested page from the page information data;
and calculating the response time length of the nested page according to the associated time node in the process of opening the nested page.
An embodiment of the present application further provides a computer device, including: a memory and a processor; wherein the memory is used for storing a computer program;
the processor is coupled to the memory for executing the computer program for performing the steps in the nested page performance testing method described above.
Embodiments of the present application also provide a computer-readable storage medium storing computer instructions, which, when executed by one or more processors, cause the one or more processors to perform the steps in the above nested page performance testing method.
In the embodiment of the application, a browser simulation tool can be utilized to simulate the behavior of opening a network link corresponding to a webpage embedded with a nested page by a user; acquiring page information data generated in the process of opening the network link; acquiring a time node associated in the process of opening the nested page from the page information data; and then, according to the associated time node in the process of opening the nested page, calculating the response time of the nested page, realizing the test of the response time of the nested page, and the test process does not need to insert codes into the nested page through a reverse proxy, namely, the test process has no invasion to the codes of the nested page, and does not influence the normal use of the nested page.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic flowchart of a performance testing method for a nested page according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a computer device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Aiming at the problem that cross-domain exists when domain names of a father page and a nested page are different in a Web page, because the nested page is located in other domains, developers of the father page cannot test the performance of the nested page in a point-burying mode.
In order to solve the above problem, in some embodiments of the present application, a browser simulation tool may be used to simulate a behavior of a user opening a web link corresponding to a web page embedded with a nested page; acquiring page information data generated in the process of opening the network link; acquiring time nodes related to the nested pages from the page information data; and then, according to the time node associated with the nested page, calculating the response time of the nested page, realizing the test of the response time of the nested page, and the test process does not need to insert codes into the nested page through a reverse proxy, namely, the codes of the nested page are not invasive, and the normal use of the nested page is not influenced.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
It should be noted that: like reference numerals refer to like objects in the following figures and embodiments, and thus, once an object is defined in one figure or embodiment, further discussion thereof is not required in subsequent figures and embodiments.
Fig. 1 is a schematic flowchart of a nested page performance testing method provided in an embodiment of the present application. As shown in fig. 1, the method includes:
101. and calling a browser simulation tool.
102. Simulating the behavior of opening a network link by a user by using a browser simulation tool; the nested page is embedded in the parent page corresponding to the network link.
103. And acquiring page information data generated in the process of opening the network link.
104. And acquiring the time node associated with the nested page from the page information data.
105. And calculating the response time of the nested page according to the time node associated with the nested page.
In the Web development process, in order to test the performance of the Web page, such as testing the stability, response time and the like of the Web page, a buried point test can be performed on the Web page. In the Web development process, nested pages are often embedded in parent pages to embed other page content. Alternatively, the nested page may be an iframe page. Wherein the performance of the Web page is affected by the performance of the nested pages. Therefore, performance testing of nested pages becomes a critical loop.
For the condition that the domain names of a father page and a nested page in a Web page are the same, the nested page can be subjected to embedded point test for the performance of the nested page. However, in some cases, the domain names of the parent page and the nested page are different, and a cross-domain problem exists. To test the response duration of a web page, the performance of a nested page can be tested by inserting a script into the nested page through a reverse proxy. However, this approach requires intrusion into the code of the nested pages and the testing process affects the normal access of the web page by the user.
To solve the above problem, in step 101, a browser simulation tool may be invoked; in step 102, simulating the behavior of opening a network link by a user by using a browser simulation tool; and a nested page is embedded in a parent page corresponding to the network link. The web link may be a Uniform Resource Locator (URL) of a web page.
Optionally, a triggering operation for the network link may be simulated using a browser simulation tool; responding to the trigger operation, and sending a page request to the server-side equipment to request resources which are depended by the father page and the nested page; and rendering the parent page and the nested page on the display screen based on the parent page and the nested page dependent resources returned by the server device.
Optionally, the resources on which the parent page and the nested page depend include: network address of the picture and text data. Correspondingly, the picture can be downloaded from the server side equipment according to the network address of the picture; and rendering the picture and text data depended by the father page and the nested page to a display screen according to a preset layout format to obtain the father page and the nested page. Optionally, the JS codes corresponding to page rendering can be run, resources dependent on the parent page and the nested page are downloaded from the server device in the page rendering process, and the resources dependent on the parent page and the nested page are rendered on the display screen according to the layout format described by the JS codes, so that the webpage corresponding to the network link is obtained.
Alternatively, the browser simulation tool may be invoked by calling an Application Program Interface (API) of the browser simulation tool. Optionally, the browser simulation tool is puppeteer.
Further, in step 103, page information data generated during the process of opening the network link may be acquired. Optionally, a page.metrics function may be run to obtain page information data generated in the process of opening the network link using the page.metrics function. Or calling the lighthouse tool to acquire page information data generated in the process of opening the network link by using the lighthouse tool.
The page performance data can be obtained through a page.metrics () function, and the timeline tracking of the website is captured. For example, Timestamp of a Timestamp measurement sample; merging duration of layout of all pages of layout; the combined duration of all page style recalculations by the recalcstyleddu; duration of execution of all scripts of the script duration; TaskDuration all browser task durations, etc.
Accordingly, the page information data may include time nodes associated in the process of opening a web page corresponding to the network link. Such as: the time when the web page dependent resource is requested, the time when the web page dependent resource starts to be downloaded, the download completion time of the web page dependent resource, the rendering completion time of the web page, and the like. Wherein, the webpage includes: parent pages and nested pages. Correspondingly, the time node associated in the process of opening the webpage corresponding to the network link further includes: and the associated time nodes in the process of opening the nested page, such as the time of requesting the resource depended by the nested page, the time of starting downloading the resource depended by the nested page, the downloading completion time of the resource depended by the nested page, the rendering completion time of the nested page and the like.
Correspondingly, in step 104, the associated time node in the process of opening the nested page can be obtained from the page information data; and in step 105, calculating the response time length of the nested page according to the associated time node in the process of opening the nested page.
Optionally, the time of requesting the resource on which the nested page depends and the rendering completion time of the nested page may be obtained from the associated time node in the process of opening the nested page; and calculating the time difference between the rendering completion time of the nested page and the time of requesting the resource which the nested page depends on as the response time length of the nested page.
In the embodiment, a browser simulation tool can be utilized to simulate the behavior of opening the network link corresponding to the webpage embedded with the nested page by the user; acquiring page information data generated in the process of opening the network link; acquiring a time node associated in the process of opening the nested page from the page information data; and then, according to the associated time node in the process of opening the nested page, calculating the response time of the nested page, realizing the test of the response time of the nested page, and the test process does not need to insert codes into the nested page through a reverse proxy, namely, the test process has no invasion to the codes of the nested page, and does not influence the normal use of the nested page.
It should be noted that the execution subjects of the steps of the methods provided in the above embodiments may be the same device, or different devices may be used as the execution subjects of the methods. For example, the execution subject of steps 101 and 102 may be device a; for another example, the execution subject of step 101 may be device a, and the execution subject of step 102 may be device B; and so on.
In addition, in some of the flows described in the above embodiments and the drawings, a plurality of operations are included in a specific order, but it should be clearly understood that the operations may be executed out of the order presented herein or in parallel, and the sequence numbers of the operations, such as 101, 102, etc., are merely used for distinguishing different operations, and the sequence numbers do not represent any execution order per se. Additionally, the flows may include more or fewer operations, and the operations may be performed sequentially or in parallel.
Accordingly, embodiments of the present application also provide a computer-readable storage medium storing computer instructions, which, when executed by one or more processors, cause the one or more processors to execute the steps in the nested web page performance testing method.
Fig. 2 is a schematic structural diagram of a computer device according to an embodiment of the present application. As shown in fig. 2, the computer apparatus includes: a memory 20a and a processor 20 b. The memory 20a is used for storing computer programs.
The processor 20b is coupled to the memory 20a for executing a computer program for: calling a browser simulation tool; simulating the behavior of opening a network link by a user by using a browser simulation tool; a nested page is embedded in a parent page corresponding to the network link; acquiring page information data generated in the process of opening the network link; further, acquiring a time node associated with the nested page in the process of opening the nested page from the page information data; and calculating the response time of the nested page according to the associated time node in the process of opening the nested page.
Optionally, the browser simulation tool is puppeteer.
In some embodiments, the processor 20b, when simulating the behavior of the user to open the network link, is specifically configured to: simulating a triggering operation aiming at the network link by utilizing a browser simulation tool; responding to the trigger operation, and sending a page request to the server-side equipment to request resources which are depended by the father page and the nested page; and rendering the parent page and the nested page on the display screen 20c based on the parent page and the nested page dependent resources returned by the server device.
Optionally, the resources on which the parent page and the nested page depend include: network address of the picture and text data. Accordingly, when the processor 20b renders the resources dependent on the parent page and the nested page on the display screen 20c, it is specifically configured to: downloading the picture from the server equipment according to the network address of the picture; and rendering the picture and text data depended by the father page and the nested page to a display screen according to a preset layout format to obtain the father page and the nested page.
Optionally, when the processor 20b obtains the page information data generated in the process of opening the network link, it is specifically configured to: and operating the page.metrics function to acquire page information data generated in the process of opening the network link by using the page.metrics function.
Optionally, when the processor 20b obtains the page information data generated in the process of opening the network link, it is specifically configured to: and calling the lighthouse tool to acquire page information data generated in the process of opening the network link by using the lighthouse tool.
In some embodiments, the associated time node in the process of the nested page being opened comprises: a time to request the nested page dependent resource, a time to start downloading the nested page dependent resource, a download completion time of the nested page dependent resource, and a rendering completion time of the nested page.
Accordingly, when calculating the response duration of the nested page, the processor 20b is specifically configured to: acquiring time of requesting resources depended by the nested page and rendering completion time of the nested page from a time node associated with the nested page; and calculating the time difference between the rendering completion time of the nested page and the time of requesting the resource which the nested page depends on as the response time length of the nested page.
In some optional embodiments, as shown in fig. 2, the computer device may further include: communication component 20c, power component 20d, audio component 20f, and the like. Only some of the components shown in fig. 2 are schematically depicted, and it is not meant that the computer device must include all of the components shown in fig. 2, nor that the computer device only includes the components shown in fig. 2.
In embodiments of the present application, the memory is used to store computer programs and may be configured to store other various data to support operations on the device on which it is located. Wherein the processor may execute a computer program stored in the memory to implement the corresponding control logic. The memory may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
In the embodiments of the present application, the processor may be any hardware processing device that can execute the above described method logic. Alternatively, the processor may be a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), or a Micro Controller Unit (MCU); programmable devices such as Field-Programmable Gate arrays (FPGAs), Programmable Array Logic devices (PALs), General Array Logic devices (GAL), Complex Programmable Logic Devices (CPLDs), etc. may also be used; or Advanced Reduced Instruction Set (RISC) processors (ARM), or System On Chips (SOC), etc., but is not limited thereto.
In embodiments of the present application, the communication component is configured to facilitate wired or wireless communication between the device in which it is located and other devices. The device in which the communication component is located can access a wireless network based on a communication standard, such as WiFi, 2G or 3G, 4G, 5G or a combination thereof. In an exemplary embodiment, the communication component receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component may also be implemented based on Near Field Communication (NFC) technology, Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, or other technologies.
In the embodiment of the present application, the display assembly may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the display assembly includes a touch panel, the display assembly may be implemented as a touch screen to receive input signals from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation.
In embodiments of the present application, a power supply component is configured to provide power to various components of the device in which it is located. The power components may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the device in which the power component is located.
In embodiments of the present application, the audio component may be configured to output and/or input audio signals. For example, the audio component includes a Microphone (MIC) configured to receive an external audio signal when the device in which the audio component is located is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may further be stored in a memory or transmitted via a communication component. In some embodiments, the audio assembly further comprises a speaker for outputting audio signals. For example, for devices with language interaction functionality, voice interaction with a user may be enabled through an audio component, and so forth.
The computer device provided by the embodiment can simulate the behavior of a user for opening a network link corresponding to a webpage embedded with a nested page by using a browser simulation tool; acquiring page information data generated in the process of opening the network link; acquiring a time node associated in the process of opening the nested page from the page information data; and then, according to the associated time node in the process of opening the nested page, calculating the response time of the nested page, realizing the test of the response time of the nested page, and the test process does not need to insert codes into the nested page through a reverse proxy, namely, the test process has no invasion to the codes of the nested page, and does not influence the normal use of the nested page.
It should be noted that, the descriptions of "first", "second", etc. in this document are used for distinguishing different messages, devices, modules, etc., and do not represent a sequential order, nor limit the types of "first" and "second" to be different.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A nested page performance test method is characterized by comprising the following steps:
calling a browser simulation tool;
simulating the behavior of opening a network link by a user by using the browser simulation tool; a nested page is embedded in a parent page corresponding to the network link;
acquiring page information data generated in the process of opening the network link;
acquiring a time node associated with the nested page in the process of opening the nested page from the page information data;
and calculating the response time length of the nested page according to the associated time node in the process of opening the nested page.
2. The method of claim 1, wherein simulating, with the browser simulation tool, a user's behavior for opening a web link comprises:
simulating, with the browser simulation tool, a trigger operation for the network link;
responding to the trigger operation, and sending a page request to server equipment to request resources which are depended by the father page and the nested page;
and rendering the parent page and the nested page on a display screen based on the parent page and the nested page dependent resources returned by the server device.
3. The method of claim 2, wherein the resources on which the parent page and the nested page depend comprise: network address and text data of the picture; rendering, on a display screen, the parent page and the nested page-dependent resources based on the parent page and the nested page-dependent resources, including:
downloading the picture from the server equipment according to the network address of the picture;
and rendering the picture and text data depended by the father page and the nested page to a display screen according to a preset layout format to obtain the father page and the nested page.
4. The method according to claim 1, wherein the obtaining of page information data generated in the process of opening the network link comprises:
and running a page.metrics function to acquire page information data generated in the process of opening the network link by using the page.metrics function.
5. The method according to claim 1, wherein the obtaining of page information data generated in the process of opening the network link comprises:
and calling a lighthouse tool to acquire page information data generated in the process of opening the network link by using the lighthouse tool.
6. The method of claim 1, wherein the associated time node in the process of the nested page being opened comprises: a time to request the nested page dependent resource, a time to begin downloading the nested page dependent resource, a download completion time of the nested page dependent resource, and a rendering completion time of the nested page.
7. The method of claim 6, wherein calculating the response duration of the nested page according to the time node associated with the nested page comprises:
acquiring the time of requesting the resource depended by the nested page and the rendering completion time of the nested page from the time node associated with the nested page;
and calculating the time difference between the rendering completion time of the nested page and the time of requesting the resource depended by the nested page as the response time length of the nested page.
8. The method according to any one of claims 1 to 7, wherein the browser simulation tool is puppeteer.
9. A computer device, comprising: a memory and a processor; wherein the memory is used for storing a computer program;
the processor is coupled to the memory for executing the computer program for performing the steps of the method of any of claims 1-8.
10. A computer-readable storage medium having stored thereon computer instructions, which, when executed by one or more processors, cause the one or more processors to perform the steps of the method of any one of claims 1-8.
CN202110097371.6A 2021-01-25 2021-01-25 Nested page performance test method, equipment and storage medium Pending CN112905448A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110097371.6A CN112905448A (en) 2021-01-25 2021-01-25 Nested page performance test method, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110097371.6A CN112905448A (en) 2021-01-25 2021-01-25 Nested page performance test method, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112905448A true CN112905448A (en) 2021-06-04

Family

ID=76119491

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110097371.6A Pending CN112905448A (en) 2021-01-25 2021-01-25 Nested page performance test method, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112905448A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7330887B1 (en) * 2003-01-06 2008-02-12 Cisco Technology, Inc. Method and system for testing web-based applications
US20080104224A1 (en) * 2006-10-27 2008-05-01 Litofsky Richard T Method and apparatus for determining application responsiveness over a network
US20160232085A1 (en) * 2015-02-10 2016-08-11 Wipro Limited Method and device for improving software performance testing
CN106294475A (en) * 2015-06-04 2017-01-04 阿里巴巴集团控股有限公司 The generation method and apparatus of the page
US10318615B1 (en) * 2014-06-18 2019-06-11 Amazon Technologies, Inc. Modeling and measuring browser performance using reference pages
CN110955589A (en) * 2018-09-27 2020-04-03 北京京东尚科信息技术有限公司 Method, system, device and medium for testing headless mode based on browser
CN111694735A (en) * 2020-05-28 2020-09-22 北京城市网邻信息技术有限公司 Page performance testing method and device, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7330887B1 (en) * 2003-01-06 2008-02-12 Cisco Technology, Inc. Method and system for testing web-based applications
US20080104224A1 (en) * 2006-10-27 2008-05-01 Litofsky Richard T Method and apparatus for determining application responsiveness over a network
US10318615B1 (en) * 2014-06-18 2019-06-11 Amazon Technologies, Inc. Modeling and measuring browser performance using reference pages
US20160232085A1 (en) * 2015-02-10 2016-08-11 Wipro Limited Method and device for improving software performance testing
CN106294475A (en) * 2015-06-04 2017-01-04 阿里巴巴集团控股有限公司 The generation method and apparatus of the page
CN110955589A (en) * 2018-09-27 2020-04-03 北京京东尚科信息技术有限公司 Method, system, device and medium for testing headless mode based on browser
CN111694735A (en) * 2020-05-28 2020-09-22 北京城市网邻信息技术有限公司 Page performance testing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
WO2018223717A1 (en) Webpage front-end testing method, device, system, apparatus and readable storage medium
WO2017206626A1 (en) Network resource access apparatus, mixed apparatus, and method
TWI608416B (en) Page return method and apparatus, page generation method and apparatus
CN106933887B (en) Data visualization method and device
CN107479868B (en) Interface loading method, device and equipment
CN110968314B (en) Page generation method and device
CN107305528B (en) Application testing method and device
CN111427650A (en) Method and equipment for providing presence information
CN112347404A (en) SPA page rendering method, device and system and storage medium
CN112699044B (en) Pressure testing method, equipment and storage medium
CN114547514A (en) Dynamic rendering method, device, equipment and medium for components
CN111679828B (en) Data processing method and device, electronic equipment and storage medium
CN110837467B (en) Software testing method, device and system
CN111435328B (en) Application testing method and device, electronic equipment and readable storage medium
CN108037914B (en) Method and device for developing android native system by combining js
CN112667934A (en) Dynamic simulation diagram display method and device, electronic equipment and computer readable medium
CN112346761B (en) Front-end resource online method, device, system and storage medium
CN112905448A (en) Nested page performance test method, equipment and storage medium
CN111338928A (en) Chrome-based browser testing method and device
CN110708270A (en) Abnormal link detection method and device
CN113127788B (en) Page processing method, object processing method, device and equipment
CN114168183A (en) Front-end resource information processing method, device, equipment and storage medium
CN110633214B (en) Configuration method and device for internal test message
CN110839053B (en) Device communication method, device and storage medium
CN112069057A (en) Code testing method, device, apparatus and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210604

RJ01 Rejection of invention patent application after publication