CN105205157B - Page loading method, device and system - Google Patents

Page loading method, device and system Download PDF

Info

Publication number
CN105205157B
CN105205157B CN201510627587.3A CN201510627587A CN105205157B CN 105205157 B CN105205157 B CN 105205157B CN 201510627587 A CN201510627587 A CN 201510627587A CN 105205157 B CN105205157 B CN 105205157B
Authority
CN
China
Prior art keywords
page
area
terminal
screen area
resources
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
CN201510627587.3A
Other languages
Chinese (zh)
Other versions
CN105205157A (en
Inventor
郑雯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing QIYI Century Science and Technology Co Ltd
Original Assignee
Beijing QIYI Century Science and 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 Beijing QIYI Century Science and Technology Co Ltd filed Critical Beijing QIYI Century Science and Technology Co Ltd
Priority to CN201510627587.3A priority Critical patent/CN105205157B/en
Publication of CN105205157A publication Critical patent/CN105205157A/en
Application granted granted Critical
Publication of CN105205157B publication Critical patent/CN105205157B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

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

Abstract

the embodiment of the invention discloses a method, a device and a system for loading a page, wherein the method is applied to a server and comprises the following steps: determining a first screen area corresponding to a link address according to the received link address of a page to be loaded sent by a terminal and the stored first screen area corresponding to each link address, wherein the page corresponding to the link address is divided into the first screen area and at least one other area; and sending the resources corresponding to the first screen area to the terminal, so that the terminal loads the first screen area in the page corresponding to the link address, wherein the resources corresponding to the first screen area comprise text information of other areas in the page. According to the embodiment of the invention, the page to be loaded is divided into the first screen area and the other areas, the first screen area is loaded preferentially when the page is loaded, and the other areas are loaded when the user has a demand, so that the number of resources which need to be loaded simultaneously when the page is just opened is reduced, the loading performance of the page is further improved, and the user experience is improved.

Description

Page loading method, device and system
Technical Field
The invention relates to the field of internet application, in particular to a page loading method, device and system.
Background
currently, video website pages are basically divided into two categories: the video information display page and the video playing page. The video information display page comprises a large amount of multimedia information such as pictures, third-party site location advertisements and the like; the video playing page comprises a player with huge resource occupation.
Because the resource loading capacity in the video information display page and the video playing page is large, the page loading performance is not high, and the user experience is not good: in addition, when the browser refreshes the page, the page can be prompted to be loaded (turned around) for a long time on the page due to the long refreshing time, and if a user operates the page in the page loading or refreshing process, the response cannot be obtained; meanwhile, the player resource loading opportunity is delayed, which results in that the user needs to wait for a period of time to see the video content.
Disclosure of Invention
the embodiment of the invention aims to provide a page loading method, device and system, which can improve page loading performance and user experience.
in order to achieve the above object, the present invention discloses a page loading method, which is applied to a server, and comprises:
determining a first screen area corresponding to a link address according to the received link address of a page to be loaded sent by a terminal and the stored first screen area corresponding to each link address, wherein the page corresponding to the link address is divided into the first screen area and at least one other area;
And sending the resources corresponding to the first screen area to the terminal, so that the terminal loads the first screen area in the page corresponding to the link address, wherein the resources corresponding to the first screen area comprise text information of other areas in the page.
Further, judging whether the loading conditions of other areas are met currently or not aiming at each other area; and if the loading conditions of the other areas are met, sending the resources corresponding to the other areas to the terminal.
Specifically, the determining whether the loading condition of the other area is currently satisfied may include:
judging whether identification information of text information of the other area clicked by a user and sent by a terminal is received at present; or
Judging whether the position information of the current display interface of the page sent by the terminal is the display position of the other area or not; or
and judging whether the information sent by the terminal is not received before the timer is overtime.
specifically, the resources may include: at least one of a text resource and a picture resource, and a code resource.
The invention also discloses a page loading device, which is applied to a server and comprises the following components:
the first screen area determining module is used for determining a first screen area corresponding to a link address according to the received link address of a page to be loaded sent by a terminal and the stored first screen area corresponding to each link address, wherein the page corresponding to the link address is divided into the first screen area and at least one other area;
and the first resource sending module is used for sending the resource corresponding to the first screen area to the terminal so that the terminal loads the first screen area in the page corresponding to the link address, wherein the resource corresponding to the first screen area comprises text information of other areas in the page.
further, the method can also comprise the following steps:
the judging module is used for judging whether the loading conditions of other areas are met currently or not aiming at each other area;
And a second resource sending module, configured to send the resource corresponding to the other area to the terminal if the loading condition of the other area is met.
Specifically, the determining module is configured to determine whether identification information of text information of the other area, which is sent by the terminal and clicked by the user, is received at present; or judging whether the position information of the current display interface of the page sent by the terminal is the display position of the other area; or judging whether the information sent by the terminal is not received before the timer is overtime.
The invention also discloses a page loading system, which comprises:
the server is used for determining a first screen area corresponding to the link address according to the received link address of the page to be loaded sent by the terminal and the stored first screen area corresponding to each link address; the page corresponding to the link address is divided into a first screen area and at least one other area; sending the resources corresponding to the first screen area to the terminal, wherein the resources corresponding to the first screen area comprise text information of other areas in the page;
The terminal is used for sending the link address of the page to be loaded; and receiving the resource corresponding to the first screen area sent by the server, and loading the first screen area in the page corresponding to the link address.
The server can also be used for judging whether the loading conditions of other areas are met currently or not aiming at each other area; if the loading conditions of the other areas are met, the resources corresponding to the other areas are sent to the terminal;
The terminal may be further configured to receive resources corresponding to other areas sent by the server, and load the other areas in the page.
Preferably, the terminal may be further configured to determine, for the loaded other region, whether to cache the resource of the other region currently, and if so, locally cache the resource of the other region.
Preferably, the terminal may be further configured to determine, according to a click operation of a user, identification information of text information of the other region corresponding to the click operation, determine whether resources of the other region corresponding to the text information in which the identification information is cached locally are cached, if yes, load the other region in the page according to the locally cached resources of the other region, and if not, send the identification information of the text information of the other region clicked by the user to the server.
Preferably, the terminal may be further configured to determine whether resources of other regions corresponding to the location information are locally cached according to the location information of the current display interface of the page, if so, load the other regions in the page according to the locally cached resources of the other regions, and if not, send the location information of the current display interface of the page to the server.
According to the technical scheme, the page to be loaded is divided into the first screen area and other areas, and the first screen area is loaded preferentially when the page is loaded, so that the quantity of resources which need to be loaded simultaneously when the page is loaded is reduced. The first screen area is the interface which is seen by the user firstly after the page is loaded, the first screen area is preferentially loaded, so that the first screen area of the page can respond quickly, and because the first screen area is the interface which is seen by the user firstly after the page is loaded, and the player resources are located in the first screen area, the loading of the video playing page is not delayed, the loading performance of the page is improved, and the user experience is improved. Of course, it is not necessary for any product or method of practicing the invention to achieve all of the above-described advantages at the same time.
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 description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
fig. 1A is a schematic flowchart of a page loading method according to an embodiment of the present invention;
FIG. 1B is a schematic diagram of a first screen area in an embodiment of the present invention;
FIG. 1C is a schematic view of another embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a page loading apparatus according to an embodiment of the present invention;
Fig. 3 is a schematic structural diagram of a system for page loading 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 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 embodiment of the invention provides a page loading method, device and system, which improve page loading performance and user experience.
As shown in fig. 1A, an embodiment of the present invention discloses a page loading method, which is applied to a server, and includes:
Step 101, determining a first screen area corresponding to a link address according to the received link address of a page to be loaded sent by a terminal and the stored first screen area corresponding to each link address, wherein the page corresponding to the link address is divided into the first screen area and at least one other area.
Specifically, the first screen area may be an interface that a user sees first after the page is loaded, and in the video playing page, the first screen area may be an area where the player is located. The other regions are regions outside the first screen region in the page. Before page loading, a page corresponding to each link address needs to be determined, the page is divided into a first screen area and at least one other area, and the corresponding first screen area and each other area corresponding to the link address are stored in a server for each link address.
as shown in the schematic diagram of the first screen area in fig. 1B, when a certain web page, for example, an odds and ends web page, is opened, the area displayed on the current interface after loading can be used as the first screen area. However, because the display screens of different terminals have different sizes, the size of the area displayed on the current interface after loading the same page is also different, and in order to facilitate control, in the embodiment of the present invention, the size of the first screen area is fixed, that is, the first screen area with the same size is adopted for all terminals, for example, as shown in fig. 1B, the area where the "focus of today" and the contents above the focus of today are located can be used as the first screen area.
Fig. 1C is a schematic diagram of other regions according to an embodiment of the present invention, where the size of each of the other regions may be the same or different, and the region outside the first screen region in the page may be arbitrarily divided into at least one other region, and when the other regions are divided more, the regions may be loaded respectively during loading, so as to increase the loading speed of each of the other regions. Or the content displayed on the page may be divided into corresponding other areas, as shown in fig. 1C, the area displayed with the art content is identified as M1, the area displayed with the talk show content is identified as M2, the area displayed with the entertainment content is identified as M3, and so on.
and 102, sending the resource corresponding to the first screen area to the terminal, so that the terminal loads the first screen area in the page corresponding to the link address, wherein the resource corresponding to the first screen area comprises text information of other areas in the page.
Specifically, the resources include: at least one of text resources and picture resources, code resources and the like, wherein in the video playing page, the resources also comprise video resources.
in order to load each part of content in the page, the first screen area contains information of other areas, and in order to reduce the resource amount corresponding to the first screen area and increase the loading speed of the first screen area, text information of the other areas can be displayed in the first screen area.
according to the embodiment of the invention, the page to be loaded is divided into the first screen area and other areas, and the first screen area is loaded preferentially when the page is loaded, so that the quantity of resources which need to be loaded simultaneously when the page is loaded is reduced. The first screen area is the interface which is seen by the user firstly after the page is loaded, the first screen area is preferentially loaded, so that the first screen area of the page can respond quickly, and because the first screen area is the interface which is seen by the user firstly after the page is loaded, and the player resources are located in the first screen area, the loading of the video playing page is not delayed, the loading performance of the page is improved, and the user experience is improved.
In the embodiment of the invention, in order to improve the loading speed of the page, each page is divided into a first screen area and at least one other area in advance, resources supporting each first screen area and each other area are determined, the corresponding first screen area and at least one other area are saved aiming at the link address of each page, and the corresponding resources are saved aiming at each area. For the content displayed in each region, it is determined that the resource supporting the content to be displayed on the page belongs to the prior art, and the process is not described in detail in the embodiment of the present invention.
The resources include: at least one of text resources and picture resources, code resources and the like, wherein in the video playing page, the resources also comprise video resources.
The code resources may include core code and trigger load code. The core code may include a base code and a frame code that support the whole page interaction, and is a basic code that the whole page interaction can run, and if the core code is missing, a very serious problem may occur, for example, the interaction of the whole page is completely failed. The trigger loading code can be a corresponding code (business code) which is triggered only by a specific operation of a page by a user, and then the interaction at the position is completed, and the missing of the code can only cause the failure of the specific interaction, so that the influence is small. The correlation between the core code and the service logic is small and stable; the correlation between the trigger loading code and the service is large, and different trigger loading codes can be arranged on different pages.
in the embodiment of the invention, aiming at each page, a user can see the corresponding first screen area as soon as possible, and the contents of other areas can be loaded in a trigger loading mode according to the operation of the user. In order to keep the whole page in a correct frame structure without losing the seo information, in the embodiment of the present invention, the complete content of the first screen area (e.g., the area a shown in fig. 1B) and the seo text information of other areas in the whole page are reserved in a seo _ index.
Html is loaded to the browser, and then resources corresponding to the first screen area are sequentially loaded: base code, core code, business code. At this time, the browser caching strategy can directly return the existing js file, so that concurrent requests are reduced as much as possible.
the seo information is information contained in the page and used for optimizing the page, and can include; optimizing information of website domain names and spaces; optimizing information of page structure and layout; optimizing information of page content; optimization information for web site links (inner and outer links), etc. And ensuring that the seo information is not lost, namely ensuring that the original optimization information of the page is not influenced by the method.
preferably, in order to further enhance the experience of the user and provide the complete page content to the user, in another embodiment of the present invention, after step S102, the method may further include:
Judging whether the loading conditions of other areas are met currently or not aiming at each other area;
And if the loading conditions of the other areas are met, sending the resources corresponding to the other areas to the terminal.
wherein, the judging whether the loading condition of the other area is met currently comprises:
judging whether identification information of text information of the other area clicked by a user and sent by a terminal is received at present; or
judging whether the position information of the current display interface of the page sent by the terminal is the display position of the other area or not; or
and judging whether the information sent by the terminal is not received before the timer is overtime.
And when the loading conditions of other areas are met, the server sends related resources (js, html, css, image and the like) to the terminal, and the terminal renders the related other areas at corresponding positions in the page after the resources are returned correctly.
For example: when a user clicks text information of other areas in the head screen area, the terminal sends identification information of the other areas to the server, the server determines that loading conditions of the other areas are met according to the identification information of the other areas, the server sends resources corresponding to the other areas to the terminal, a page can jump to the corresponding other areas, and the loaded contents of the other areas are displayed. The identification information is used for uniquely identifying the other area of the page, and can be in the form of a link and the like.
the user can also pull down the scroll bar and move to the positions of other areas, at the moment, the terminal sends the position information to the server, the server determines that the loading conditions of the other areas are met according to the position information, the server sends the resources corresponding to the other areas to the terminal, and the page can display the contents of the other areas.
A timer may also be set in the server, with a specific duration set in the timer. If the user does not click the identification information of the text information of other areas in the head screen area within the specific duration, and the operation of pulling down the scroll bar is not performed, and after the timer is overtime, the server automatically sends the resources corresponding to the other areas to the terminal. When the server sends the resources corresponding to the other areas to the terminal, in order to further ensure the user experience, the resources of each of the other areas can be sequentially sent to the terminal according to the display positions of the other areas, so that the terminal sequentially loads and displays each of the other areas according to the sequence.
according to the scheme, after the server loads the resources of the first screen area, whether the resources of other areas are loaded or not is judged for each other area so as to ensure the experience of a user, and therefore corresponding loading is completed.
In another embodiment of the present invention, in order to further increase the loading speed of the page, for each other area in each page, the identifier information of each other area in which the identifier is set is transmitted to the terminal, based on the update frequency of the content contained in the other area, for the set identifier of the other area having a lower update frequency. And after the terminal loads the other areas, storing the resources of the other areas locally according to the identification information of each other area locally stored. Therefore, when the terminal loads the other area again, the resources of the other area can be loaded from the local, so that the loading speed of the other area is increased, and the pressure of the server is reduced.
Specifically, when the terminal is loaded, according to the click operation of the user, the identification information of the text information of the other region corresponding to the click operation is determined, whether the resources of the other region corresponding to the text information of the identification information are locally cached is judged, if yes, the other region is loaded in the page according to the locally cached resources of the other region, and if not, the identification information of the text information of the other region clicked by the user is sent to the server.
The terminal stores the resources of the other areas locally, and the modes of browser caching, localStorage, session storage, cookie and the like can be adopted. The above scheme makes full use of the storage function of the browser in the terminal, preferentially acquires the resources from the browser if the user requests the resources to exist in the local storage of the browser, and sends the request to the server if the local storage of the browser does not have the corresponding resources. Unnecessary interaction between the terminal and the server is reduced, and the request response of the local storage of the browser with the resources existing is also quicker. For example, a js file sends a network request to load only when a page is opened for the first time, and the file can be directly read from a browser cache when the page is refreshed or a browser is closed and then opened, so that the problem that resources are continuously requested repeatedly when the page is loaded is solved.
As shown in fig. 2, an embodiment of the present invention discloses a page loading apparatus, which is applied to a server, and includes:
A first screen area determining module 201, configured to determine, according to a received link address of a page to be loaded, which is sent by a terminal, a first screen area corresponding to the link address; the page corresponding to the link address is divided into a first screen area and at least one other area;
a first resource sending module 202, configured to send the resource corresponding to the first screen area to the terminal, so that the terminal loads the first screen area in the page corresponding to the link address, where the resource corresponding to the first screen area includes text information of other areas in the page.
Preferably, the apparatus shown in fig. 2 may further include:
a judging module (not shown in the figure) for judging whether the loading condition of the other area is satisfied currently for each other area;
a second resource sending module (not shown in the figure), configured to send the resource corresponding to the other area to the terminal if the loading condition of the other area is met.
Specifically, the determining module is configured to determine whether identification information of text information of the other area, which is sent by the terminal and clicked by the user, is received at present; or judging whether the position information of the current display interface of the page sent by the terminal is the display position of the other area; or judging whether the information sent by the terminal is not received before the timer is overtime.
As shown in fig. 3, an embodiment of the present invention discloses a page loading system, which includes:
The server 301 is configured to determine, according to a received link address of a page to be loaded, which is sent by the terminal, a first screen area corresponding to the link address; the page corresponding to the link address is divided into a first screen area and at least one other area; sending the resources corresponding to the first screen area to the terminal, wherein the resources corresponding to the first screen area comprise text information of other areas in the page;
A terminal 302, configured to send a link address of a page to be loaded; and receiving the resource corresponding to the first screen area sent by the server, and loading the first screen area in the page corresponding to the link address.
Preferably, the server 301 is further configured to determine, for each other area, whether a loading condition of the other area is currently met; if the loading conditions of the other areas are met, the resources corresponding to the other areas are sent to the terminal;
The terminal 302 is further configured to receive resources corresponding to other areas sent by the server, and load the other areas in the page.
Preferably, the terminal 302 is further configured to determine, for the loaded other area, whether to cache the resource of the other area currently, and if so, locally cache the resource of the other area.
The terminal 302 is further configured to determine, according to a click operation of a user, identification information of text information of the other region corresponding to the click operation, determine whether resources of the other region corresponding to the text information of the identification information are cached locally, if so, load the other region in the page according to the locally cached resources of the other region, and if not, send the identification information of the text information of the other region clicked by the user to the server.
The terminal 302 is further configured to determine, according to the location information of the current display interface of the page, whether resources of other regions corresponding to the location information are locally cached, if so, load the other regions in the page according to the locally cached resources of the other regions, and if not, send the location information of the current display interface of the page to the server.
According to the embodiment of the invention, the page to be loaded is divided into the first screen area and other areas, and the first screen area is loaded preferentially when the page is loaded, so that the quantity of resources which need to be loaded simultaneously when the page is loaded is reduced. The first screen area is the interface which is seen by the user firstly after the page is loaded, the first screen area is preferentially loaded, so that the first screen area of the page can respond quickly, and because the first screen area is the interface which is seen by the user firstly after the page is loaded, and the player resources are located in the first screen area, the loading of the video playing page is not delayed, the loading performance of the page is improved, and the user experience is improved.
for the system/apparatus embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference may be made to some descriptions of the method embodiments for relevant points.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Those skilled in the art will appreciate that all or part of the steps in the above method embodiments may be implemented by a program to instruct relevant hardware to perform the steps, and the program may be stored in a computer-readable storage medium, which is referred to herein as a storage medium, such as: ROM/RAM, magnetic disk, optical disk, etc.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (7)

1. a method for loading a page, which is applied to a server, the method comprising:
Determining a first screen area corresponding to a link address according to the received link address of a page to be loaded sent by a terminal and the stored first screen area corresponding to each link address, wherein the page corresponding to the link address is divided into the first screen area and at least one other area;
Sending the resource corresponding to the first screen area to the terminal, and enabling the terminal to load the first screen area in the page corresponding to the link address, wherein the resource corresponding to the first screen area comprises the complete content of the first screen area and the seo text information of other areas in the page; the seo information is information contained in the page and used for optimizing the page;
Judging whether the loading conditions of other areas are met currently or not aiming at each other area;
if the loading conditions of the other areas are met, the resources corresponding to the other areas are sent to the terminal;
The judging whether the loading condition of the other area is met currently comprises the following steps:
Judging whether identification information of text information of the other area clicked by a user and sent by a terminal is received at present; or
Judging whether the position information of the current display interface of the page sent by the terminal is the display position of the other area or not; or
judging whether the information sent by the terminal is not received before the timer is overtime;
And for each other area, according to the update frequency of the content contained in the other area, for the set identifier of the other area with the update frequency lower than the preset update frequency, transmitting the identification information of each other area with the set identifier to the terminal.
2. The method of claim 1, wherein the resources comprise:
At least one of a text resource and a picture resource, and a code resource.
3. An apparatus for page loading, applied to a server, the apparatus comprising:
The first screen area determining module is used for determining a first screen area corresponding to a link address according to the received link address of a page to be loaded sent by a terminal and the stored first screen area corresponding to each link address, wherein the page corresponding to the link address is divided into the first screen area and at least one other area;
a first resource sending module, configured to send a resource corresponding to the first screen area to the terminal, so that the terminal loads the first screen area in a page corresponding to the link address, where the resource corresponding to the first screen area includes complete content of the first screen area and seo text information of other areas in the page; the seo information is information contained in the page and used for optimizing the page;
The judging module is used for judging whether the loading conditions of other areas are met currently or not aiming at each other area;
A second resource sending module, configured to send the resources corresponding to the other area to the terminal if the loading condition of the other area is met; for each other area, according to the update frequency of the content contained in the other area, for the set identifier of the other area of which the update frequency is lower than the preset update frequency, transmitting the identification information of each other area in which the identifier is set to the terminal;
The judging module is used for judging whether the identification information of the text information of the other area clicked by the user and sent by the terminal is received at present; or judging whether the position information of the current display interface of the page sent by the terminal is the display position of the other area; or judging whether the information sent by the terminal is not received before the timer is overtime.
4. A system for page loading, the system comprising:
the server is used for determining a first screen area corresponding to the link address according to the received link address of the page to be loaded sent by the terminal and the stored first screen area corresponding to each link address; the page corresponding to the link address is divided into a first screen area and at least one other area; sending the resources corresponding to the first screen area to the terminal, wherein the resources corresponding to the first screen area comprise the complete content of the first screen area and the seo text information of other areas in the page; the seo information is information contained in the page and used for optimizing the page;
The terminal is used for sending the link address of the page to be loaded; receiving resources corresponding to the first screen area sent by the server, and loading the first screen area in the page corresponding to the link address;
The server is also used for judging whether the loading conditions of other areas are met currently or not aiming at each other area; if the loading conditions of the other areas are met, the resources corresponding to the other areas are sent to the terminal; for each other area, according to the update frequency of the content contained in the other area, for the set identifier of the other area of which the update frequency is lower than the preset update frequency, transmitting the identification information of each other area in which the identifier is set to the terminal;
the terminal is further configured to receive resources corresponding to other areas sent by the server, and load the other areas in the page; according to the identification information of each other area stored locally, storing the resources of the other area locally, so that when the other area is loaded again, the resources of the other area are loaded locally;
the judging whether the loading condition of the other area is met currently comprises the following steps:
Judging whether identification information of text information of the other area clicked by a user and sent by a terminal is received at present; or
judging whether the position information of the current display interface of the page sent by the terminal is the display position of the other area or not; or
And judging whether the information sent by the terminal is not received before the timer is overtime.
5. The system according to claim 4, wherein the terminal is further configured to determine, for the loaded other region, whether to cache the resources of the other region currently, and if so, locally cache the resources of the other region.
6. the system according to claim 5, wherein the terminal is further configured to determine, according to a click operation of the user, identification information of the text information of the other region corresponding to the click operation, determine whether resources of the other region corresponding to the text information of the identification information are locally cached, if so, load the other region in the page according to the locally cached resources of the other region, and if not, send the identification information of the text information of the other region clicked by the user to the server.
7. the system according to claim 5, wherein the terminal is further configured to determine, according to the location information of the current display interface of the page, whether resources of other regions corresponding to the location information are locally cached, if so, load the other regions in the page according to the locally cached resources of the other regions, and if not, send the location information of the current display interface of the page to the server.
CN201510627587.3A 2015-09-28 2015-09-28 Page loading method, device and system Active CN105205157B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510627587.3A CN105205157B (en) 2015-09-28 2015-09-28 Page loading method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510627587.3A CN105205157B (en) 2015-09-28 2015-09-28 Page loading method, device and system

Publications (2)

Publication Number Publication Date
CN105205157A CN105205157A (en) 2015-12-30
CN105205157B true CN105205157B (en) 2019-12-13

Family

ID=54952840

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510627587.3A Active CN105205157B (en) 2015-09-28 2015-09-28 Page loading method, device and system

Country Status (1)

Country Link
CN (1) CN105205157B (en)

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107179920B (en) * 2016-03-09 2021-06-04 斑马智行网络(香港)有限公司 Network engine starting method and device
CN107526751A (en) * 2016-06-22 2017-12-29 广州市动景计算机科技有限公司 Loading method, client, web page server and the programmable device of webpage
CN106570071A (en) * 2016-10-14 2017-04-19 上海斐讯数据通信技术有限公司 Method and system for loading front end page of cloud access controller
CN108733738B (en) * 2017-04-25 2023-04-07 腾讯科技(深圳)有限公司 Page loading method, system, server and terminal
CN108984548B (en) * 2017-05-31 2022-07-26 腾讯科技(深圳)有限公司 Page content caching method and device
CN107786885B (en) * 2017-10-31 2020-09-01 北京酷我科技有限公司 Method for asynchronous loading and overtime monitoring of video
CN110020304A (en) * 2017-11-29 2019-07-16 北京京东尚科信息技术有限公司 A kind of method and apparatus of loading page
CN110598137A (en) * 2018-05-23 2019-12-20 北京三快在线科技有限公司 Page display method and device and computing equipment
CN110874520B (en) * 2018-09-03 2024-01-30 珠海金山办公软件有限公司 Method and device for removing overlapped paths and terminal equipment
CN110008421A (en) * 2018-11-09 2019-07-12 阿里巴巴集团控股有限公司 Page processing method, device, equipment and computer readable storage medium
CN111339455B (en) * 2018-12-18 2024-02-23 阿里巴巴集团控股有限公司 Method and device for loading page first screen by browser application
CN115827098A (en) * 2019-07-16 2023-03-21 创新先进技术有限公司 Page resource loading method and system
CN113326422A (en) * 2020-02-28 2021-08-31 北京沃东天骏信息技术有限公司 Information acquisition method, device, equipment and medium
CN111930452B (en) * 2020-06-30 2023-12-08 龙芯中科(合肥)技术有限公司 Browser language pack loading method, browser, electronic equipment and storage medium
CN112784200A (en) * 2021-01-28 2021-05-11 百度在线网络技术(北京)有限公司 Page data processing method, device, equipment, medium and computer program product
CN113885962B (en) * 2021-10-11 2024-04-09 上海淇玥信息技术有限公司 Method and device for loading long-screen page and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102760133A (en) * 2011-04-28 2012-10-31 腾讯科技(深圳)有限公司 Webpage loading method, webpage loading system, browser, terminal and server
CN103399866A (en) * 2013-07-05 2013-11-20 北京小米科技有限责任公司 Webpage rendering method, device and equipment
CN103488504A (en) * 2013-09-12 2014-01-01 天脉聚源(北京)传媒科技有限公司 Method and device for loading data
CN104050184A (en) * 2013-03-13 2014-09-17 阿里巴巴集团控股有限公司 Method and device for displaying page content
CN104765855A (en) * 2015-04-21 2015-07-08 车智互联(北京)科技有限公司 Primary screen performance optimizing method applied to browser

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102760133A (en) * 2011-04-28 2012-10-31 腾讯科技(深圳)有限公司 Webpage loading method, webpage loading system, browser, terminal and server
CN104050184A (en) * 2013-03-13 2014-09-17 阿里巴巴集团控股有限公司 Method and device for displaying page content
CN103399866A (en) * 2013-07-05 2013-11-20 北京小米科技有限责任公司 Webpage rendering method, device and equipment
CN103488504A (en) * 2013-09-12 2014-01-01 天脉聚源(北京)传媒科技有限公司 Method and device for loading data
CN104765855A (en) * 2015-04-21 2015-07-08 车智互联(北京)科技有限公司 Primary screen performance optimizing method applied to browser

Also Published As

Publication number Publication date
CN105205157A (en) 2015-12-30

Similar Documents

Publication Publication Date Title
CN105205157B (en) Page loading method, device and system
US11032388B2 (en) Methods for prerendering and methods for managing and configuring prerendering operations
US11019179B2 (en) Access to network content
US20160300272A1 (en) Cdn-based advertisement material download method, apparatus, and device
US20130007260A1 (en) Access to network content
CN106791953B (en) Multi-player control method, server and client
US9450803B2 (en) Efficient delivery of content by virtualization of dynamic interaction with the document object model
JP2004527850A (en) Electronic documents with parts that are automatically updated
US20120066586A1 (en) Systems and methods for accelerating web page loading
US8516041B1 (en) Pre-fetching asynchronously requested content
CN111510789B (en) Video playing method, system, computer equipment and computer readable storage medium
CN107040584B (en) Method and device for downloading picture by client
CN109858962B (en) Advertisement display method based on electronic book and electronic equipment
CN103095840A (en) Advertisement loading method used for mobile terminal
CN101442550A (en) Method and apparatus for pushing network information
US20160112492A1 (en) Method and apparatus for providing network resources at intermediary server
CN106126683B (en) Page display method and terminal equipment
CN103825948A (en) Method and system for optimizing webpage access based on webpage access requests
US20110219366A1 (en) System and method of advertising for use on internet and/or digital networking capable devices
CN107580253B (en) Error-reporting page processing method and device, set top box and storage medium
CN104219272B (en) Buffering updating method, terminal and system
US20200219148A1 (en) Systems and methods for view-based advertisement selection
CN106557529B (en) Display method and device for jump page in page jump
CN112153459A (en) Method and device for screen projection display
EP2515535A1 (en) Method and set top box for acquiring program content

Legal Events

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