CN103777939A - Method for measuring webpage first screen time - Google Patents

Method for measuring webpage first screen time Download PDF

Info

Publication number
CN103777939A
CN103777939A CN201310085482.0A CN201310085482A CN103777939A CN 103777939 A CN103777939 A CN 103777939A CN 201310085482 A CN201310085482 A CN 201310085482A CN 103777939 A CN103777939 A CN 103777939A
Authority
CN
China
Prior art keywords
screen
page
height
event
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.)
Granted
Application number
CN201310085482.0A
Other languages
Chinese (zh)
Other versions
CN103777939B (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.)
Beijing keynote Network Inc.
Original Assignee
NETWORKBENCH SYSTEMS CORP
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 NETWORKBENCH SYSTEMS CORP filed Critical NETWORKBENCH SYSTEMS CORP
Priority to CN201310085482.0A priority Critical patent/CN103777939B/en
Publication of CN103777939A publication Critical patent/CN103777939A/en
Application granted granted Critical
Publication of CN103777939B publication Critical patent/CN103777939B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method for computing webpage first screen time based on a render engine event. The method comprises the steps that a render event of a render engine of a browser is captured through a specific method, current status information of a webpage is obtained in the render event through a DOM method, the step is continuously executed if the webpage status is not smaller than the special status, and capture is executed again if the webpage status is smaller than the special status; the actual height of the webpage is obtained in the render event of the browser through the DOM method, the step is continuously executed if the actual height of the webpage is not smaller than the height of a first screen area, and capture is executed again if the actual height of the webpage is smaller than the height of the first screen area; the range of the current render area is obtained in the render event of the browser, the step is continuously executed if the current render area is within the first screen range, and capture is executed again if the current render area is not within the first screen range; a screen image of the current webpage is obtained, whether a webpage first screen is filled or not is judged according to the screen image, if not, the render event of the render engine continues to be monitored, and if yes, the time value of the first screen is recorded, and capture of the render event of the render engine of the browser is stopped.

Description

