CN108733738B - Page loading method, system, server and terminal - Google Patents

Page loading method, system, server and terminal Download PDF

Info

Publication number
CN108733738B
CN108733738B CN201710279384.9A CN201710279384A CN108733738B CN 108733738 B CN108733738 B CN 108733738B CN 201710279384 A CN201710279384 A CN 201710279384A CN 108733738 B CN108733738 B CN 108733738B
Authority
CN
China
Prior art keywords
terminal
server
page
screen
chart
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
CN201710279384.9A
Other languages
Chinese (zh)
Other versions
CN108733738A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201710279384.9A priority Critical patent/CN108733738B/en
Priority to PCT/CN2018/082683 priority patent/WO2018196617A1/en
Publication of CN108733738A publication Critical patent/CN108733738A/en
Application granted granted Critical
Publication of CN108733738B publication Critical patent/CN108733738B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Landscapes

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

Abstract

The embodiment of the invention provides a page loading method, a page loading system, a server and a terminal, wherein the page loading method comprises the following steps: the method comprises the steps that a server receives a page loading request sent by a terminal, determines characteristic parameters of the terminal according to the page loading request, determines elements included in a head screen page to be loaded by the terminal according to the characteristic parameters, determines the elements included in the head screen page as target elements, and sends configuration indication information of the target elements to the terminal, wherein the configuration indication information is used for indicating the terminal to load the head screen page in a display interface according to display parameters in the configuration indication information. The embodiment of the invention can shorten the loading time of the first screen page and realize the quick access of the first screen page.

Description

