CN104750471B - WEB page performance detection, acquisition and analysis plug-in and method based on browser - Google Patents

WEB page performance detection, acquisition and analysis plug-in and method based on browser Download PDF

Info

Publication number
CN104750471B
CN104750471B CN201310746768.9A CN201310746768A CN104750471B CN 104750471 B CN104750471 B CN 104750471B CN 201310746768 A CN201310746768 A CN 201310746768A CN 104750471 B CN104750471 B CN 104750471B
Authority
CN
China
Prior art keywords
plug
report
time
data
page
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
CN201310746768.9A
Other languages
Chinese (zh)
Other versions
CN104750471A (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.)
Koal Software Co ltd
Original Assignee
Koal Software 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 Koal Software Co ltd filed Critical Koal Software Co ltd
Priority to CN201310746768.9A priority Critical patent/CN104750471B/en
Publication of CN104750471A publication Critical patent/CN104750471A/en
Application granted granted Critical
Publication of CN104750471B publication Critical patent/CN104750471B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a browser-based WEB page performance detection and acquisition analysis plug-in and a method thereof, wherein the plug-in is perfected and supplemented by the prior art, and is installed on a browser by a user, HTTP request information of related websites browsed by the user and related WEB page performance detection data are collected, analyzed at regular time, processed according to various different categories to generate corresponding statistical reports, and WEB page performance detection data are provided for different website developers as references, so that the related website developers can adjust and optimize the WEB page performance problems. The invention can provide corresponding reference for website developers who need to improve WEB browsing user experience.

Description

