CN112131493A - Page first screen time determining method and device, electronic equipment and storage medium - Google Patents

Page first screen time determining method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112131493A
CN112131493A CN202010880650.5A CN202010880650A CN112131493A CN 112131493 A CN112131493 A CN 112131493A CN 202010880650 A CN202010880650 A CN 202010880650A CN 112131493 A CN112131493 A CN 112131493A
Authority
CN
China
Prior art keywords
determining
page
elements
screen
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
CN202010880650.5A
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 CN202010880650.5A priority Critical patent/CN112131493A/en
Publication of CN112131493A publication Critical patent/CN112131493A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention provides a page first screen time determining method, a page first screen time determining device, electronic equipment and a storage medium.

Description

Page first screen time determining method and device, electronic equipment and storage medium
Technical Field
The invention belongs to the field of page loading, and particularly relates to a method and a device for determining page first screen time, electronic equipment and a storage medium.
Background
The definition of the first screen time in the standard of 'test method of broadband rate user internet experience' by the Ministry of industry and communications is as follows: the time consumed by the user to initiate the web browsing operation until the user completely presents the web content by using the screen of the terminal, for example, the device with the screen size of 800x600 pixels, the first screen time refers to the time consumed by the user to initiate the web browsing operation until the display height of the page in the screen of the device reaches 600 pixels and the content is displayed in the area. That is, the user can see when all elements in the region have been loaded. The fast and slow first screen time directly influences the cognition degree of the user on the website, so that the accurate calculation of the first screen time of the page becomes one of important indexes for optimizing page work.
Currently, the first screen time can only be calculated by adopting a performance API (front-end performance monitoring) carried by a browser, the page loading duration is obtained by recording the rendering ending time point and the starting request time point of the page content and calculating the difference between the two time points, and the page loading duration is determined as the first screen time.
However, in most cases, the page content cannot be completely zoomed and displayed in the browsing window, and actually, the page loading duration is longer than the first screen time, and the first screen time cannot be accurately calculated by the above method.
Disclosure of Invention
The invention provides a method and a device for determining the first screen time of a page, electronic equipment and a storage medium, and aims to solve the technical problem that the first screen time cannot be calculated in the prior art.
In a first aspect, an embodiment of the present invention provides a method for determining a first screen time of a page, where the method includes:
receiving a target page returned by the server according to the page request;
determining a first screen visible area and a plurality of elements positioned in the first screen visible area in the target page;
determining the weight corresponding to each of the plurality of elements, wherein the larger the weight is, the longer the loading time of the corresponding target element is
Determining a target element with the largest weight from the plurality of elements;
and determining the first screen time corresponding to the target page according to the loading duration corresponding to the target element.
Optionally, the determining the first screen visible area in the target page includes:
and determining the visible area of the initial screen according to the size of the window for displaying the target page.
Optionally, at least part of the target element is located in the first screen visible area.
Optionally, the determining the weight corresponding to each of the plurality of elements includes:
and determining the weight corresponding to each of the plurality of elements according to the type and the size corresponding to each of the plurality of elements.
Optionally, the determining, according to the type and the size corresponding to each of the plurality of elements, a weight corresponding to each of the plurality of elements includes:
determining a first weight value corresponding to each of the plurality of elements according to the type corresponding to each of the plurality of elements;
determining a second weight value corresponding to each of the plurality of elements according to a product of the size corresponding to each of the plurality of elements and the first weight value;
the target element is an element with the highest second weight value in the plurality of elements.
Optionally, the target element type includes video, picture, text; the type weight of the video is higher than that of the picture and that of the text.
Optionally, the method further comprises:
determining the time for sending the page request as a timing starting point;
determining the time of the target element loading completion as a timing end point;
and determining the difference between the timing end point and the timing start point as the loading duration corresponding to the target element.
In a second aspect, an embodiment of the present invention provides a device for determining a first screen time of a page, including:
the receiving module is used for receiving a target page returned by the server according to the page request;
the first determining module is used for determining a first screen visible area and a plurality of elements positioned in the first screen visible area in the target page;
a second determining module, configured to determine a weight corresponding to each of the plurality of elements, where a larger weight indicates a longer loading time of the corresponding target element
A third determining module, configured to determine a target element with a largest weight from the multiple elements;
and the fourth determining module is used for determining the first screen time corresponding to the target page according to the loading duration corresponding to the target element.
In a third aspect, an embodiment of the present invention provides an electronic device, including a memory and a processor, where the memory stores a computer program that is executable on the processor, and the processor implements the method for determining the first screen time of a page according to the first aspect when executing the computer program.
In a fourth aspect, an embodiment of the present invention provides a computer-readable medium having a non-volatile program code executable by a processor, where the program code causes the processor to execute the method for determining the first screen time of a page according to the first aspect.
The method comprises the steps of firstly receiving a target page returned by a server according to a page request, then determining a first screen visible area in the target page and a plurality of elements positioned in the first screen visible area, firstly determining elements displayed by a first screen, then determining a target element with the largest weight from the elements, namely determining the element with the longest loading time, finally determining the first screen time corresponding to the target page according to the loading time length corresponding to the target element, and realizing the calculation of the first screen time of the target page in a mode of determining the target element with the longest loading time length in the first screen visible area.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention and not to limit the invention. In the drawings:
fig. 1 is a flowchart of a method for determining a first screen time according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method of weight calculation according to an embodiment of the present invention;
FIG. 3 is a flow chart of another method for determining the first screen time according to an embodiment of the present invention;
FIG. 4 is a block diagram of an apparatus for determining the first screen time according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. 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 invention.
The first screen time is the time from the page loading to the device to the page acquisition request, and the user sees the content of the page, currently, the first screen time is calculated mainly by depending on the performance API (front-end performance monitoring) of the browser itself, the page loading time is obtained by recording the rendering end time point and the starting request time point of the page content, and calculating the difference between the two time points, and the page loading time is determined as the first screen time.
However, the first screen time obtained through the performance API is not accurate in most cases, for example: in most cases, the page content cannot be completely zoomed and displayed in the browsing window, and actually, the page loading duration is longer than the first screen time, so that the first screen time cannot be accurately calculated by the above method. For another example: browsers modern browsers are mostly asynchronous when processing resources (video, pictures, text), for example: the browser applies the length and the width of the picture to page typesetting, draws and displays the page typesetting from top to bottom along with the received picture data, and meanwhile, the browser has a limit on the number of TCP (transmission control protocol) connections established between each page and the server, so that not all the pictures can start downloading and displaying at once, the time points of resource starting requests are different, and finally-loaded elements in the first screen of the page and the time for completing loading cannot be accurately judged. Based on this, the embodiment of the present invention first provides a method for determining a first screen time of a page, as shown in fig. 1, where the method includes:
step S101, receiving a target page returned by a server according to a page request;
in this step, the sender of the page request may be a mobile terminal or a PC terminal, and when the user clicks and browses a certain page, the device used by the user sends the page request to the server, and in actual application, the target page returned by the server is generally html text.
Step S102, determining a first screen visible area in the target page and a plurality of elements positioned in the first screen visible area;
in this step, the target page contains a plurality of elements, such as: text, video, or pictures.
In practical applications, in order to take the look and feel experience of the user into consideration, the width of a page is generally scaled to the same size as the width of a display area of the user equipment, but the page is generally longer than the length of the display area of the equipment, so that the concept of first screen time is adopted, that is, the time consumed by the user to initiate a webpage browsing operation until the user completely presents webpage content by using a screen of the terminal is the first screen time. Taking a device with a screen size of 800 × 600 pixels as an example, the first screen time refers to the time consumed from the user initiating a web browsing operation until the display height of the page in the screen of the device reaches 600 pixels and the content is displayed in the area.
The size of the first screen visible area may be determined by the size of the physical display area of the device, or may be set by the user, for example, if the user wants to browse a web page through a small window, the size of the first screen visible area is the same as that of the window.
Step S103, determining the weight corresponding to each of the plurality of elements;
in this step, the larger the weight of an element is, the longer the loading time of the corresponding target element is, and the inventors found different types of elements in the research process, even if the sizes of the elements are different, but the loading time lengths are almost the same, but the loading time lengths are greatly different for different types of elements, so the embodiment of the present invention first determines the weight corresponding to each element to distinguish the loading time lengths of different elements.
Step S104, determining a target element with the maximum weight from the plurality of elements;
the common target element types in practical application comprise videos, pictures and texts, wherein the type weight of the videos is higher than that of the pictures and that of the texts.
And step S105, determining the first screen time corresponding to the target page according to the loading duration corresponding to the target element.
According to the embodiment of the invention, firstly, a plurality of elements in the first screen visible area are determined, then, the element with the largest weight is determined from the plurality of elements as the target element, namely, the element with the longest loading duration in the first screen is screened out, and therefore, the first screen time is determined according to the loading duration corresponding to the target element.
The loading duration may be recorded by using a native tool (e.g., a performance API) in the browser, and the specific recording manner may be determined according to an actual situation.
Since the sizes of the browsing devices used by the user are different, the sizes of the first-screen visible areas may be different, and the number of elements displayed in the first-screen page may also be different, in another embodiment provided by the present invention, a specific implementation manner for determining the size of the first-screen visible area is provided, and in step S102, determining the first-screen visible area in the target page includes:
and determining the visible area of the initial screen according to the size of the window for displaying the target page.
In the embodiment of the invention, the window size for displaying the target page refers to the size of a window used when a user browses the page, and under the condition that the window is full screen, the window size is the size of an equipment display screen of the user; in the case of the zoom mode, the window size may be a size customized by the user.
In practical application, the window size can be determined through front-end tools such as JavaScript, the specific acquisition mode can be determined according to actual conditions, the method and the device provided by the embodiment of the invention fully consider the factors of window size change which can affect the calculation of the first screen time, and the accuracy of the first screen time is further ensured through the determination of the window size and the first screen visible area.
In practical applications, because the size of the visible area of the first screen is different due to user-defined or device size, the elements that can be displayed on the first screen cannot be accurately defined from the viewpoint of page development, so that half of the elements are in the visible area of the first screen and the other half of the elements are in the undisplayed area, based on this, in another embodiment provided by the present invention, the determining the weights corresponding to the plurality of elements in step S103 includes:
and determining the weight corresponding to each of the plurality of elements according to the type and the size corresponding to each of the plurality of elements.
In this step, the type of element may refer to the presentation form of the media content, for example: video, audio, pictures, animation, or text. The size of the element refers to the size of a visible part located in a visible area of a first screen, and in practical application, due to the fact that the sizes of display screens of equipment are different, elements visible in the visible area of the first screen are different in general.
The embodiment of the invention is suitable for the asynchronous loading process in practical application, for example, the loading of picture elements generally applies the length and the width of a picture to page typesetting, and then the picture elements are drawn and displayed from top to bottom along with the received picture data, so that when the first screen time is calculated, the factors to be considered are only the sizes of partial elements positioned in the visible area of the first screen; and because different types of elements have obvious difference in loading time, the type of the element is also considered, and the weight for representing the loading time is further determined according to the type and the size of the element.
The inventor finds that the loading duration of the video is obviously longer than that of the picture, the loading duration of the picture is obviously longer than that of the character, and the loading durations of the elements of the same type and different sizes are not different greatly in the research process, so that the weight of the type factor is preferably set to be larger than that of the large-size factor. Based on this, an embodiment of the present invention further provides an optional calculation manner of weight values, where the weight corresponding to each of the multiple elements is determined according to the type and the size corresponding to each of the multiple elements, as shown in fig. 2, the method includes:
step S201, determining a first weight value corresponding to each of the plurality of elements according to the type corresponding to each of the plurality of elements;
in the embodiment of the present invention, the first weight value refers to an estimated value of a loading duration of an element type, and in actual simulation calculation, since different device models and different network bandwidths are used by users, uploading and downloading speeds are different, so that the concept of the first weight value introduced in the embodiment of the present invention assumes that influence of factors that externally influence the loading speed is not considered, the first weight value of a general video is 3, the first weight value of a picture is 2, and the first weight value of a text is 1.
Step S202, determining a second weight value corresponding to each of the plurality of elements according to the product of the size corresponding to each of the plurality of elements and the first weight value;
in the embodiment of the present invention, considering that the loading durations of the elements with different sizes are different, the second weight values corresponding to the plurality of elements are obtained according to the product of the sizes corresponding to the plurality of elements and the first weight values.
In practical applications, the loading durations of the same type of elements with different sizes are not different greatly, for example, the ratio of the loading duration between a video played in a full screen mode and a video played in a window mode is the same as the ratio of the full screen size to the window size, so that the embodiment of the present invention determines the second weight value used for representing the loading duration in a manner of multiplying the size by the first weight value, and the larger the second weight value is, the larger the loading duration of the element is.
In step S203, the target element is an element with the highest second weight value among the plurality of elements.
In the embodiment of the present invention, the target element with the longest loading duration is determined according to the size of the second weight value, that is, the element with the longest loading duration in the first screen visible area may be determined, and in practical application, the loading duration corresponding to the target element may be directly determined as the first screen time, or the first screen time is determined according to the loading duration corresponding to the target element by integrating the device factors or the element rendering time, which is not specifically limited in the embodiment of the present invention.
In another embodiment provided by the present invention, a specific determination method of a loading duration is provided, as shown in fig. 3, including:
step S301, determining the time for sending the page request as a timing starting point;
step S302, determining the time of the target element loading completion as a timing end point;
step S303, determining that a difference between the timing end point and the timing start point is a loading duration corresponding to the target element.
In the embodiment of the present invention, when a user browses a page using a terminal, when the terminal sends a page request to a server, a time at which the page is currently sent is recorded as a timing start point, then a time at which a target element is loaded is taken as a timing end point, and a difference between the timing end point and the timing start point is calculated to obtain a loading duration.
In another embodiment of the present invention, there is further provided a device for determining a first screen time of a page, as shown in fig. 4, including:
the receiving module 01 is used for receiving a target page returned by the server according to the page request;
a first determining module 02, configured to determine an initial screen visible area and multiple elements located in the initial screen visible area in the target page;
a second determining module 03, configured to determine weights corresponding to the multiple elements, where a larger weight indicates a longer loading time of the corresponding target element
A third determining module 04, configured to determine, from the multiple elements, a target element with a largest weight;
and a fourth determining module 05, configured to determine, according to the loading duration corresponding to the target element, the first screen time corresponding to the target page.
In still another embodiment of the present invention, there is also provided an electronic apparatus including: the system comprises a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory complete mutual communication through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing the method for determining the first screen time of the page in the embodiment of the method when executing the program stored in the memory.
In the electronic device provided by the embodiment of the invention, the processor receives a target page returned by the server according to the page request, then determines the first screen visible area in the target page and a plurality of elements located in the first screen visible area, determines the elements displayed by the first screen, then determines the target element with the largest weight from the plurality of elements, namely the element with the longest loading time, finally determines the first screen time corresponding to the target page according to the loading time length corresponding to the target element, and realizes the calculation of the first screen time of the target page by determining the target element with the longest loading time length in the first screen visible area. The communication bus 1140 mentioned in the above electronic device may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus 1140 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 5, but this is not intended to represent only one bus or type of bus.
The communication interface 1120 is used for communication between the electronic device and other devices.
The memory 1130 may include a Random Access Memory (RAM), and may also include a non-volatile memory (non-volatile memory), such as at least one disk memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The processor 1110 may be a general-purpose processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the integrated circuit may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, or discrete hardware components.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for determining the initial screen time of a page is characterized by comprising the following steps:
receiving a target page returned by the server according to the page request;
determining a first screen visible area and a plurality of elements positioned in the first screen visible area in the target page;
determining the weight corresponding to each of the plurality of elements, wherein the larger the weight is, the longer the loading time of the corresponding target element is
Determining a target element with the largest weight from the plurality of elements;
and determining the first screen time corresponding to the target page according to the loading duration corresponding to the target element.
2. The method for determining the first screen time of the page according to claim 1, wherein the determining the first screen visible area in the target page comprises:
and determining the visible area of the initial screen according to the size of the window for displaying the target page.
3. The method for determining the first screen time of a page according to claim 1, wherein at least part of said target element is located in said first screen visible area.
4. The method for determining the page top screen time according to claim 1, wherein the determining the weight corresponding to each of the plurality of elements comprises:
and determining the weight corresponding to each of the plurality of elements according to the type and the size corresponding to each of the plurality of elements.
5. The method for determining the page head screen time according to claim 4, wherein the determining the weight corresponding to each of the plurality of elements according to the type and the size corresponding to each of the plurality of elements comprises:
determining a first weight value corresponding to each of the plurality of elements according to the type corresponding to each of the plurality of elements;
determining a second weight value corresponding to each of the plurality of elements according to a product of the size corresponding to each of the plurality of elements and the first weight value;
the target element is an element with the highest second weight value in the plurality of elements.
6. The method for determining the page head screen time according to claim 4, wherein the target element types comprise video, pictures and characters; the type weight of the video is higher than that of the picture and that of the text.
7. The method for determining the page head screen time according to claim 1, further comprising:
determining the time for sending the page request as a timing starting point;
determining the time of the target element loading completion as a timing end point;
and determining the difference between the timing end point and the timing start point as the loading duration corresponding to the target element.
8. A page first screen time determining apparatus, comprising:
the receiving module is used for receiving a target page returned by the server according to the page request;
the first determining module is used for determining a first screen visible area and a plurality of elements positioned in the first screen visible area in the target page;
a second determining module, configured to determine a weight corresponding to each of the plurality of elements, where a larger weight indicates a longer loading time of the corresponding target element
A third determining module, configured to determine a target element with a largest weight from the multiple elements;
and the fourth determining module is used for determining the first screen time corresponding to the target page according to the loading duration corresponding to the target element.
9. An electronic device, comprising a memory and a processor, wherein the memory stores a computer program operable on the processor, and the processor executes the computer program to implement the method of any one of claims 1 to 7.
10. A computer-readable medium having non-volatile program code executable by a processor, wherein the program code causes the processor to perform the method of any of claims 1 to 7.
CN202010880650.5A 2020-08-27 2020-08-27 Page first screen time determining method and device, electronic equipment and storage medium Pending CN112131493A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010880650.5A CN112131493A (en) 2020-08-27 2020-08-27 Page first screen time determining method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010880650.5A CN112131493A (en) 2020-08-27 2020-08-27 Page first screen time determining method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112131493A true CN112131493A (en) 2020-12-25