Page loading method, system, server and terminal
Technical Field
The invention relates to the technical field of internet, in particular to a page loading method, a page loading system, a server and a terminal.
Background
In a big data visualization platform, a user can customize the layout of a data report page, the style of elements (such as charts, pictures, characters and the like), data and the like, and other users can view the generated data report page on different terminals through sharing.
Currently, a terminal loading a data report page generally pulls layout information of all elements of the data report from a server side, then loads styles of various charts, pictures and characters, and pulls data content of each chart to render the chart, thereby completing loading of the data report page. In practice, it is found that, due to different configurations of the data report, the data volume of configuration data (such as styles, chart data, and the like) used for rendering a data report page may be relatively large, which easily causes a long loading time of a first screen page of the data report page and a relatively slow access speed of the first screen page.
Disclosure of Invention
The embodiment of the invention provides a page loading method, a page loading system, a server and a terminal, which can shorten the loading time of a first screen page and realize quick access of the first screen page.
A first aspect of an embodiment of the present invention provides a page loading method, including:
and the server receives a page loading request sent by the terminal.
And the server determines the characteristic parameters of the terminal according to the page loading request.
And the server determines elements included in a head screen page to be loaded by the terminal according to the characteristic parameters, and determines the elements included in the head screen page as target elements.
And the server sends configuration indication information of the target element to the terminal, wherein the configuration indication information is used for indicating the terminal to load the head screen page in a display interface according to display parameters in the configuration indication information.
A second aspect of the embodiments of the present invention provides a page loading method, including:
the terminal sends a page loading request to a server so that the server determines the characteristic parameters of the terminal according to the page loading request.
And the terminal receives configuration indication information of a target element sent by the server, wherein the target element is an element included in a head screen page to be loaded by the terminal, which is determined by the server according to the characteristic parameters.
And the terminal loads the first screen page in a display interface according to the display parameters in the configuration indication information.
A third aspect of an embodiment of the present invention provides a server, including:
and the receiving module is used for receiving the page loading request sent by the terminal.
And the determining module is used for determining the characteristic parameters of the terminal according to the page loading request.
The determining module is further configured to determine, according to the characteristic parameters, elements included in a head screen page to be loaded by the terminal, and determine the elements included in the head screen page as target elements.
And the sending module is used for sending configuration indication information of the target element to the terminal, wherein the configuration indication information is used for indicating the terminal to load the home screen page in a display interface according to display parameters in the configuration indication information.
A fourth aspect of embodiments of the present invention provides a terminal, including:
and the sending module is used for sending a page loading request to a server so that the server determines the characteristic parameters of the terminal according to the page loading request.
And the receiving module is used for receiving configuration indication information of a target element sent by the server, wherein the target element is an element included in a head screen page to be loaded by the terminal, which is determined by the server according to the characteristic parameters.
And the loading module is used for loading the first screen page in a display interface according to the display parameters in the configuration indication information.
A fifth aspect of the present invention provides a page loading system, including: the server according to the third aspect and the terminal according to the fourth aspect.
In the embodiment of the invention, the server receives a page loading request sent by the terminal, determines the characteristic parameters of the terminal according to the page loading request, determines the elements included in the head screen page to be loaded by the terminal according to the characteristic parameters, determines the elements included in the head screen page as target elements, and sends the configuration indication information of the target elements to the terminal, and the terminal can load the head screen page in the display interface according to the display parameters in the configuration indication information, so that the loading time of the head screen page can be shortened, and the quick access of the head screen page is realized.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art descriptions will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic structural diagram of a page loading system according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a page loading method according to an embodiment of the present invention;
FIG. 3 is a schematic interface diagram of a virtual screen for generating configuration indication information according to an embodiment of the present invention;
fig. 4 is a schematic flowchart of another page loading method according to an embodiment of the present invention;
fig. 5 is a schematic flowchart of another page loading method according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a server according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a terminal according to an embodiment of the present invention;
FIG. 8 is a schematic structural diagram of another server provided in the embodiment of the present invention;
fig. 9 is a schematic structural diagram of another terminal provided in an embodiment of the present invention;
fig. 10 is a schematic structural diagram of a page loading system according to an embodiment of the present invention.
Detailed Description
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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without inventive step based on the embodiments of the present invention, are within the scope of protection of the present invention.
Fig. 1 is a schematic structural diagram of a page loading system according to an embodiment of the present invention. The architecture of the page loading system described in this embodiment includes:
the terminal may be a mobile terminal such as a smart phone, a tablet computer, a smart wearable device, or a desktop terminal such as a personal computer, and is configured to request a page (such as a data report) from a server and report characteristic parameters of the terminal (such as a screen parameter, a terminal type, and a network type).
The system comprises a server, a Common Gateway Interface (CGI), a configuration center, a chart snapshot service and other services, wherein the CGI is used for describing a communication mode between the server and an application on a terminal, the configuration center is used for determining elements required by a terminal display head screen page and configuration indication information of the elements according to characteristic parameters of the terminal, and the chart snapshot service is used for generating a chart snapshot when the elements are charts with large data volume and the like and the data content of the charts and the data volume of the indication information of the chart styles are large so as to reduce the data volume required to be downloaded by the terminal.
It should be noted that the CGI, the configuration center, and the graph snapshot service may be deployed on the same server, or may be deployed on different servers, which is not limited in the embodiment of the present invention.
Fig. 2 is a schematic flowchart of a page loading method according to an embodiment of the present invention. The page loading method described in this embodiment is mainly described from both sides of the terminal and the server, and includes the following steps:
201. and the terminal sends a page loading request to the server.
202. And the server receives the page loading request and determines the characteristic parameters of the terminal according to the page loading request.
The characteristic parameters of the terminal may specifically include screen parameters (such as screen size and screen resolution), a terminal type (such as a mobile terminal and a desktop terminal), a network type (such as a mobile communication network, a wired network, and a Wi-Fi network), and the like.
In specific implementation, the page may be a page of a data report, when a terminal needs to load a page, the terminal sends a page loading request to the server, and after receiving the page loading request, the server may determine the type of an application (such as a mobile end application, a desktop end application, and the like) run by parsing a user agent-agent field at a header of a hypertext Transfer Protocol (HTTP) message bearing the page loading request, and further determine the terminal type according to the application type, for example, if the application run by the terminal is a mobile end application, the server may determine the terminal type as a mobile terminal; the server can acquire the screen parameters of the terminal by analyzing the terminal script in the page loading request; the server obtains an outlet Internet Protocol (IP) of a network where the terminal is located, and determines a network type corresponding to the outlet IP, that is, a network type of the terminal, by combining a corresponding relationship between an IP address stored in an IP library and a network operator and the network type.
203. And the server determines elements included in a head screen page to be loaded by the terminal according to the characteristic parameters, and determines the elements included in the head screen page as target elements.
When the page is a page of the data report, the elements included in the first screen page may be specifically diagrams, pictures, characters, tables and the like.
In specific implementation, the server determines, according to the screen parameters in the characteristic parameters, a first screen page adaptive to the size, the resolution and the like of a display interface of the terminal, where the first screen page is a page to be loaded by the terminal, determines elements included in the first screen page as target elements required by the terminal when the terminal loads the first screen page, and may determine all or part of the elements included in the first screen page as the target elements.
204. The characteristic parameters comprise screen parameters, and the server generates a virtual screen according to the screen parameters.
205. The server generates configuration indicating information of the target element in the virtual screen, wherein the configuration indicating information comprises display parameters.
The display parameters may specifically include a position, a style, a data amount to be loaded, and the like, where the position is used to specify a display position of the element, the style is used to specify a basic appearance of the element, the indication information of the style may include, for example, an occupied position size, a transparency, a background color, a font size, whether the font is bold, whether the font is underlined, a form width, a form height, and the like, and the data amount to be loaded is data content specifically included in the element.
In a specific implementation, as shown in fig. 3, the server may first generate a virtual screen according to the screen parameters, simulate a first screen page to be loaded by the terminal, and configure the position, the style, the data amount to be loaded, and the like of the target element in the first screen page of the virtual screen, so as to generate configuration indication information of the target element.
206. And the server sends the configuration indication information of the target element to the terminal.
In a specific implementation, the server may send the configuration indication information of the target element to the terminal in the form of a static resource such as a hypertext Markup Language (HTML) or a Cascading Style Sheet (CSS).
207. And the terminal receives the configuration indication information of the target element and loads the first screen page in a display interface according to the display parameters.
In the specific implementation, the terminal determines the layout of a first screen page in a display interface according to the position of a target element, acquires the data content of the target element from a server according to the data volume to be loaded by the target element, and renders the target element in the first screen interface according to the style and the data content, namely, the terminal can acquire the data content required by the target element from the server while constructing the layout of the first screen page, so as to realize the dynamic loading of the first screen page, thereby shortening the loading time of the first screen page and realizing the quick access of the first screen page.
In some possible embodiments, for the mobile terminal, considering that the cruising ability is limited, and a mobile communication network may be used to access the network, and the like, when the target element is a graph with a large data volume, the server side may consider processing the graph to lighten the data volume, such as generating a snapshot of the graph, and the like. Specifically, if the terminal type is a preset terminal type (such as a mobile terminal), the server acquires the chart in the target element, when the sum of the indication information size of the chart type and the data amount to be loaded is greater than or equal to a preset data amount threshold (such as 64 KB), a snapshot of the chart is generated, an access address of the snapshot of the chart is sent to the terminal, and the terminal acquires the snapshot of the chart from the server according to the access address and renders the snapshot of the chart in the first screen page to load the chart.
In addition, if the terminal type is a preset terminal type (such as a mobile terminal), the server may further determine whether the network type of the terminal is a preset network type (such as a mobile communication network), and if so, the server may generate a snapshot of the graph and send an access address of the snapshot of the graph to the terminal, so that the terminal may be prevented from downloading a complex graph and causing more data traffic consumption.
In some feasible embodiments, the characteristic parameters of the terminal may specifically include an electric quantity state, the electric quantity state may be represented by whether the terminal is in a charging state, a remaining electric quantity of the terminal, and the like, and the server may comprehensively determine whether a snapshot of the graph needs to be generated according to the characteristic parameters of the terminal type, the electric quantity state, and the like, for example, when the server is a mobile terminal, and the electric quantity state is not being charged or the remaining electric quantity is less than an electric quantity threshold (e.g., 30%), to avoid downloading a complex graph to cause a large electric quantity consumption, at this time, the server may generate the snapshot of the graph and send an access address of the snapshot of the graph to the terminal, so that the terminal may be prevented from downloading the complex graph to cause a large electric quantity consumption, and the electric energy supply of the terminal is ensured.
In the embodiment of the invention, the server receives a page loading request sent by the terminal, determines the characteristic parameters of the terminal according to the page loading request, determines the elements included in the head screen page to be loaded by the terminal according to the characteristic parameters, determines the elements included in the head screen page as target elements, and sends the configuration indication information of the target elements to the terminal, and the terminal can load the head screen page in the display interface according to the display parameters in the configuration indication information, so that the loading time of the head screen page can be shortened, the flow consumed when the head screen page is loaded is reduced, the quick access of the head screen page is realized, and the power consumption of the terminal is also reduced.
Fig. 4 is a schematic flowchart of another page loading method according to an embodiment of the present invention. The page loading method described in this embodiment is mainly described from the server side, and includes the following steps:
401. and the server receives a page loading request sent by the terminal.
402. And the server determines the characteristic parameters of the terminal according to the page loading request.
The characteristic parameters of the terminal may specifically include screen parameters (such as screen size and screen resolution), a terminal type (such as a mobile terminal and a desktop terminal), a network type (such as a mobile communication network, a wired network, and a Wi-Fi network), and the like.
In a specific implementation, after receiving a page loading request, a server may determine a type of an application (such as a mobile-end application, a desktop-end application, and the like) operated by a terminal by analyzing a user-agent field in a header of an HTTP message carrying the page loading request, and then determine the terminal type according to the application type, for example, if the application operated by the terminal is the mobile-end application, the server may determine that the terminal type is the mobile terminal; the server can obtain the screen parameters of the terminal by analyzing the terminal script in the page loading request; the server acquires the outlet IP of the network where the terminal is located, and then determines the network type corresponding to the outlet IP by combining the corresponding relation between the IP address stored in the IP library and the network operator and the network type, namely the network type of the terminal.
403. And the server determines elements included in a head screen page to be loaded by the terminal according to the characteristic parameters, and determines the elements included in the head screen page as target elements.
When the page is a page of the data report, the elements included in the first screen page may be specifically diagrams, pictures, characters, tables and the like.
In specific implementation, the server determines, according to the screen parameters in the characteristic parameters, a first screen page adapted to the size, the resolution and the like of the display interface of the terminal, where the first screen page is a page to be loaded by the terminal, determines elements included in the first screen page as target elements required by the terminal when the terminal loads the first screen page, and may determine all or part of the elements included in the first screen page as the target elements.
404. And the server sends configuration indication information of the target element to the terminal, wherein the configuration indication information is used for indicating the terminal to load the head screen page in a display interface according to display parameters in the configuration indication information.
The display parameters may specifically include a position, a style, a data amount to be loaded, and the like, where the position is used to specify a display position of the element, the style is used to specify a basic appearance of the element, the indication information of the style may include, for example, an occupied position size, a transparency, a background color, a font size, whether the font is bold, whether the font is underlined, a form width, a form height, and the like, and the data amount to be loaded is data content specifically included in the element.
In a specific implementation, as shown in fig. 3, the server may generate a virtual screen according to the screen parameters, simulate a first screen page to be loaded by the terminal, and perform configuration of a position, a style, a data amount to be loaded, and the like on a target element in the first screen page of the virtual screen to generate configuration indication information of the target element, and then may send the configuration indication information of the target element to the terminal in the form of static resources such as HTML, CSS, and the like, so that the terminal may quickly load the first screen page in the display interface according to display parameters in the configuration indication information.
In some possible embodiments, for the mobile terminal, considering that the cruising ability is limited, and a mobile communication network may be used to access the network, and the like, when the target element is a graph with a large data volume, the server side may consider processing the graph to lighten the data volume, such as generating a snapshot of the graph, and the like. Specifically, if the terminal type is a preset terminal type (such as a mobile terminal), the server acquires the chart in the target element, and when the sum of the size of the indication information of the pattern of the chart and the data amount to be loaded is greater than or equal to a preset data amount threshold (such as 64 KB), a snapshot of the chart is generated, and an access address of the snapshot of the chart is sent to the terminal, so that the terminal can acquire the snapshot of the chart from the server according to the access address and render the snapshot of the chart in the first screen page to load the chart, and thus the terminal can realize the loading of the chart without downloading a complex chart, reduce the data downloading amount, reduce the power consumption and further shorten the loading time of the first screen page.
In addition, if the terminal type is a preset terminal type (such as a mobile terminal), the server may further determine whether the network type of the terminal is a preset network type (such as a mobile communication network), and if so, the server may generate a snapshot of the graph and send an access address of the snapshot of the graph to the terminal, so that it may be avoided that the terminal downloads a complex graph to cause more data traffic consumption.
In some feasible embodiments, the characteristic parameters of the terminal may specifically include an electric quantity state, the electric quantity state may be represented by whether the terminal is in a charging state, a remaining electric quantity of the terminal, and the like, and the server may comprehensively determine whether a snapshot of the graph needs to be generated according to the characteristic parameters of the terminal type, the electric quantity state, and the like, for example, when the server is a mobile terminal, and the electric quantity state is not being charged or the remaining electric quantity is less than an electric quantity threshold (e.g., 30%), to avoid downloading a complex graph to cause a large electric quantity consumption, at this time, the server may generate the snapshot of the graph and send an access address of the snapshot of the graph to the terminal, so that the terminal may be prevented from downloading the complex graph to cause a large electric quantity consumption, and the electric energy supply of the terminal is ensured.
In the embodiment of the invention, a server receives a page loading request sent by a terminal, determines characteristic parameters of the terminal according to the page loading request, determines elements included in a first screen page to be loaded by the terminal according to the characteristic parameters, determines the elements included in the first screen page as target elements, and sends configuration indication information of the target elements to the terminal so as to indicate the terminal to load the first screen page in a display interface according to display parameters in the configuration indication information, so that the loading time of the first screen page of the terminal can be shortened by configuring the display parameters of the first screen page through the server and issuing the display parameters to the terminal, the flow consumed when the first screen page is loaded is reduced, and the quick access of the first screen page is realized.
Fig. 5 is a schematic flowchart of another page loading method according to an embodiment of the present invention. The page loading method described in this embodiment is mainly described from the terminal side, and includes the following steps:
501. the terminal sends a page loading request to a server so that the server determines the characteristic parameters of the terminal according to the page loading request.
The characteristic parameters of the terminal may specifically include screen parameters (such as screen size and screen resolution), a terminal type (such as a mobile terminal and a desktop terminal), a network type (such as a mobile communication network, a wired network, and a Wi-Fi network), and the like.
In specific implementation, the page may refer to a page of the data report, and the terminal sends a page loading request to the server when the page needs to be loaded, so that the server can obtain the characteristic parameters by analyzing the page loading request after receiving the page loading request.
502. And the terminal receives configuration indication information of a target element sent by the server, wherein the target element is an element included in a head screen page to be loaded by the terminal, which is determined by the server according to the characteristic parameters.
503. And the terminal loads the first screen page in a display interface according to the display parameters in the configuration indication information.
The display parameters may specifically include a position, a style, a data amount to be loaded, and the like, where the position is used to specify a display position of the element, the style is used to specify a basic appearance of the element, the indication information of the style may include, for example, an occupied position size, a transparency, a background color, a font size, whether the font is bold, whether the font is underlined, a form width, a form height, and the like, and the data amount to be loaded, that is, data content specifically included in the element.
In specific implementation, a terminal can receive configuration indication information of a target element sent by a server in the form of static resources such as HTML, CSS and the like, obtain display parameters in the configuration indication information, where the display parameters specifically include a position of the target element, and a data amount and a style to be loaded by the target element, determine a layout of a first screen page in a display interface according to the position of the target element, obtain data content of the target element from the server according to the data amount to be loaded by the target element, and then render the target element in the first screen interface according to the style and the data content, that is, the terminal can obtain the data content required by the target element from the server while constructing the layout of the first screen page, so as to implement dynamic loading of the first screen page, thereby shortening the loading time of the first screen page and implementing quick access of the first screen page.
In some feasible embodiments, when the terminal meets one or more of the three conditions that the terminal type is a preset terminal type (such as a mobile terminal), the network type of the terminal is a preset network type (such as a mobile communication network), and the electric quantity state of the terminal is not charging or the remaining electric quantity is less than an electric quantity threshold (such as 30%), the terminal may receive an access address of a snapshot of a chart sent by a server, obtain the snapshot of the chart from the server according to the access address, and render the snapshot of the chart in a first screen page to realize loading of the chart, so that the terminal may not need to download a complex chart, reduce data download amount, avoid more data traffic consumption caused by the terminal downloading the complex chart, and may reduce power consumption, and further shorten loading time of the first screen page.
In the embodiment of the invention, the terminal sends the page loading request to the server so that the server determines the characteristic parameters of the terminal according to the loading request, the terminal receives the configuration indication information of the target element sent by the server, the target element is an element included in the first screen page to be loaded by the terminal determined by the server according to the characteristic parameters, and the terminal can load the first screen page in the display interface according to the display parameters in the configuration indication information, so that the loading time of the first screen page can be shortened, the flow consumed when the first screen page is loaded is reduced, the quick access of the first screen page is realized, and the power consumption of the terminal is reduced.
Fig. 6 is a schematic structural diagram of a server according to an embodiment of the present invention. The server described in this embodiment includes:
the receiving module 601 is configured to receive a page loading request sent by a terminal.
A determining module 602, configured to determine a characteristic parameter of the terminal according to the page loading request.
The determining module 602 is further configured to determine, according to the characteristic parameter, an element included in a home screen page to be loaded by the terminal, and determine the element included in the home screen page as a target element.
A sending module 603, configured to send configuration indication information of the target element to the terminal, where the configuration indication information is used to indicate the terminal to load the home screen page in a display interface according to a display parameter in the configuration indication information.
In some possible embodiments, the characteristic parameter includes a screen parameter, and the determining module 602 is specifically configured to:
and determining a first screen page adaptive to a display interface of the terminal according to the screen parameters, wherein the first screen page is a page to be loaded by the terminal.
And determining all or part of elements included in the head screen page as target elements.
In some possible embodiments, the server further comprises:
a generating module 604, configured to generate a virtual screen according to the screen parameter.
The generating module 604 is further configured to generate configuration indication information of the target element in the virtual screen, where the configuration indication information includes a display parameter.
In some possible embodiments, the characteristic parameter further includes a terminal type, the display parameter includes a style and a data amount to be loaded, and the sending module 603 is specifically configured to:
and if the terminal type is a preset terminal type, acquiring the chart in the target element.
And when the sum of the indication information size of the pattern of the chart and the data quantity to be loaded is greater than or equal to a preset data quantity threshold value, sending an access address of the snapshot of the chart to the terminal, wherein the access address of the snapshot of the chart is used for the terminal to obtain the snapshot of the chart from the server according to the access address.
In some possible embodiments, the characteristic parameter further includes a network type, and the server further includes:
a determining module 605, configured to determine whether the network type is a preset network type, and when it is determined that the network type is the preset network type, trigger the sending module 603 to send an access address of a snapshot of the graph to the terminal when a sum of an indication information size of the pattern of the graph and a data amount to be loaded is greater than or equal to a preset data amount threshold.
It can be understood that the functions of each functional module of the server in this embodiment may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the relevant description of the foregoing method embodiment, which is not described herein again.
In the embodiment of the present invention, a receiving module 601 receives a page loading request sent by a terminal, a determining module 602 determines a characteristic parameter of the terminal according to the page loading request, determines an element included in a first screen page to be loaded by the terminal according to the characteristic parameter, determines the element included in the first screen page as a target element, a sending module 603 sends configuration indication information of the target element to the terminal, and the terminal can load the first screen page in a display interface according to a display parameter in the configuration indication information, so that the loading time of the first screen page can be shortened, the flow consumed when the first screen page is loaded is reduced, the quick access of the first screen page is realized, and the power consumption of the terminal is also reduced.
Fig. 7 is a schematic structural diagram of a terminal according to an embodiment of the present invention. The terminal described in this embodiment includes:
a sending module 701, configured to send a page loading request to a server, so that the server determines a characteristic parameter of the terminal according to the page loading request.
A receiving module 702, configured to receive configuration indication information of a target element sent by the server, where the target element is an element included in a home screen page to be loaded by the terminal, which is determined by the server according to the characteristic parameter.
A loading module 703, configured to load the home screen page in a display interface according to the display parameter in the configuration indication information.
In some possible embodiments, the display parameters include a position, a style, and a data amount to be loaded, and the loading module 703 is specifically configured to:
and determining the layout of the first screen page in the display interface according to the position of the target element.
And acquiring the data content of the target element from the server according to the data volume to be loaded of the target element.
And rendering the target element in the first screen interface according to the style and the data content so as to load the first screen page.
In some possible embodiments, the loading module 703 is further specifically configured to:
if the target element is a chart and the configuration indication information of the chart is an access address of a snapshot of the chart, acquiring the snapshot of the chart from the server according to the access address and taking the snapshot of the chart as the data content of the chart.
It can be understood that the functions of the functional modules of the terminal of this embodiment may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the relevant description of the foregoing method embodiment, which is not described herein again.
In the embodiment of the present invention, the sending module 701 sends a page loading request to the server, so that the server determines a characteristic parameter of the terminal according to the loading request, the receiving module 702 receives configuration indication information of a target element sent by the server, where the target element is an element included in a first screen page to be loaded by the terminal, which is determined by the server according to the characteristic parameter, and the loading module 703 loads the first screen page in the display interface according to a display parameter in the configuration indication information, so that the loading time of the first screen page can be shortened, the flow consumed when the first screen page is loaded is reduced, the quick access of the first screen page is realized, and the power consumption of the terminal is also reduced.
Fig. 8 is a schematic structural diagram of another server according to an embodiment of the present invention. The server described in this embodiment includes: a processor 801, a network interface 802, and a memory 803. The processor 801, the network interface 802, and the memory 803 may be connected by a bus or other means, and the bus connection is taken as an example in the embodiment of the present invention.
The processor 801 (or Central Processing Unit, CPU) is a computing core and a control core of the server. The network interface 802 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI, mobile communications interface, etc.), controlled by the processor 801 for transceiving data. The Memory 803 (Memory) is a Memory device of the server for storing programs and data. It is understood that the memory 803 may be a high-speed RAM memory, or a non-volatile memory (non-volatile memory), such as at least one disk memory; optionally, at least one memory device located remotely from the processor 801. The memory 803 provides storage space that stores the operating system and executable program code of the server, which may include, but is not limited to: windows system (an operating system), linux system (an operating system), etc., which are not limited in this regard.
In an embodiment of the present invention, the processor 801 executes the executable program code in the memory 803 to perform the following operations:
the network interface 802 is configured to receive a page loading request sent by a terminal.
And the processor 801 is configured to determine the characteristic parameter of the terminal according to the page loading request.
The processor 801 is further configured to determine, according to the characteristic parameters, an element included in the top screen page to be loaded by the terminal, and determine the element included in the top screen page as a target element.
The network interface 802 is further configured to send configuration indication information of the target element to the terminal, where the configuration indication information is used to indicate the terminal to load the home screen page in a display interface according to a display parameter in the configuration indication information.
In some possible embodiments, the characteristic parameter includes a screen parameter, and the processor 801 is specifically configured to:
and determining a first screen page adaptive to a display interface of the terminal according to the screen parameters, wherein the first screen page is a page to be loaded by the terminal.
And determining all or part of elements included in the head screen page as target elements.
In some possible embodiments, the processor 801 is further configured to generate a virtual screen according to the screen parameter.
The processor 801 is further configured to generate configuration indication information of the target element in the virtual screen, where the configuration indication information includes a display parameter.
In some possible embodiments, the characteristic parameters further include a terminal type, the display parameters include a style and a data amount to be loaded, and the network interface 802 is specifically configured to:
and if the terminal type is a preset terminal type, acquiring the chart in the target element.
And when the sum of the indication information size of the pattern of the chart and the data quantity to be loaded is greater than or equal to a preset data quantity threshold value, sending an access address of the snapshot of the chart to the terminal, wherein the access address of the snapshot of the chart is used for the terminal to obtain the snapshot of the chart from the server according to the access address.
In some possible embodiments, the characteristic parameter further includes a network type, and the processor 801 is further configured to determine whether the network type is a preset network type, and when determining that the network type is the preset network type, control the network interface 802 to send an access address of a snapshot of the graph to the terminal when a sum of an indication information size of the graph style and a data amount to be loaded is greater than or equal to a preset data amount threshold.
In a specific implementation, the processor 801, the network interface 802, and the memory 803 described in this embodiment of the present invention may execute an implementation manner described in a flow of a page loading method provided in this embodiment of the present invention, or may execute an implementation manner described in a server provided in this embodiment of the present invention, which is not described herein again.
In the embodiment of the present invention, the network interface 802 receives a page loading request sent by a terminal, the processor 801 determines a characteristic parameter of the terminal according to the page loading request, determines an element included in a first screen page to be loaded by the terminal according to the characteristic parameter, determines the element included in the first screen page as a target element, the network interface 802 sends configuration indication information of the target element to the terminal, and the terminal can load the first screen page in a display interface according to a display parameter in the configuration indication information, so that the loading time of the first screen page can be shortened, the flow consumed when the first screen page is loaded is reduced, the quick access of the first screen page is realized, and the power consumption of the terminal is also reduced.
Please refer to fig. 9, which is a schematic structural diagram of another terminal according to an embodiment of the present invention. The terminal described in this embodiment includes: a processor 901, a user interface 902, a network interface 903, and a memory 904. The processor 901, the user interface 902, the network interface 903 and the memory 904 in the terminal may be connected by a bus or by other means, and fig. 9 shown in the embodiment of the present invention is exemplified by being connected by a bus.
The user interface 902 is a medium for implementing interaction and information exchange between a user and a terminal, and may include a Display screen (Display) for outputting, a touch screen, a Keyboard (Keyboard) for inputting, a camera for capturing an image, an earpiece for playing a sound signal, a speaker, and the like. The processor 901 (or CPU) is a computing core and a control core of the terminal, and can analyze various instructions in the terminal and process various data of the terminal, such as: the CPU can be used for analyzing a power-on and power-off instruction sent to the terminal by a user and controlling the terminal to carry out power-on and power-off operation; the following steps are repeated: the CPU may transmit various types of interactive data between the internal structures of the terminal, and so on. A Memory (Memory) 904 is a Memory device in the terminal for storing programs and data. It is understood that the memory 904 may comprise a built-in memory of the terminal, and may also comprise an extended memory supported by the terminal. The memory 904 provides storage space that stores the operating system of the terminal, which may include, but is not limited to: a Windows system (an operating system), an Android system (an Android, a mobile operating system), an IOS system (a mobile operating system), and the like, which are not limited in the present invention.
In the embodiment of the present invention, the processor 901 executes the executable program code in the memory 904 to perform the following operations:
the network interface 903 is configured to send a page loading request to a server, so that the server determines the characteristic parameter of the terminal according to the page loading request.
The network interface 903 is further configured to receive configuration indication information of a target element sent by the server, where the target element is an element included in a home screen page to be loaded by the terminal, which is determined by the server according to the characteristic parameter.
And the processor 901 is configured to load the home screen page in a display interface according to the display parameter in the configuration indication information.
In some possible embodiments, the display parameters include a position, a style, and a data amount to be loaded, and the processor 901 is specifically configured to:
and determining the layout of the first screen page in the display interface according to the position of the target element.
And acquiring the data content of the target element from the server through the network interface 903 according to the data volume to be loaded of the target element.
And rendering the target element in the first screen interface according to the style and the data content so as to load the first screen page.
In some possible embodiments, the processor 901 is further configured to:
if the target element is a chart and the configuration indication information of the chart is an access address of a snapshot of the chart, the snapshot of the chart is obtained from the server through the network interface 903 according to the access address, and the snapshot of the chart is used as the data content of the chart.
In a specific implementation, the processor 901, the user interface 902, the network interface 903, and the memory 904 described in this embodiment of the present invention may execute an implementation manner described in a flow of a page loading method provided in this embodiment of the present invention, or may execute an implementation manner described in a terminal provided in this embodiment of the present invention, which is not described herein again.
In the embodiment of the present invention, a network interface 903 sends a page loading request to a server, so that the server determines a characteristic parameter of a terminal according to the loading request, the network interface 903 receives configuration indication information of a target element sent by the server, where the target element is an element included in a first screen page to be loaded by the terminal, which is determined by the server according to the characteristic parameter, and a processor 901 loads the first screen page in a display interface according to a display parameter in the configuration indication information, so as to shorten loading time of the first screen page, reduce a flow consumed when the first screen page is loaded, implement quick access of the first screen page, and reduce power consumption of the terminal.
Fig. 10 is a schematic structural diagram of a page loading system according to an embodiment of the present invention. The page loading system described in this embodiment includes a terminal 1001 and a server 1002, where:
the terminal 1001 is configured to send a page loading request to a server.
The server 1002 is configured to receive the page loading request, and determine the characteristic parameter of the terminal according to the page loading request.
The server 1002 is further configured to determine, according to the characteristic parameters, an element included in a top screen page to be loaded by the terminal, and determine the element included in the top screen page as a target element.
Wherein the characteristic parameters include screen parameters.
The server 1002 is further configured to generate a virtual screen according to the screen parameter.
The server 1002 is further configured to generate configuration indication information of the target element in the virtual screen, where the configuration indication information includes a display parameter.
The server 1002 is further configured to send configuration indication information of the target element to the terminal.
The terminal 1001 is further configured to receive configuration indication information of the target element, and load the home screen page in a display interface according to the display parameter.
It can be understood that the functions of the terminal 1001 and the server 1002 according to this embodiment may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the relevant description of the foregoing method embodiment, which is not described herein again.
In the embodiment of the present invention, the server 1002 receives a page loading request sent by the terminal 1001, determines a feature parameter of the terminal 1001 according to the page loading request, determines an element included in a top screen page to be loaded by the terminal 1001 according to the feature parameter, determines the element included in the top screen page as a target element, and sends configuration indication information of the target element to the terminal 1001, and the terminal 1001 can load the top screen page in the display interface according to a display parameter in the configuration indication information, so that the loading time of the top screen page can be shortened, the flow consumed when the top screen page is loaded can be reduced, the quick access of the top screen page can be realized, and the power consumption of the terminal can be reduced.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
While the invention has been described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (11)