A kind of webpage method of first screen time of measuring
Technical field
The invention belongs to automatic test field, particularly, the present invention relates to a kind of webpage method of first screen time of measuring, it can be applied in the automatic test or performance monitoring of browser renders engine, page load performance.
Background technology
The access of user to website is that the webpage obtaining based on browser is realized.Conventionally,, after a complete loaded of Website page, from a screen to tens screens not etc., it is long a lot of that total load time is shielded the content load time than head to total page height.Experience angle from user, the first screen time is the important factors of experience of user to a website loading performance.In the time that the page is full of first screen region, concerning user, just can see content and click, the operation such as rolling, and needn't wait until all loadeds of all the elements.Therefore,, from user initiates access, to first screen content loaded during this period of time, experience most important for user.Conventionally, the full frame region of viewed website device being full of to the required time is called the first screen time.For website in access process and some local parameters are weighed, conventionally need to measure the head screen time.
Page performance monitoring is based on browser application process (IE, firefox, chrome etc.), and a series of performance tests of carrying out for the page combine the performance index of network layer, session layer, application layer; Page performance monitoring is the basic means that browser behavior is carried out characterization, indices is quantized.
Render engine is responsible for representing content (as HTML, XML, picture etc.) and organize your messages (as CSS, html tag etc.) in browser software, and content formatting is exported.First render engine obtains the content of asked document by network, then by resolving html, build dom tree, build render tree, layout render tree, draw render and set several steps and complete representing of content of pages.Experience in order to obtain better user, this process progressively completes, and browser renders engine can as far as possible early be presented to content on screen, can't wait until that all html go to build and layout render tree after being parsed again.Render engine has been resolved a part of content and has just been shown a part of content, meanwhile, is also downloading all the other contents by network.For user, the page is not to be disposablely all shown on screen, but loads in batches and show, in the time that the page is full of first screen region, user just can browsing content and click, rolling etc. operated.Automatic test and monitoring of software, in order to obtain the browser performance index of first screen time, need in real time and monitor accurately the render process of browser renders engine.
The usual method that prior art addresses the above problem is the screen picture that adopts the timer timing acquisition page, then pixel comparison is carried out in point by point scanning line by line, in the time that pixel color numerical value is not equal to white background color, accumulative total is not equal to the pixel quantity of white background color, compare the pixel color of key point on the page simultaneously, comprehensively judge by above condition whether the first screen of the page is filled.
Said method has following shortcoming: (1) the method is the triggering based on timer, and in windows system, timer full accuracy is 55ms, has certain error in measuring accuracy; (2) operation of obtaining screen picture consume internal memory and CPU many, high-frequency obtain screen picture can affect on the lower machine of hardware configuration the performance of browser process, introduce to monitor and cause measurement result and actually have a larger deviation; (3) in addition, the method is not considered the impact of page layout background look, User Defined windows appearance color, and the measurement result producing on the special page of part may be inconsistent with the observations of user's naked eyes.(4) page of part website, due to the needs of typesetting, content, comprises a large amount of blank just near the first screen of page height, and the actual first screen time, while arrival, software thought that first screen region is not perhaps full of in still not having completely.
Summary of the invention
In view of the above problems, the object of this invention is to provide a kind of low consumption, high-level efficiency, high time precision, high vision compatibility for measuring the page performance Index Calculation method of first screen time.
In order to solve the problems of the technologies described above, the present invention proposes the computing method of a kind of first screen time of the page based on render engine event, as shown in Figure 1, comprise step:
(1) by the event of playing up of certain ad hoc approach seizure browser renders engine;
(2) in browser renders event, obtain the current state information of the page by DOM method, in the time that page status is not less than particular state, continues step (3), otherwise do not carry out any judgement;
(3) in browser renders event, obtain page true altitude by DOM method, in the time that page true altitude is not less than the height in first screen region, continues step (4), otherwise do not carry out any judgement;
(4) in browser renders event, obtain the current scope of playing up region, play up region if current within head shields scope time, continue step (5), otherwise do not carry out any judgement;
(5) obtain the screen picture of current page;
(6) judge according to screen picture whether the first screen of the page is filled, if the underfill of first screen, the event of playing up of render engine is monitored in continuation; When the first screen of the page is filled, record first screen time numerical value, stop catching the event of playing up of browser renders engine.
In wherein said step (1), ad hoc approach refers to that dissimilar browser is because framework is different with implementation method, and catching the event of playing up has different implementation methods, and technological means depends on the framework of realizing of browser.
In described step (2), particular state refers to that W3C organizes the state LOADING in the state constant table defining, list of references " http://www.w3.org/TR/XMLHttpRequest/ ".
Described step (6) has realized the concrete logic that judges that the first screen time arrives, and as shown in Figure 2, comprises the steps:
(61) adjust the first height of foundation that shields region of judgement;
(62) obtain the primary colours list that first screen judges, comprising pure white, User Defined windows appearance color, multiple key point coordinate color;
(63) near near pixel circulation page height of foundation and key point, makes each pixel compare with primary colours list, and in the time that in pixel value and primary colours list, color is not all mated, accumulated pixel is counted;
(64) count while being greater than specific threshold when accumulated pixel, think that the first screen of the page is filled.
Described step also comprises in (61): screen height headed by acquiescence height of foundation, in the time being blank just near height of foundation, height of foundation moves down specific pixel, and mobile total drift amount can not exceed maximum magnitude, if exceeded, roll back to first screen height, as shown in Figure 3.
In described step (62), defined background colour and key point coordinate information, the selection rule of key point be in screen upper left, left, left and right, a middle left side, center, the middle right side, bottom left, lower, 9 key points of bottom right, as shown in Figure 4.
The oblique latticed sparsely scanning algorithm of rhombus is taked in circulation in described step (63), and grid interval is determined according to page font pixel value, saved sweep time, as shown in Figure 5 as far as possible.
Measuring method of the present invention is by the event-driven of playing up of browser renders engine, measuring accuracy and efficiency are improved, and by obtain the current state information of the page and page true altitude, scope by DOM method in browser renders event, improve measurement efficiency; By in the time that the head that judges screen picture shields state, dynamic height of foundation, multipoint acquisition background colour and key point information and the oblique latticed sparsely scanning algorithm of employing rhombus of adjusting first screen Rule of judgment, has improved vision compatibility and has measured efficiency.
Accompanying drawing explanation
Fig. 1 is of the present invention for measuring the process flow diagram of method of first screen time of webpage.
Fig. 2 is the present invention judges first screen state step schematic diagram by image.
Fig. 3 is the schematic diagram of the height of foundation dynamic fluctuation in the present invention.
Fig. 4 is the schematic diagram that the present invention chooses key point.
Fig. 5 is the schematic diagram of the oblique latticed sparsely scanning result of rhombus of the present invention.
Embodiment
Below in conjunction with accompanying drawing, method of the present invention is elaborated.
The invention provides a kind of low consumption, high-level efficiency, high time precision, high vision compatibility for measuring the page performance Index Calculation method of first screen time, the head that the present invention is applicable to current all main flow browsers shields the calculating of time performance index, comprising IE, firefox, chrome, safari, opera browser, below in conjunction with accompanying drawing, the present invention is described in further detail.
In the present invention, Survey Software appends to browser process or with host's form, browser control part is loaded into Survey Software process with the form of extension.
Step (1) catches the event of playing up of browser renders engine by certain ad hoc approach.
In the time using IE browser as measurement target, first process of measurement is loaded into IE control to measure in-processly as host, then utilizes the message processing function of the utilization process of measurement inside of SubClassing window to take over the message processing function of IE control.In the time that browser renders engine notification screen is drawn, Windows sends WM_PAINT drawing message can to the message processing function of IE control, now because process of measurement has been taken over message processing function, WM_PAINT drawing message can be forwarded to the message processing function of process of measurement inside, first inner message processing function calls the message processing function of former IE control and realizes real mapping operation, and then invocation step (2) judges and processes playing up event.
In the time using Firefox browser as measurement target, content of pages excites corresponding event after being drawn at every turn, and this event is called MozAfterPaint, is excited by document object, and bubbling is always to window object.First the form using process of measurement as extension appends to Firefox browser inside, then utilize code window.addEventListener (" MozAfterPaint ", onAfterPaint, false) event of playing up of registration Firefox browser.When browser renders engine completes after actual mapping operation, browser can send the onAfterPaint function of MozAfterPaint message to process of measurement, process of measurement invocation step 2) judge and process playing up event.
Step (2) is obtained the current state information of the page in browser renders event by obtaining browser ReadyState method, in the time that page status is not less than LOADING, continue step (3), otherwise do not carry out any judgement, directly return to step (1).
Step (3) is obtained page true altitude by the scrollHeight attribute that obtains page documents in browser renders event, in the time that page true altitude is not less than the height in first screen region, continue step (4), otherwise do not carry out any judgement, directly return to step (1).
Step (4) is obtained the current scope of playing up region in browser renders event, plays up region within head shields scope time if current, continues step (5), otherwise does not carry out any judgement, directly returns to step (1).
In the time using IE browser as measurement target, in the time that Window detects need to draw in the capped place of window, it can send a WM_PAINT message to user program, and message has comprised the region that needs are drawn, and then decides the content of how to draw this scope by user program.Window procedure is received after WM_PAINT message, do not represent that whole client area all needs to be refreshed, likely capped region, client area only has a fritter, this region is called " inactive area ", the second parameter of windows api function BeginPaint function is the buffer zone address of a pictorial information structure, windows can return to pictorial information structure here, position and the size of inactive area in structure, are comprised, by calling BeginPaint function, can obtain the current scope of playing up region.
In the time using Firefox browser as measurement target, MozAfterPaint event provides two attribute: clientRects and boundingClientRect, these two attributes are used for showing that what scope is repainted, and use getClientRects and two methods of getBoundingClientRect to obtain the coordinate range of drawing.
Step (5) is obtained the screen picture of current page: in the time making recruitment E browser as measurement target, use OleDraw function to obtain the screen picture of IE control.
In the time using Firefox browser as measurement target, use the canvas characteristic of HTML5 to obtain the screen picture of Firefox.
Step (6) judges according to screen picture whether the first screen of the page is filled, if the underfill of first screen, the event of playing up of render engine is monitored in continuation.
Obtain after screen picture, first adjust the height of foundation in the first screen of judgement region, screen height headed by acquiescence height of foundation, when last time carried out first screen judgement but while finding that first screen is filled, height of foundation moves down 20 pixels, mobile total drift amount can not exceed 100 pixels, if exceeded, rolls back to first screen height, as shown in Figure 3.
Obtain the primary colours list of first screen judgement, comprising pure white, User Defined windows appearance color, screen upper left, left, left and right, a middle left side, center, the middle right side, bottom left, lower, 9 key point colors of bottom right, as shown in Figure 4.
Take near near the pixel oblique latticed sparsely scanning algorithm circulation page height of foundation of rhombus and key point, each pixel is compared with primary colours list, in the time that in pixel value and primary colours list, color is not all mated, accumulated pixel is counted, as shown in Figure 5, count while being greater than specific threshold when accumulated pixel, think that the first screen of the page is filled.
When the first screen of the page is filled, record first screen time numerical value, stop catching the event of playing up of browser renders engine.
Measuring method of the present invention is by the event-driven of playing up of browser renders engine, measuring accuracy and efficiency are improved, and by obtain the current state information of the page and page true altitude, scope by DOM method in browser renders event, improve measurement efficiency; By in the time that the head that judges screen picture shields state, dynamic height of foundation, multipoint acquisition background colour and key point information and the oblique latticed sparsely scanning algorithm of employing rhombus of adjusting first screen Rule of judgment, has improved vision compatibility and has measured efficiency.
Above content is only preferred embodiment of the present invention, to those skilled in the art, according to thought of the present utility model, in specific implementation and range of application, can carry out change to a certain degree to it, the content of this instructions should not be construed as limitation of the present invention.