WEB page performance detection, acquisition and analysis plug-in and method based on browser
Technical Field
The invention relates to a plug-in based on a browser, in particular to a WEB page performance detection, acquisition and analysis plug-in based on a browser and a method.
Background
The China Internet information center (CNNIC) issues a '30 th China Internet development condition statistical report', and the report shows that as late as 6 months in 2012, the total number of Chinese domain names is 873 million, the number of websites is 250 million, the number of Chinese netizens reaches 5.38 hundred million, and the Internet popularity reaches 39.9%. With the rapid development and growth of the internet, the user experience requirements for browsing websites are higher and higher; how a site can reasonably coordinate and match front-end performance and visual effect becomes an important problem which cannot be ignored.
Although there are many detection tools for optimizing performance, and some tools can find out the point in the website where optimization can be performed, and make targeted improvement, if a website is continuously and rapidly updated in an iterative manner, it is a problem to be faced how to ensure that its performance is always at a stable level. The performance optimization of the WEB page is a very important technology, and has a very great influence on the user experience. The performance and the visual effect of WEB page development are always contradictory, and the effects and the performances of different versions and different types of browsers are greatly different, so that a balance point needs to be found to meet most of conditions as much as possible.
At present, most companies related to website development develop relatively slowly in the WEB page, and although some new technologies or solutions of the problem continuously appear, it is more important to mix various solutions together, and more important to help and refer to each other.
In view of the above, there is a need for a tool or system for displaying performance test data of WEB pages of a website in real time, comprehensively and intuitively, so as to analyze the bottleneck of performance problem in time, and provide some solutions to solve the above-mentioned problems.
Disclosure of Invention
Aiming at the problems in the prior art, the invention aims to provide a browser-based WEB page performance detection and acquisition analysis plug-in to provide a corresponding reference for website developers who need to improve WEB browsing user experience aiming at various browsers with different versions and different network bandwidth environments.
Meanwhile, the invention also provides a WEB page performance detection and acquisition analysis method based on the plug-in.
In order to achieve the purpose, the invention adopts the following technical scheme:
a WEB page performance detection, acquisition and analysis plug-in based on a browser is arranged in a user browser, and collects and analyzes HTTP request information of related websites browsed by the user through the browser and related WEB page performance detection data by calling a corresponding interface of the browser.
In the preferred embodiment of the invention, the plug-in comprises three modules of performance detection, report form and remote transmission, wherein the performance detection module is responsible for detecting various functions of the WEB page and collecting the network request, response information and detected data generated by the page; the report module is responsible for generating a report file after analyzing and processing the collected data; the remote transmission module is responsible for directly sending the collected data to a specified target address; the remote transmission module has priority higher than that of the report module, if the remote transmission function is started, the report module fails, and the plug-in cannot generate a report file locally from the collected data.
Further, the plug-in test collects the following data:
(1) detecting network request and response information of a page;
(2) first rendering time and first screen time;
(3) page size, number, size, time of loading of script files, style files, pictures, and number of page DOM elements loaded by the page.
Still further, the detecting the network request information of the page includes: request web site, requested target host, request method, time spent in establishing TCP connection; the network response information includes: responding to the state code in the HTTP header information, whether compression is enabled, whether caching is enabled, caching time, server type and version information.
Furthermore, the first rendering time detected by the plug-in is the time that the user stays in the original page before jumping to the new page after clicking a page link; the first screen time refers to the time required for the upper area of the browser window to be filled.
Furthermore, the plug-in carries out timing analysis on the acquired data, processes the data according to various different categories and generates a corresponding statistical report.
Further, the plug-in periodically sends the collected data to the target address through the HTTP protocol in the JSON format text, and if the plug-in cannot be connected to the directory address within a certain time, the plug-in automatically disables remote transmission.
As a second object of the present invention, a method for detecting, collecting and analyzing WEB page performance, the method includes the following steps:
(1) capturing browser window opening and reloading events through a plug-in;
(2) storing resource or event data and consumed time data which are completely loaded from the moment when the browser sends the HTTP request to the page in a memory;
(3) and analyzing and processing the acquired data.
Further, in the step (1), after the browser HTTP connection request is triggered, the plug-in starts to detect a series of HTTP requests and response information of the browser and browser page rendering information.
Further, before the step (1), a plug-in configuration step is further included, and the configuration step performs the following configuration operations for the plug-in: report setting, detection website setting and remote transmission setting.
Still further, the report setting includes: whether to generate a report, a report generation time interval, a report generation target position, whether to generate a website performance ranking report, a report generation format and report storage time, wherein the default configuration is to enable the generation of the report; meanwhile, the report forms are divided into HTML and PDF formats, and the default format is the HTML format.
Still further, the detecting the website setting includes: detecting the setting of a webpage range and detecting the type of a file; the detection webpage range is in a list form, and a plurality of webpages with fully matched or partially matched names can be set; detecting the file type comprises detecting only the webpage information and detecting other file information.
Still further, the remote transmission setup comprises: whether remote transmission is enabled, IP address of remote transmission, port, time interval of remote transmission, and default to not enable remote transmission.
According to the scheme provided by the invention, the plug-in is installed on the browser by a user, HTTP request information of related websites browsed by the user and related WEB page performance detection data are collected, are analyzed at regular time and are processed according to various different categories to generate corresponding statistical reports, and WEB page performance detection data are provided for different website developers as references, so that the related website developers can adjust and optimize the WEB page performance problems. The invention can provide corresponding reference for website developers who need to improve WEB browsing user experience.
Moreover, the scheme provided by the invention can be applied to different browsers, can support mainstream browsers such as IE, Chrome, Opera, Firefox, Safari and the like, and has very wide practicability.
Drawings
The invention is further described below in conjunction with the appended drawings and the detailed description.
FIG. 1 is a schematic flow chart of the process of the present invention.
Detailed Description
In order to make the technical means, the creation characteristics, the achievement purposes and the effects of the invention easy to understand, the invention is further explained below by combining the specific drawings.
The plug-in is perfect and supplementary to the prior art, the plug-in is installed on a browser by a user, the plug-in collects HTTP request information of related websites browsed by the user through the browser and related WEB page performance detection data by calling a corresponding interface of the browser, analyzes at regular time, processes according to various different categories, generates a corresponding statistical report, provides WEB page performance detection data for different website developers as references, and facilitates the related website developers to adjust and optimize the WEB page performance problems.
Based on the principle, the plug-in adopts two standard designs, namely an IE private ActiveX standard and an NPAPI (Netscape plug-in application programming interface) standard used for other browsing; the plug-in is divided into three modules of a report form, a performance detection module and a remote transmission module, wherein the performance detection module is responsible for detecting various functions of a WEB page and collecting network requests, response information and detected data generated by the page (temporarily stored in a system memory); the report module is responsible for generating a report file (clearing the collected data from the memory) after analyzing and processing the collected data; the remote transmission module is responsible for directly sending the collected data to a specified target address (clearing the collected data from the memory); the remote transmission module has priority higher than that of the report module, if the remote transmission function is started, the report module fails, and the plug-in cannot generate a report file locally from the collected data.
The plug-in formed according to the scheme can realize the acquisition of the following information:
(1) detecting network request and response information of a page;
the network request information of the detection page comprises: request web site, requested target host, request method, time spent in establishing TCP connection;
the network response information includes: responding to the state code in the HTTP header information, whether compression is enabled, whether caching is enabled, caching time, server type and version information. The compression is enabled by the webpage, and the bandwidth of network data transmission can be greatly reduced by using the cache.
(2) First rendering time and first screen time;
the first rendering time is a period of time before a user jumps to a new page from clicking a page link and the content of the web page appears in the new page; that is, the user clicks a link on the web page, then a new page appears, the page is loaded after a certain time, and the content starts to display the result calculated during the time.
The first screen time refers to the time required for the upper area of the browser window to be filled, i.e., the time when the display of the visible area is completed when the browser page is opened (not all the content of the page is loaded).
(3) Page size, number, size, time of loading of script files, style files, pictures, and number of page DOM elements loaded by the page.
Many people browse web pages every day, see news, and buy online, and actually contact HTTP (hypertext transfer protocol), and the HTTP protocol is essentially a TCP/IP (internet protocol, which can be used for google and hundred degree search) connection, and transmits data such as texts and pictures of related website server terminals to client terminals, and then analyzes and displays the data through a client browser.
The plug-in unit comprises the following acquisition and analysis processes:
the plug-in unit of the invention calculates the time of a plurality of requests and response intervals (pictures, style files, script files and the like contained on the page are all independent requests) by intercepting the requests sent by a user for browsing the webpage and the network data packet returned from the server, and processes and analyzes the requests and the response data to obtain data such as request websites, request target hosts, request methods, state codes in HTTP header information in the response data, cache time, data length (namely the size of related files), compression algorithms and the like; the sizes and loading time of all files related to the page can be obtained by analyzing the data packet, and the number of the loaded files such as pictures, styles, scripts and the like is counted; after the page is loaded, the plug-in counts page Dom elements by calling the JS script to obtain the number of DOM elements; the first rendering time is obtained by calculating the rendering engine starting time of the browser, the plug-in can add a section of script before the browser loads a webpage, monitor a webpage onload event, and obtain the first screen time according to the difference between the webpage starting request time and the onload event.
In order to further improve the service performance of the plug-in, the plug-in is also provided with a corresponding plug-in configuration module, and the plug-in configuration module comprises the following configuration units:
(1) a report setting unit;
the report function of the plug-in can be set through the report setting unit, and the report setting method specifically comprises the following function settings: whether to generate a report, the time interval of report generation, the target position of report generation, whether to generate a website performance ranking report, the format of the generated report and the report storage time, wherein the default is to start the generated report; meanwhile, the report forms are divided into HTML and PDF formats, and the default format is the HTML format.
The report setting unit can lead the plug-in to automatically generate corresponding report information to a specified directory such as a C:' Documents and Settings \ Administrator directory at regular time. Of course the user can set the target directory in the configuration options of the plug-in.
For the website performance ranking report, the plug-in does not generate the website performance ranking report by default, if the report setting unit is set to generate, the plug-in analyzes and summarizes a plurality of website performance data browsed by a user within a certain time, a plurality of different website performance ranking reports are generated according to a plurality of performance indexes, the report storage time is divided into 1 day, 1 week, 1 month and permanent storage, the report storage time is set to be one week by default, and if the report storage time is not set to be permanent storage, the plug-in deletes the report file according to the report file creation time so as to save precious disk space.
(2) Detecting a website setting unit;
the range and the content of data detection of the performance detection module of the plug-in can be set through the detection website setting unit, and the method specifically comprises the following function settings: detecting the setting of a webpage range and detecting the type of a file;
the detection webpage range is in a list form, a user can set a plurality of webpages with fully matched or partially matched names, such as pages ending with index.
The file type detection comprises only detecting webpage information and detecting other file information, wherein the other file types are detected to be picture files, CSS style files, script files and the like, and a user can select to detect all types of files and defaults to all files.
(3) A remote transmission setting unit;
the remote data transmission function of the remote transmission module in the plug-in can be set through the remote transmission setting unit, and the remote data transmission function setting method specifically comprises the following function settings: whether or not remote transmission is enabled, IP address of remote transmission, port, time interval of remote transmission (30 seconds, 1 minute, 5 minutes, 15 minutes, and custom time in minutes), default to not enable remote transmission.
After the remote transmission setting unit completes the remote data transmission function setting of the plug-in, the plug-in sends the data detected by the network station performance in the interval time to the target address in a text of JSON format through HTTP protocol, if the data can not be connected to the directory address in a certain time, the plug-in automatically disables the remote transmission.
When the plug-in is actually used, related website developers can set up a server system to receive data remotely transmitted by the plug-in, and the server system integrates the data sent by the plurality of client browser plug-ins, counts and summarizes the data and generates a report. Therefore, website developers can more comprehensively know website performance data expressed by different websites accessed by different browsers and different network bandwidths in different areas, and more detailed reference basis is provided for improving the user experience of the websites.
When the WEB page performance detection and acquisition analysis plug-in formed according to the scheme is used, the plug-in can be downloaded and installed on a WEB page performance detection and acquisition analysis plug-in site. The plug-in is suitable for different browsers, supports mainstream browsers such as IE, Chrome, Opera, Firefox and Safari, is called as an ActiveX plug-in an IE kernel browser, is called as a Chrome extension program in the Chrome browser, and is called as an add-on component in the Firefox browser.
After the installation and use of the plug-in are completed, the related functions of the plug-in are required to be configured:
1. setting a report, namely setting the performance detection data generation report as enabled, and setting the performance detection data generation report as enabled by default; and automatically generating corresponding report information to a specified directory at regular time, such as a C: \ Documents and Settings \ Adminstrator directory and the like.
2. And detecting website settings, and setting a detection webpage range and a detection file type of the plug-in.
3. Remote transmission setting, starting remote transmission function, and setting some parameters in transmission such as IP address, port, time interval of transmission and the like.
After the function of the plug-in is set, the performance of the WEB page can be detected, collected and analyzed through the plug-in.
Referring to fig. 1, the whole WEB page performance detection and collection analysis process includes the following steps:
1. after the user opens the browser, the user inputs a website or clicks a website link, and an HTTP connection request of the browser is triggered.
2. The plug-in installed in the browser starts to detect a series of HTTP request and response information of the browser and browser page rendering information.
3. A plug-in installed in the browser will loop through the capture browser window open and reload events.
4. And the plug-in installed in the browser respectively matches the captured webpage and the captured file with the webpage range and the file type according to the previously configured detected webpage range and detected file type: if the matching is matched, the step 5 is carried out, and if the matching is not matched, the step 3 is carried out.
5. And the plug-in stores the resource or event data and the consumed time data which are completely loaded by the browser from the HTTP request sending to the page in the memory.
The step realizes the acquisition of WEB page performance detection data, and the specific data comprises the following steps:
1) a requesting web site, a requesting target host, a requesting method, and time spent establishing a TCP connection.
2) Responding to a state code in HTTP header information, whether compression is enabled, whether caching is enabled, caching time, server type and version information.
3) First screen time and first rendering time.
If the time for completing the display of all the areas of the IE browser 800 × 600 is the first screen time, the total loading time of the actual page may be longer.
4) Request page size, load time.
5) The number, size and loading time of script files, style files and pictures related to the requested page;
the more files, the more requests sent by the page, and the more time for one CPU use and one TCP connection is occupied by each request. The size and the number of the request page and the related files have great influence on the performance of the WEB page, the loading time of the page and the related files is also an important performance index, and the number of DOM elements of the page is also greatly related to the loading speed of the page, so that useless DOM elements are reduced, and the page loading speed can be greatly increased.
6) Number of page DOM elements.
In addition, local IP addresses, the names and the version information of browsers are collected.
6. After data acquisition is finished, judging whether the acquired data is remotely transmitted or not by the plug-in according to a remote transmission setting requirement, if the plug-in is set to start remote transmission, directly sending the website performance detection data stored in the memory to a specified target address by the plug-in a JSON format text; if the plug-in does not start remote transmission, the plug-in carries out the subsequent steps of data analysis and report generation.
7. The plug-in judges whether the report generation interval time is met or not according to the previous related settings about the report, namely whether the report generation interval time is more than or equal to the previous report generation interval time or not; if yes, turning to the step 3; if yes, the procedure goes to step 8.
8. And the plug-in analyzes the collected WEB page performance detection data according to the related settings of the report, generates a report file and completes the WEB page performance detection, collection and analysis at this time.
9. Monitoring a browser event by the plug-in, judging whether the browser is closed, and if not, continuing to perform WEB page performance detection and acquisition analysis in the step 3; and if the WEB page is closed, the WEB page performance detection, acquisition and analysis are finished.
Therefore, when the plug-in provided by the invention is implemented, the performance data of the related website can be analyzed and summarized periodically to generate a corresponding report file, and the detection data stored in the memory is emptied; if remote transmission is started, the plug-in will not generate report files locally, but only convert the acquired browser performance detection data into a text in JSON format and directly send the text to a specified target address.
The foregoing shows and describes the general principles, essential features, and advantages of the invention. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (1)