1. A page loading method is characterized by comprising the following steps:
a server receives a page loading request sent by a terminal;
the server determines characteristic parameters of the terminal according to the page loading request, wherein the characteristic parameters comprise screen parameters and a terminal type;
the server determines a first screen page matched with a display interface of the terminal according to the screen parameters, and determines all or part of elements included in the first screen page as target elements, wherein the first screen page is a page to be loaded by the terminal;
the server sends configuration indication information of the target element to the terminal, wherein the configuration indication information is used for indicating the terminal to load the first screen page in a display interface according to display parameters in the configuration indication information;
the display parameters include styles and data volumes to be loaded, and the server sends configuration indication information of the target elements to the terminal, including:
if the terminal type is a preset terminal type, the server acquires a chart in the target element;
and the server sends an access address of the snapshot of the chart to the terminal when the sum of the size of the indication information of the pattern of the chart and the data quantity to be loaded is greater than or equal to a preset data quantity threshold, wherein the access address of the snapshot of the chart is used for the terminal to obtain the snapshot of the chart from the server according to the access address.
2. The method of claim 1, wherein before the server sends the configuration indication information of the target element to the terminal, the method further comprises:
the server generates a virtual screen according to the screen parameters;
the server generates configuration indicating information of the target element in the virtual screen, wherein the configuration indicating information comprises display parameters.
3. The method according to claim 1, wherein the characteristic parameters further include a network type, and before the server sends an access address of the snapshot of the chart to the terminal when a sum of an indication information size of the pattern of the chart and an amount of data to be loaded is greater than or equal to a preset data amount threshold, the method further includes:
the server judges whether the network type is a preset network type;
if so, when the sum of the size of the indication information of the pattern of the chart and the data quantity to be loaded is greater than or equal to a preset data quantity threshold value, the server executes a step of sending an access address of the snapshot of the chart to the terminal.
4. A page loading method is characterized by comprising the following steps:
a terminal sends a page loading request to a server so that the server determines characteristic parameters of the terminal according to the page loading request, wherein the characteristic parameters comprise screen parameters and a terminal type;
the terminal receives configuration indication information of a target element sent by the server, wherein the target element is all or part of elements in a first screen page matched with a display interface of the terminal, the first screen page is determined by the server according to the screen parameters, and the first screen page is a page to be loaded by the terminal;
the terminal loads the first screen page in a display interface according to display parameters in the configuration indication information, wherein the display parameters comprise styles and data quantity to be loaded;
the receiving, by the terminal, configuration indication information of a target element sent by the server includes:
and the terminal receives an access address of the snapshot of the chart, which is sent by the server when the terminal type is a preset terminal type and the sum of the size of the indication information of the chart type in the target element and the data quantity to be loaded is greater than or equal to a preset data quantity threshold value, wherein the access address of the snapshot of the chart is used for the terminal to obtain the snapshot of the chart from the server according to the access address.
5. The method according to claim 4, wherein the display parameters further include a position, and the terminal loads the top screen page in a display interface according to the display parameters in the configuration indication information, including:
the terminal determines the layout of the first screen page in a display interface according to the position of the target element;
the terminal acquires the data content of the target element from the server according to the data volume to be loaded of the target element;
and the terminal renders the target element in the first screen page according to the style and the data content so as to load the first screen page.
6. The method according to claim 5, wherein the terminal obtains the data content of the target element from the server according to the data amount to be loaded by the target element, and the method comprises:
if the target element is a chart and the configuration indication information of the chart is an access address of a snapshot of the chart, the terminal acquires the snapshot of the chart from the server according to the access address and takes the snapshot of the chart as the data content of the chart.
7. A server, comprising:
the receiving module is used for receiving a page loading request sent by a terminal;
the determining module is used for determining characteristic parameters of the terminal according to the page loading request, wherein the characteristic parameters comprise screen parameters and a terminal type;
the determining module is further configured to determine, according to the screen parameters, a home screen page adapted to a display interface of the terminal, and determine all or part of elements included in the home screen page as target elements, where the home screen page is a page to be loaded by the terminal;
a sending module, configured to send configuration indication information of the target element to the terminal, where the configuration indication information is used to indicate the terminal to load the home screen page in a display interface according to a display parameter in the configuration indication information;
wherein, the display parameters include a style and a data size to be loaded, and the sending module is specifically configured to:
if the terminal type is a preset terminal type, acquiring a chart in the target element;
and when the sum of the size of the indication information of the pattern of the chart and the data quantity to be loaded is greater than or equal to a preset data quantity threshold value, sending an access address of the snapshot of the chart to the terminal, wherein the access address of the snapshot of the chart is used for the terminal to obtain the snapshot of the chart from a server according to the access address.
8. The server of claim 7, further comprising:
the generating module is used for generating a virtual screen according to the screen parameters;
the generating module is further configured to generate configuration indication information of the target element in the virtual screen, where the configuration indication information includes display parameters.
9. A terminal, comprising:
the sending module is used for sending a page loading request to a server so that the server can determine the characteristic parameters of the terminal according to the page loading request, wherein the characteristic parameters comprise screen parameters and a terminal type;
a receiving module, configured to receive configuration indication information of a target element sent by the server, where the target element is all or part of an element in a first screen page adapted to a display interface of the terminal, the first screen page is determined by the server according to the screen parameter, and the first screen page is a page to be loaded by the terminal;
the loading module is used for loading the head screen page in a display interface according to display parameters in the configuration indication information, wherein the display parameters comprise styles and data volumes to be loaded;
the receiving module is specifically configured to:
and receiving an access address of the snapshot of the chart, which is sent by the server when the terminal type is a preset terminal type and the sum of the size of the indication information of the chart type in the target element and the data quantity to be loaded is greater than or equal to a preset data quantity threshold value, wherein the access address of the snapshot of the chart is used for the terminal to obtain the snapshot of the chart from the server according to the access address.
10. The terminal of claim 9, wherein the display parameters further include a location, and the loading module is specifically configured to:
determining the layout of the first screen page in a display interface according to the position of the target element;
acquiring the data content of the target element from the server according to the data volume to be loaded of the target element;
and rendering the target element in the first screen page according to the style and the data content so as to load the first screen page.
11. A page loading system, comprising: a server according to claim 7 or 8 and a terminal according to claim 9 or 10.
CN201710279384.9A 2017-04-25 2017-04-25 Page loading method, system, server and terminal Active CN108733738B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201710279384.9A CN108733738B (en) 2017-04-25 2017-04-25 Page loading method, system, server and terminal
PCT/CN2018/082683 WO2018196617A1 (en) 2017-04-25 2018-04-11 Page loading method, system, server and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710279384.9A CN108733738B (en) 2017-04-25 2017-04-25 Page loading method, system, server and terminal