Family

ID=73847568

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010880650.5A Pending CN112131493A (en) 2020-08-27 2020-08-27 Page first screen time determining method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112131493A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113806197A (en) * 2021-09-22 2021-12-17 北京字节跳动网络技术有限公司 Page loading duration calculation method and device
CN115617637A (en) * 2022-12-20 2023-01-17 北京仁科互动网络技术有限公司 Application page loading duration determining method, device and equipment
CN117093119A (en) * 2023-07-12 2023-11-21 荣耀终端有限公司 Application page switching method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110209978A (en) * 2019-01-28 2019-09-06 腾讯科技(深圳)有限公司 A kind of data processing method and relevant apparatus
CN110309463A (en) * 2018-02-28 2019-10-08 腾讯科技(深圳)有限公司 Land page optimization method, device, computer storage medium and the network equipment
CN110717121A (en) * 2019-08-27 2020-01-21 北京奇艺世纪科技有限公司 Method and device for determining first screen time of page
CN110781427A (en) * 2019-10-30 2020-02-11 北京博睿宏远数据科技股份有限公司 Method, device, equipment and storage medium for calculating first screen time
CN111061633A (en) * 2019-12-05 2020-04-24 北京达佳互联信息技术有限公司 Method, device, terminal and medium for detecting first screen time of webpage

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110309463A (en) * 2018-02-28 2019-10-08 腾讯科技(深圳)有限公司 Land page optimization method, device, computer storage medium and the network equipment
CN110209978A (en) * 2019-01-28 2019-09-06 腾讯科技(深圳)有限公司 A kind of data processing method and relevant apparatus
CN110717121A (en) * 2019-08-27 2020-01-21 北京奇艺世纪科技有限公司 Method and device for determining first screen time of page
CN110781427A (en) * 2019-10-30 2020-02-11 北京博睿宏远数据科技股份有限公司 Method, device, equipment and storage medium for calculating first screen time
CN111061633A (en) * 2019-12-05 2020-04-24 北京达佳互联信息技术有限公司 Method, device, terminal and medium for detecting first screen time of webpage

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113806197A (en) * 2021-09-22 2021-12-17 北京字节跳动网络技术有限公司 Page loading duration calculation method and device
CN113806197B (en) * 2021-09-22 2024-04-12 抖音视界有限公司 Page loading time length calculation method and device
CN115617637A (en) * 2022-12-20 2023-01-17 北京仁科互动网络技术有限公司 Application page loading duration determining method, device and equipment
CN117093119A (en) * 2023-07-12 2023-11-21 荣耀终端有限公司 Application page switching method