Claims (7)

1. measure the webpage method of first screen time, comprise the steps:
(1), based on current browser, adopt the event of playing up of the method seizure browser renders engine that is suitable for current browser;
(2) in browser renders event, obtain the current state information of the page by DOM method, in the time that page status is not less than particular state, continues step (3), otherwise do not carry out any judgement, return to step (1);
(3) in browser renders event, obtain page true altitude by DOM method, in the time that page true altitude is not less than the height in first screen region, continues step (4), otherwise do not carry out any judgement, return to step (1);
(4) in browser renders event, obtain the current scope of playing up region, play up region if current within head shields scope time, continue step (5), otherwise do not carry out any judgement, return to step (1);
(5) obtain the screen picture of current page;
(6) judge page status according to screen picture, determine whether first screen is filled, and shields underfill if first, continues to monitor the event of playing up of render engine; When the first screen of the page is filled, record first screen time numerical value, stop catching the event of playing up of browser renders engine.
2. the method for claim 1, wherein the described particular state in step (2) refers to the LOADING in the state constant table of W3C tissue definition.
3. the method for claim 1, wherein, judge page status in step (6) time, dynamically adjust the height of foundation of first screen Rule of judgment, multipoint acquisition background colour and key point information, and adopt near near the pixel oblique latticed sparsely scanning algorithm circulation page height of foundation of rhombus and key point.
4. the method for claim 1, wherein step (6) further comprises:
(61) adjust the first height of foundation that shields region of judgement;
(62) obtain the primary colours list that first screen judges, comprising pure white, User Defined windows appearance color, multiple key point coordinate color;
(63) near near pixel circulation page height of foundation and key point, makes each pixel compare with primary colours list, and in the time that in pixel value and primary colours list, color is not all mated, accumulated pixel is counted;
(64) count while being greater than specific threshold when accumulated pixel, confirm that the first screen of the page is filled.
5. method as claimed in claim 3, wherein, described step also comprises in (61): screen height headed by acquiescence height of foundation, in the time being blank just near height of foundation, height of foundation moves down specific pixel, mobile total drift amount can not exceed maximum magnitude, if exceeded, rolls back to first screen height.
6. method as claimed in claim 3, wherein, in described step (62), defined background colour and key point coordinate information, the selection rule of key point be in screen upper left, left, left and right, a middle left side, center, the middle right side, bottom left, lower, 9 key points of bottom right.
7. method as claimed in claim 3, wherein, the oblique latticed sparsely scanning algorithm of rhombus is taked in the circulation in described step (63), and grid interval is determined according to page font pixel value.
CN201310085482.0A 2013-03-18 2013-03-18 A kind of method for measuring initial screen time of webpage Active CN103777939B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310085482.0A CN103777939B (en) 2013-03-18 2013-03-18 A kind of method for measuring initial screen time of webpage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310085482.0A CN103777939B (en) 2013-03-18 2013-03-18 A kind of method for measuring initial screen time of webpage