Publications (2)

Publication Number Publication Date
CN108733738A CN108733738A (en) 2018-11-02
CN108733738B true CN108733738B (en) 2023-04-07

Family

ID=63919425

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710279384.9A Active CN108733738B (en) 2017-04-25 2017-04-25 Page loading method, system, server and terminal

Country Status (2)

Country Link
CN (1) CN108733738B (en)
WO (1) WO2018196617A1 (en)

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109669736A (en) * 2018-12-18 2019-04-23 北京城市网邻信息技术有限公司 A kind of loading method of small routine, device, terminal device and storage medium
CN110308961B (en) * 2019-07-02 2023-03-31 广州小鹏汽车科技有限公司 Theme scene switching method and device of vehicle-mounted terminal
CN112559098B (en) * 2019-09-26 2022-04-26 华为技术有限公司 Card rendering method and electronic equipment
CN112749355B (en) * 2019-10-30 2024-03-22 腾讯科技(深圳)有限公司 Page display method, device, terminal, server and storage medium
CN111343270B (en) * 2020-02-26 2022-08-23 浪潮通用软件有限公司 Screen control method and system, cloud server and controller
CN111694550B (en) * 2020-04-28 2024-06-21 北京奇艺世纪科技有限公司 Page display control method, device and system
CN113779449A (en) * 2020-08-18 2021-12-10 北京沃东天骏信息技术有限公司 Page loading method and device, electronic equipment and storage medium
CN112100543B (en) * 2020-08-31 2023-10-27 东软集团股份有限公司 Webpage rendering method and device, storage medium, electronic equipment and server
CN112231610A (en) * 2020-11-05 2021-01-15 南京焦点领动云计算技术有限公司 Method for extracting webpage first screen CSS style
CN112464132A (en) * 2020-12-04 2021-03-09 北京五八信息技术有限公司 Page generation and configuration method and device
CN112527434A (en) * 2020-12-07 2021-03-19 北京奇艺世纪科技有限公司 Page display method, terminal, server, system and electronic equipment
CN112434239B (en) * 2020-12-09 2024-07-16 京东科技控股股份有限公司 Configuration information determination method, page display method, device, equipment and storage medium
CN112685671A (en) * 2021-01-21 2021-04-20 百度在线网络技术(北京)有限公司 Page display method, device, equipment and storage medium
CN112965756B (en) * 2021-01-21 2023-09-26 北京达佳互联信息技术有限公司 Page resource loading amount monitoring method and device, electronic equipment and storage medium
CN113177171B (en) * 2021-04-16 2024-05-28 百果园技术(新加坡)有限公司 Graph display method, device, terminal equipment and storage medium
CN115794267A (en) * 2021-09-10 2023-03-14 北京字节跳动网络技术有限公司 Method for displaying user interface and terminal equipment
CN113792236A (en) * 2021-09-13 2021-12-14 行吟信息科技(上海)有限公司 Page request method, page access system, electronic equipment and storage medium
CN113885962B (en) * 2021-10-11 2024-04-09 上海淇玥信息技术有限公司 Method and device for loading long-screen page and electronic equipment
CN116009998A (en) * 2021-10-21 2023-04-25 华为技术有限公司 Rendering method and related device
CN114253497B (en) * 2021-12-08 2024-08-23 科大讯飞股份有限公司 Multi-screen interaction method, device, equipment, system and storage medium
CN115776598B (en) * 2022-11-15 2024-05-03 聚好看科技股份有限公司 Server, display device and loading method of video playing component

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101149734A (en) * 2006-09-21 2008-03-26 上海万纬信息技术有限公司 Mobile terminal network browser and network browsing method
CN102760133A (en) * 2011-04-28 2012-10-31 腾讯科技(深圳)有限公司 Webpage loading method, webpage loading system, browser, terminal and server
CN103283209A (en) * 2011-04-18 2013-09-04 北京新媒传信科技有限公司 Application service platform system and implementation method thereof
CN103679487A (en) * 2012-09-05 2014-03-26 阿里巴巴集团控股有限公司 Advertisement display monitoring method and device
CN104484360A (en) * 2014-12-02 2015-04-01 百度在线网络技术(北京)有限公司 Acquiring method and device of parameter information
CN104484362A (en) * 2014-12-02 2015-04-01 百度在线网络技术(北京)有限公司 Search result display method and device
CN104798072A (en) * 2012-09-25 2015-07-22 欧普拉软件公司 Information management and display in web browsers
CN105205157A (en) * 2015-09-28 2015-12-30 北京奇艺世纪科技有限公司 Page loading method, device and system
CN105630521A (en) * 2014-10-31 2016-06-01 阿里巴巴集团控股有限公司 Webpage loading method and device
CN105677678A (en) * 2014-11-20 2016-06-15 腾讯科技(武汉)有限公司 Determination method for first screen positions of pages, webpage information display method and system
CN105975572A (en) * 2016-05-03 2016-09-28 广东欧珀移动通信有限公司 Webpage display method and device
CN106095460A (en) * 2016-06-21 2016-11-09 上海联彤网络通讯技术有限公司 Realize the embedded browser of terminal and optimize the system and method that webpage loads
CN106339305A (en) * 2016-08-30 2017-01-18 孙鸿鹏 Supervision and examination method for security of database
CN106575303A (en) * 2015-04-20 2017-04-19 广州市动景计算机科技有限公司 Method and device of displaying webpage

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004013599A (en) * 2002-06-07 2004-01-15 Ricoh Co Ltd Managing server, web page information managing method, and its program
US20080046562A1 (en) * 2006-08-21 2008-02-21 Crazy Egg, Inc. Visual web page analytics
US20080222273A1 (en) * 2007-03-07 2008-09-11 Microsoft Corporation Adaptive rendering of web pages on mobile devices using imaging technology
CN105573773A (en) * 2014-10-17 2016-05-11 Tcl集团股份有限公司 User interface laying method, apparatus and system
CN105260444A (en) * 2015-10-09 2016-01-20 深圳市华讯方舟科技有限公司 Adaptive data display method, terminal device and server
CN106528895A (en) * 2016-12-29 2017-03-22 重庆南华中天信息技术有限公司 CSS resource front-end display device

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101149734A (en) * 2006-09-21 2008-03-26 上海万纬信息技术有限公司 Mobile terminal network browser and network browsing method
CN103283209A (en) * 2011-04-18 2013-09-04 北京新媒传信科技有限公司 Application service platform system and implementation method thereof
CN102760133A (en) * 2011-04-28 2012-10-31 腾讯科技(深圳)有限公司 Webpage loading method, webpage loading system, browser, terminal and server
CN103679487A (en) * 2012-09-05 2014-03-26 阿里巴巴集团控股有限公司 Advertisement display monitoring method and device
CN104798072A (en) * 2012-09-25 2015-07-22 欧普拉软件公司 Information management and display in web browsers
CN105630521A (en) * 2014-10-31 2016-06-01 阿里巴巴集团控股有限公司 Webpage loading method and device
CN105677678A (en) * 2014-11-20 2016-06-15 腾讯科技(武汉)有限公司 Determination method for first screen positions of pages, webpage information display method and system
CN104484362A (en) * 2014-12-02 2015-04-01 百度在线网络技术(北京)有限公司 Search result display method and device
CN104484360A (en) * 2014-12-02 2015-04-01 百度在线网络技术(北京)有限公司 Acquiring method and device of parameter information
CN106575303A (en) * 2015-04-20 2017-04-19 广州市动景计算机科技有限公司 Method and device of displaying webpage
CN105205157A (en) * 2015-09-28 2015-12-30 北京奇艺世纪科技有限公司 Page loading method, device and system
CN105975572A (en) * 2016-05-03 2016-09-28 广东欧珀移动通信有限公司 Webpage display method and device
CN106095460A (en) * 2016-06-21 2016-11-09 上海联彤网络通讯技术有限公司 Realize the embedded browser of terminal and optimize the system and method that webpage loads
CN106339305A (en) * 2016-08-30 2017-01-18 孙鸿鹏 Supervision and examination method for security of database