1. A WEB page performance detection, collection and analysis device based on a browser comprises a plug-in, wherein the plug-in is arranged in a user browser,
the plug-in comprises three modules of performance detection, report form and remote transmission;
the performance detection module is responsible for detecting various functions of the WEB page and collecting network requests, response information and detected data generated by the page, and specifically comprises the following steps: the plug-in intercepts requests sent by a user for browsing a webpage and network data packets returned from a server by calling a corresponding interface of a browser, so that the time of a plurality of request and response intervals is calculated, the requests and response data are processed and analyzed, a request website, a request target host and a request method are obtained, the time spent on establishing TCP connection, a state code in HTTP header information in the response data, compression algorithm data, cache time, data length, server type and version information are obtained; the performance detection module of the plug-in also needs to collect first rendering time and first screen time, the first rendering time is obtained by calculating the starting time of a rendering engine of the browser, the plug-in adds a section of script before the browser loads a webpage, monitors an onload event of the page, and obtains the first screen time according to the difference between the page starting request time and the onload event, wherein the first rendering time detected by the plug-in is the time for staying in an original page before a user clicks a page link to jump to a new page; the first screen time refers to the time required for filling the upper area of the browser window; obtaining the sizes and loading time of all files related to the page through analyzing the data packet, and counting the number of loaded pictures, styles and script files; after the page is loaded, the plug-in counts page Dom elements by calling the JS script to obtain the number of DOM elements;
the report module is responsible for generating a report file after analyzing and processing the collected data, and specifically comprises the following steps: the collected data are analyzed in a timing mode and processed according to various different categories to generate corresponding statistical reports;
the remote transmission module is responsible for directly sending the collected data to a specified target address; the remote transmission module has priority higher than that of the report module, if the remote transmission function is started, the report module fails, and the plug-in cannot generate a report file locally from the collected data;
the plug-in is also provided with a corresponding plug-in configuration module, and the corresponding plug-in configuration module comprises the following configuration units:
(1) a report setting unit;
the report function of the plug-in can be set through the report setting unit, and the report setting method specifically comprises the following function settings: whether to generate a report, the time interval of report generation, the target position of report generation, whether to generate a website performance ranking report, the format of the generated report and the report storage time, wherein the default is to start the generated report; meanwhile, the report forms are divided into HTML and PDF formats, and the default format is the HTML format; the plug-in can automatically generate corresponding report information to the specified directory at regular time through the report setting unit;
for the website performance ranking report, the plug-in does not generate the website performance ranking report by default, if the report setting unit is set to generate, the plug-in analyzes and summarizes a plurality of website performance data browsed by a user within a certain time, and generates a plurality of different website performance ranking reports according to a plurality of performance indexes, wherein the report storage time is divided into 1 day, 1 week, 1 month and one week, the plug-in deletes the report file according to the report file creation time if the report file is not set to be permanently stored, so that precious disk space is saved;
(2) detecting a website setting unit;
the range and the content of data detection of the performance detection module of the plug-in can be set through the detection website setting unit, and the method specifically comprises the following function settings: detecting the setting of a webpage range and detecting the type of a file;
the detection webpage range is in a list form, and a user can set a plurality of webpages with fully matched or partially matched names; detecting the file type comprises detecting only webpage information;
(3) a remote transmission setting unit;
the remote data transmission function of the remote transmission module in the plug-in can be set through the remote transmission setting unit, and the remote data transmission function setting method specifically comprises the following function settings: whether remote transmission is enabled, IP address of remote transmission, port and time interval of remote transmission are enabled, and default remote transmission is not enabled; after the remote transmission setting unit completes the remote data transmission function setting of the plug-in, the plug-in sends the data detected by the network station performance in the interval time to the target address in a text of JSON format through HTTP protocol, if the data can not be connected to the directory address in a certain time, the plug-in automatically forbids remote transmission;
when the plug-in is actually used, related website developers can set up a server system to receive data remotely transmitted by the plug-in, and the server system integrates the data sent by the plug-ins of the client browsers, counts and summarizes the data and generates a report.
CN201310746768.9A 2013-12-30 2013-12-30 WEB page performance detection, acquisition and analysis plug-in and method based on browser Active CN104750471B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310746768.9A CN104750471B (en) 2013-12-30 2013-12-30 WEB page performance detection, acquisition and analysis plug-in and method based on browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310746768.9A CN104750471B (en) 2013-12-30 2013-12-30 WEB page performance detection, acquisition and analysis plug-in and method based on browser