Publications (2)

Publication Number Publication Date
CN103777939A true CN103777939A (en) 2014-05-07
CN103777939B CN103777939B (en) 2017-07-04

Family

ID=50570223

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310085482.0A Active CN103777939B (en) 2013-03-18 2013-03-18 A kind of method for measuring initial screen time of webpage

Country Status (1)

Country Link
CN (1) CN103777939B (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104394026A (en) * 2014-10-08 2015-03-04 百度在线网络技术(北京)有限公司 Method and device for measuring webpage load time
CN104899336A (en) * 2015-07-01 2015-09-09 北京博睿宏远科技发展有限公司 Method for measuring full rendering time of front page of webpage
CN105760284A (en) * 2016-02-01 2016-07-13 广州酷狗计算机科技有限公司 Website performance monitoring method and device
CN106612198A (en) * 2015-10-26 2017-05-03 中国移动通信集团公司 Quality-of-service test index test method and quality-of-service test index test device
CN108322359A (en) * 2018-01-08 2018-07-24 阿里巴巴集团控股有限公司 A kind of acquisition methods and device of page initial screen time
CN108984384A (en) * 2017-06-01 2018-12-11 中国电信股份有限公司 Webpage head screen time-delay measuring method, device and system
CN109656645A (en) * 2017-10-11 2019-04-19 阿里巴巴集团控股有限公司 Presentation time determines the determination method and device of method and page rendering deadline
CN110198324A (en) * 2018-02-26 2019-09-03 腾讯科技(深圳)有限公司 Data monitoring method, device, browser and terminal
CN110209978A (en) * 2019-01-28 2019-09-06 腾讯科技(深圳)有限公司 A kind of data processing method and relevant apparatus
CN110781063A (en) * 2019-10-25 2020-02-11 北京博睿宏远数据科技股份有限公司 Method, device and equipment for measuring first screen time of webpage and storage medium
CN111061633A (en) * 2019-12-05 2020-04-24 北京达佳互联信息技术有限公司 Method, device, terminal and medium for detecting first screen time of webpage
CN111124530A (en) * 2019-11-25 2020-05-08 北京博睿宏远数据科技股份有限公司 Method and device for calculating first rendering time of browser, browser and storage medium
CN111258877A (en) * 2018-11-30 2020-06-09 阿里巴巴集团控股有限公司 Method and device for detecting visible time of first screen page and electronic equipment
CN112163175A (en) * 2020-10-14 2021-01-01 南京焦点领动云计算技术有限公司 Speed optimization method for website mobile terminal
CN112417330A (en) * 2019-08-23 2021-02-26 腾讯科技(深圳)有限公司 Page loading method, device, equipment and storage medium
CN112669404A (en) * 2020-12-28 2021-04-16 北京达佳互联信息技术有限公司 Image processing method and device, electronic equipment and storage medium
DE202022101830U1 (en) 2022-04-05 2022-05-18 Iftikar Ahmed Wearable medical device for monitoring screen time with Internet of Things sensor
CN117076813A (en) * 2023-10-18 2023-11-17 中国电子科技集团公司第十五研究所 Front-end browser rendering method and device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101046888A (en) * 2006-03-30 2007-10-03 株式会社东芝 Rendering apparatus and method, and shape data generation apparatus and method
CN102479151A (en) * 2010-11-26 2012-05-30 腾讯科技(深圳)有限公司 Testing method and device of webpage access speed
CN102760133A (en) * 2011-04-28 2012-10-31 腾讯科技(深圳)有限公司 Webpage loading method, webpage loading system, browser, terminal and server
CN102902799A (en) * 2012-10-12 2013-01-30 中科方德软件有限公司 Browser page display method and device based on WebKit

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101046888A (en) * 2006-03-30 2007-10-03 株式会社东芝 Rendering apparatus and method, and shape data generation apparatus and method
CN102479151A (en) * 2010-11-26 2012-05-30 腾讯科技(深圳)有限公司 Testing method and device of webpage access speed
CN102760133A (en) * 2011-04-28 2012-10-31 腾讯科技(深圳)有限公司 Webpage loading method, webpage loading system, browser, terminal and server
CN102902799A (en) * 2012-10-12 2013-01-30 中科方德软件有限公司 Browser page display method and device based on WebKit

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104394026B (en) * 2014-10-08 2019-02-15 百度在线网络技术(北京)有限公司 The measurement method and device of web page loading time
CN104394026A (en) * 2014-10-08 2015-03-04 百度在线网络技术(北京)有限公司 Method and device for measuring webpage load time
CN104899336A (en) * 2015-07-01 2015-09-09 北京博睿宏远科技发展有限公司 Method for measuring full rendering time of front page of webpage
CN104899336B (en) * 2015-07-01 2018-05-22 北京博睿宏远数据科技股份有限公司 It is a kind of to measure the first method for shielding complete render time of webpage
CN106612198A (en) * 2015-10-26 2017-05-03 中国移动通信集团公司 Quality-of-service test index test method and quality-of-service test index test device
CN106612198B (en) * 2015-10-26 2019-08-13 中国移动通信集团公司 A kind of test method and device of measure of the quality of service index
CN105760284A (en) * 2016-02-01 2016-07-13 广州酷狗计算机科技有限公司 Website performance monitoring method and device
CN108984384A (en) * 2017-06-01 2018-12-11 中国电信股份有限公司 Webpage head screen time-delay measuring method, device and system
CN109656645A (en) * 2017-10-11 2019-04-19 阿里巴巴集团控股有限公司 Presentation time determines the determination method and device of method and page rendering deadline
CN108322359A (en) * 2018-01-08 2018-07-24 阿里巴巴集团控股有限公司 A kind of acquisition methods and device of page initial screen time
CN110198324B (en) * 2018-02-26 2021-12-14 腾讯科技(深圳)有限公司 Data monitoring method and device, browser and terminal
CN110198324A (en) * 2018-02-26 2019-09-03 腾讯科技(深圳)有限公司 Data monitoring method, device, browser and terminal
CN111258877B (en) * 2018-11-30 2023-05-02 阿里巴巴集团控股有限公司 Method and device for detecting visible time of first screen page and electronic equipment
CN111258877A (en) * 2018-11-30 2020-06-09 阿里巴巴集团控股有限公司 Method and device for detecting visible time of first screen page and electronic equipment
CN110209978B (en) * 2019-01-28 2023-05-16 腾讯科技(深圳)有限公司 Data processing method and related device
CN110209978A (en) * 2019-01-28 2019-09-06 腾讯科技(深圳)有限公司 A kind of data processing method and relevant apparatus
CN112417330A (en) * 2019-08-23 2021-02-26 腾讯科技(深圳)有限公司 Page loading method, device, equipment and storage medium
CN110781063A (en) * 2019-10-25 2020-02-11 北京博睿宏远数据科技股份有限公司 Method, device and equipment for measuring first screen time of webpage and storage medium
CN110781063B (en) * 2019-10-25 2023-12-05 北京博睿宏远数据科技股份有限公司 Method, device, equipment and storage medium for measuring first screen time of web page
CN111124530A (en) * 2019-11-25 2020-05-08 北京博睿宏远数据科技股份有限公司 Method and device for calculating first rendering time of browser, browser and storage medium
CN111061633A (en) * 2019-12-05 2020-04-24 北京达佳互联信息技术有限公司 Method, device, terminal and medium for detecting first screen time of webpage
CN111061633B (en) * 2019-12-05 2024-04-30 北京达佳互联信息技术有限公司 Webpage first screen time detection method, device, terminal and medium
CN112163175A (en) * 2020-10-14 2021-01-01 南京焦点领动云计算技术有限公司 Speed optimization method for website mobile terminal
CN112669404A (en) * 2020-12-28 2021-04-16 北京达佳互联信息技术有限公司 Image processing method and device, electronic equipment and storage medium
CN112669404B (en) * 2020-12-28 2023-11-14 北京达佳互联信息技术有限公司 Image processing method, device, electronic equipment and storage medium
DE202022101830U1 (en) 2022-04-05 2022-05-18 Iftikar Ahmed Wearable medical device for monitoring screen time with Internet of Things sensor
CN117076813A (en) * 2023-10-18 2023-11-17 中国电子科技集团公司第十五研究所 Front-end browser rendering method and device, electronic equipment and storage medium
CN117076813B (en) * 2023-10-18 2024-01-23 中国电子科技集团公司第十五研究所 Front-end browser rendering method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN103777939B (en) 2017-07-04

Similar Documents

Publication Publication Date Title
CN103777939A (en) Method for measuring webpage first screen time
CN103324521A (en) Method for measuring initial screen time of webpage
CN104899336B (en) It is a kind of to measure the first method for shielding complete render time of webpage
CN106503134B (en) Browser jumps to the method for data synchronization and device of application program
CN110717121B (en) Method and device for determining first screen time of page
US20180101295A1 (en) System for displaying elements of a scrollable list
CN110209978B (en) Data processing method and related device
CN110377285A (en) A kind of method, apparatus and computer equipment generating page skeleton screen
CN104881273B (en) A kind of analysis method and terminal device of webpage rendering
CN109684576A (en) Web page resources lazyness loads monitoring method, device, equipment and storage medium
CN110046072A (en) Monitoring method, device, terminal and the readable storage medium storing program for executing of the page
US20230334113A1 (en) Image processing method and apparatus, and computer readable storage medium
CN106161133A (en) The method of testing of a kind of web page loading time and device
CN104166741B (en) Web page browsing analysis and processing method and device
CN105677678B (en) Method and system for determining first screen position of webpage and displaying webpage information
CN109344044A (en) Calculate the method and system of page head screen render time
WO2015180448A1 (en) Method and device for switching playing mode of mobile terminal, storage medium and program
CN111966440A (en) Display control method and device of information flow interface, terminal and storage medium
JP5563703B2 (en) Content distribution apparatus, content distribution method, content distribution program, and terminal program
CN105138311A (en) Method and device for improving graphic drawing efficiency
CN110781427A (en) Method, device, equipment and storage medium for calculating first screen time
CN111767492B (en) Picture loading method and device, computer equipment and storage medium
JP6339550B2 (en) Terminal program, terminal device, and terminal control method
CN108460053A (en) File memory method and device
CN110609729A (en) CMSPWEB-based page monitoring rolling rendering method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: Room 301, 5 Xiaguangli, Chaoyang District, Beijing 100027

Patentee after: Beijing keynote Network Inc.

Address before: Room 1005, room 125, yunrun building, Chaoyang District, Beijing

Patentee before: NETWORKBENCH SYSTEMS Corp.

CP03 Change of name, title or address