Similar Documents

Publication Publication Date Title
CN112131493A (en) Page first screen time determining method and device, electronic equipment and storage medium
JP6214547B2 (en) Measuring the rendering time of a web page
US8887059B2 (en) Method and apparatus of locally controlling display content of a remote system
CN104978358B (en) The method and intercepting page segment of desktop presentation web page fragments are to desktop presentation system
US11741292B2 (en) Adaptive content delivery
US9262389B2 (en) Resource-adaptive content delivery on client devices
CN104142966A (en) Web page displaying method and client
CN111651700B (en) Message display method and device, electronic equipment and storage medium
US20170169599A1 (en) Methods and electronic devices for displaying picture
CN108062336B (en) Media information processing method and device
CN109361947A (en) Internet resources batch loading method, smart television, storage medium and device
CN104104995A (en) Image display method and device
CN110866208B (en) Page response type layout method, device and equipment
CN110717122B (en) Page performance acquisition method and device and electronic equipment
CN111783010B (en) Webpage blank page monitoring method, device, terminal and storage medium
CN109948084B (en) Webpage information display method, device, medium and computing equipment
CN107360389B (en) Video communication method, device and terminal
CN112541140B (en) List loading method, terminal equipment, electronic equipment and storage medium
CN106358075A (en) Processing method and device for acquiring poster of video tag
CN116595281A (en) Page rendering method, device, equipment and storage medium
CN105975572A (en) Webpage display method and device
CN110597580A (en) Screen capturing method and device
US8165200B2 (en) Image processing apparatus and image processing method
TW201537919A (en) Information transmission method and wireless display system
CN113626402A (en) Log data acquisition method and device, electronic equipment 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20201225