Publications (2)

Publication Number Publication Date
CN104750471A CN104750471A (en) 2015-07-01
CN104750471B true CN104750471B (en) 2020-05-05

Family

ID=53590227

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310746768.9A Active CN104750471B (en) 2013-12-30 2013-12-30 WEB page performance detection, acquisition and analysis plug-in and method based on browser

Country Status (1)

Country Link
CN (1) CN104750471B (en)

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105045700A (en) * 2015-07-08 2015-11-11 国网辽宁省电力有限公司信息通信分公司 Method for monitoring user experience index of application system in real time
CN106406842A (en) * 2015-08-03 2017-02-15 天脉聚源(北京)科技有限公司 A method and a system for displaying histograms on webpages
CN105306295B (en) * 2015-10-20 2018-04-27 浪潮软件集团有限公司 Network speed detection method and device
CN105760284A (en) * 2016-02-01 2016-07-13 广州酷狗计算机科技有限公司 Website performance monitoring method and device
CN107436843A (en) * 2016-05-27 2017-12-05 北京京东尚科信息技术有限公司 Webpage performance test methods and device
CN106502902B (en) * 2016-10-25 2019-03-22 中国工商银行股份有限公司 Web page operational efficiency monitoring method and device
CN108228193A (en) * 2016-12-14 2018-06-29 北京国双科技有限公司 Data capture method and device
CN108205760A (en) * 2016-12-16 2018-06-26 优视科技有限公司 Method, plug-in unit and the browser that advertisement is launched
CN108334429A (en) * 2017-01-19 2018-07-27 阿里巴巴集团控股有限公司 Method, apparatus and system for investigating front end page problem
CN106777362A (en) * 2017-01-19 2017-05-31 杭州云灵科技有限公司 A kind of information collecting method of the html pages
CN106897215A (en) * 2017-01-20 2017-06-27 华南理工大学 A kind of method gathered based on WebView webpages loading performance and user behavior flow data
CN107483622A (en) * 2017-09-06 2017-12-15 广州供电局有限公司 Browser operation behavioral data acquisition method based on component
CN107678932A (en) * 2017-09-29 2018-02-09 浪潮软件集团有限公司 Application performance analysis method and device
CN108334619A (en) * 2018-02-07 2018-07-27 政采云有限公司 A kind of collecting method, device, computing device and storage medium
CN110198324B (en) * 2018-02-26 2021-12-14 腾讯科技(深圳)有限公司 Data monitoring method and device, browser and terminal
CN109828928A (en) * 2019-02-15 2019-05-31 广东电网有限责任公司 A kind of webpage defect rapid detection method and system
CN110471887A (en) * 2019-07-29 2019-11-19 深圳数位传媒科技有限公司 A kind of method and device obtaining web page contents rendering file
CN111459792A (en) * 2020-02-24 2020-07-28 平安科技(深圳)有限公司 WEB front-end performance monitoring method and device, electronic equipment and storage medium
CN111898036B (en) * 2020-06-24 2023-10-20 方欣科技有限公司 Behavior data collecting and processing system and method
CN114780164B (en) * 2022-02-28 2023-04-25 深圳开源互联网安全技术有限公司 Method and system for screening webpage information based on browser plug-in
CN114936192B (en) * 2022-07-19 2022-10-28 成都新橙北斗智联有限公司 Method and system for dynamic compression confusion and bidirectional caching of files
CN116991408B (en) * 2023-09-26 2023-12-12 南京新桐数字科技有限公司 Dynamic station building method and system based on generation type AI
CN117951414A (en) * 2024-03-27 2024-04-30 杭州玳数科技有限公司 Method and system for detecting webpage performance

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1760830A (en) * 2004-10-14 2006-04-19 国际商业机器公司 Method and system for programmatically generating synthetic transactions to monitor performance and availability of a WEB application
CN101635655A (en) * 2008-07-25 2010-01-27 阿里巴巴集团控股有限公司 Method, device and system for page performance test
CN103067214A (en) * 2011-10-19 2013-04-24 阿里巴巴集团控股有限公司 Method, client, server and system used for testing web site performance

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070083630A1 (en) * 2005-09-27 2007-04-12 Bea Systems, Inc. System and method for performance testing framework
US7797200B2 (en) * 2005-12-20 2010-09-14 At&T Intellectual Property I, L.P. Methods, systems, and computer program products for providing website management services
CN101917286B (en) * 2010-07-30 2013-01-02 上海普元信息技术股份有限公司 Web performance analysis system and method for realizing cross-browser in internet application system
CN104461855B (en) * 2013-09-22 2019-03-26 腾讯科技(北京)有限公司 A kind of Web automated testing method, system and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1760830A (en) * 2004-10-14 2006-04-19 国际商业机器公司 Method and system for programmatically generating synthetic transactions to monitor performance and availability of a WEB application
CN101635655A (en) * 2008-07-25 2010-01-27 阿里巴巴集团控股有限公司 Method, device and system for page performance test
CN103067214A (en) * 2011-10-19 2013-04-24 阿里巴巴集团控股有限公司 Method, client, server and system used for testing web site performance