Also Published As

Publication number Publication date
CN108733738A (en) 2018-11-02
WO2018196617A1 (en) 2018-11-01

Similar Documents

Publication Publication Date Title
CN108733738B (en) Page loading method, system, server and terminal
AU2019233201B2 (en) Resource configuration method and apparatus, terminal, and storage medium
CN106445583B (en) Page display method, equipment and system
CN109800173B (en) Program debugging method, device and storage medium
CN107741844B (en) Method and device for generating application installation package
CN109542427B (en) System customization method and device, electronic equipment and storage medium
EP4119207A1 (en) Vibration control method and apparatus, and electronic device and computer-readable storage medium
CN103747074B (en) mobile monitoring system based on Web server
CN104156213A (en) Android application running method and device
CN113127361A (en) Application program development method and device, electronic equipment and storage medium
CN108287784B (en) Webpage debugging method and device
CN108228139B (en) Singlechip development system and device based on HTML5 browser frame
CN110858175A (en) Test control method, master control equipment, controlled equipment and test system
CN106095886B (en) Data processing method and device
CN115878226A (en) H5 offline package loading method and device
US9916391B2 (en) Method, apparatus and terminal for webpage content browsing
JP5643449B1 (en) Server and method for displaying display screen on terminal device
CN107566519B (en) Code operation method and device, server and server cluster
CN114915565A (en) Method and system for debugging network
CN113448583A (en) Configuration development method and device based on Internet of things, terminal equipment and medium
CN113626402A (en) Log data acquisition method and device, electronic equipment and storage medium
CN114443460A (en) Operating environment switching method, device, equipment and storage medium
CN112214712A (en) Automatic browser switching method and device, storage medium and electronic equipment
CN111258622A (en) Control method and device for APP new function
CN103777929A (en) Simulative development system for program development and achieving method thereof

Legal Events

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