Also Published As

Publication number Publication date
CN104750471A (en) 2015-07-01

Similar Documents

Publication Publication Date Title
CN104750471B (en) WEB page performance detection, acquisition and analysis plug-in and method based on browser
AU2017206281B2 (en) System and method for improving access to search results
CN106294648B (en) Processing method and device for page access path
US9792365B2 (en) Method and system for tracking and gathering multivariate testing data
US20180246862A1 (en) Methods for prerendering and methods for managing and configuring prerendering operations
CN1949259B (en) Method for collecting click information of web page by embedding code in web page
US9015348B2 (en) Dynamically selecting between acceleration techniques based on content request attributes
US20100287152A1 (en) System, method and computer readable medium for web crawling
CN107341395B (en) Method for intercepting reptiles
CN102361484A (en) Passive network performance measuring system and page identification method thereof
US11443099B2 (en) Time-dependent machine-generated hinting
Mardani et al. Fawkes: Faster Mobile Page Loads via {App-Inspired} Static Templating
US8887239B1 (en) Access to network content
WO2012119496A1 (en) Pre-reading method and equipment
CN108124014B (en) Method for intelligently preventing third-party Cookie tracking of browser
JP5860389B2 (en) Web browsing history acquisition system and method, proxy server, and Web browsing history acquisition program
JP6787846B2 (en) Suspected location estimation device and suspected location estimation method
CN113904964B (en) Website front-end performance monitoring method and device, electronic equipment and medium
JP5851251B2 (en) Communication packet storage device
CN118296269A (en) User stay time determining method, terminal equipment and server
JP5993819B2 (en) Web communication structure analyzing apparatus and method
CN103780701A (en) Method and device for monitoring browser
Sivakumar Scalable Redundant Proxy Execution for Low-Latency Web Over Cellular Networks

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 200436 Room 601, Lane 299, Lane 299, JIANGCHANG West Road, Jingan District, Shanghai

Applicant after: Geer software Limited by Share Ltd

Address before: 200070 B, 501E, 199 JIANGCHANG West Road, Zhabei District, Shanghai.

Applicant before: Geer Software Co., Ltd., Shanghai

GR01 Patent grant
GR01 Patent grant