CN110020349B - Page rendering method and device - Google Patents

Page rendering method and device Download PDF

Info

Publication number
CN110020349B
CN110020349B CN201710883013.1A CN201710883013A CN110020349B CN 110020349 B CN110020349 B CN 110020349B CN 201710883013 A CN201710883013 A CN 201710883013A CN 110020349 B CN110020349 B CN 110020349B
Authority
CN
China
Prior art keywords
module
rendering
page
rendered
type
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
CN201710883013.1A
Other languages
Chinese (zh)
Other versions
CN110020349A (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 Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information 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 Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201710883013.1A priority Critical patent/CN110020349B/en
Publication of CN110020349A publication Critical patent/CN110020349A/en
Application granted granted Critical
Publication of CN110020349B publication Critical patent/CN110020349B/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
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0641Shopping interfaces

Abstract

The embodiment of the invention provides a page rendering method and a device, wherein the method comprises the following steps: acquiring a page to be rendered; obtaining the type of each module in the page to be rendered; and rendering each module according to the type of each module to realize rendering of the page to be rendered. Compared with the prior art that each module in the page to be rendered needs to be rendered, the page to be rendered is rendered according to the type of each module in the page to be rendered, the rendering speed of the modules is increased, and the page rendering efficiency is improved.

Description

Page rendering method and device
Technical Field
The invention relates to the technical field of computers, in particular to a page rendering method and device.
Background
Electronic commerce enables consumers to purchase and pay online through the internet, time and space of customers and enterprises are saved, transaction efficiency is greatly improved, and precious time of office workers who work busy is greatly saved particularly.
With the rapid development of electronic commerce, the number of e-commerce websites is increasing, and the number of active pages of a large e-commerce website on line per day can be hundreds of thousands, and the number of people browsing on line reaches hundreds of millions.
Before the activity page is released, operators and merchants decorate the activity page in an activity background, various layouts are added in the page, different types of modules (a carousel module, a commodity recommendation module and the like) are added in the layouts, the content (namely data) of each module is configured to form a complete activity page, and after the activity page is released, external visitors can access the latest content of the activity page.
In the prior art, when a user enters an active decoration page or a cache of the active page (browsing) fails, the page needs to be re-rendered, for each module of each layout in the page, data configured by the user for the module and a used template need to be read from a database, then vector rendering is performed, and finally rendering results (html) of all modules of the whole page are returned to a front end for display.
In the process of implementing the present invention, the inventor finds that, each time a page is rendered, for each module in the page, configuration data of a user and corresponding template data are read from a database, and then rendering is performed module by module. Even if the module is independent of the third party interface, the module still needs to be re-rendered, and the overall rendering speed of the page is reduced.
Therefore, a new page rendering method and apparatus are needed.
The above information disclosed in this background section is only for enhancement of understanding of the background of the invention and therefore it may contain information that does not constitute prior art that is already known to a person of ordinary skill in the art.
Disclosure of Invention
In view of this, the present invention provides a method and an apparatus for page rendering, which can improve the efficiency of page rendering.
Additional features and advantages of the invention will be set forth in the detailed description which follows, or may be learned by practice of the invention.
According to a first aspect of the present invention, there is provided a method of page rendering, wherein the method comprises:
acquiring a page to be rendered;
obtaining the type of each module in the page to be rendered;
and rendering each module according to the type of each module so as to render the page to be rendered.
According to some embodiments, rendering the respective modules according to their types comprises: and setting a processing logic thread pool for each type of module, and using a waiting awake method for threads processed by each module to render the page to be rendered.
According to some embodiments, rendering the respective modules according to their types comprises: and when the acquired module is the first type module, acquiring the rendering fragment of the module from a first database.
According to some embodiments, rendering the respective modules according to their types comprises: and when the obtained module is a second type module, rendering the module by using the configuration information and the template information obtained from the second database and the data obtained from the third-party data interface to obtain a rendering fragment of the module.
According to some embodiments, the method further comprises: when the page to be rendered is rendered for the first time, the rendering fragments of the first type of module in the page to be rendered are stored in a first database.
According to some embodiments, obtaining a page to be rendered comprises:
and acquiring the page to be rendered according to the identifier of the page to be rendered included in the received request.
According to a second aspect of the present invention, there is provided an apparatus for page rendering, wherein the apparatus comprises:
the first acquisition module is used for acquiring a page to be rendered;
the second obtaining module is used for obtaining the type of each module in the page to be rendered;
and the rendering module is used for rendering each module according to the type of each module so as to render the page to be rendered.
According to some embodiments, the rendering module is configured to retrieve the rendering fragment of the retrieved module from the first database when the retrieved module is a first type of module.
According to some embodiments, the rendering module is configured to, when the obtained module is a second type of module, render the module by using the configuration information and the template information obtained from the second database and the data obtained from the third-party data interface, so as to obtain a rendering fragment of the module.
According to some embodiments, the apparatus further comprises:
and the storage module is used for storing rendering fragments of the first type of module in the page to be rendered into a first database when the page to be rendered is rendered for the first time.
According to a third aspect of the invention, a computer-readable storage medium is provided, on which a computer program is stored, wherein the program, when executed by a processor, performs the method steps as set forth in the first aspect.
According to a fourth aspect of the present invention, there is provided an electronic apparatus, comprising: one or more processors; storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to carry out the method steps as described in the first aspect.
In the embodiment of the invention, the page to be rendered is obtained; obtaining the type of each module in the page to be rendered; and rendering each module according to the type of each module to realize rendering of the page to be rendered. Compared with the prior art that each module in the page to be rendered needs to be rendered, the page to be rendered is rendered according to the type of each module in the page to be rendered, the rendering speed of the modules is increased, and the page rendering efficiency is improved.
Drawings
The above and other objects, features and advantages of the present invention will become more apparent by describing in detail exemplary embodiments thereof with reference to the attached drawings.
FIG. 1 is a flowchart illustrating a method of page rendering in accordance with an exemplary embodiment;
FIG. 2 is a block diagram illustrating an apparatus for page rendering in accordance with an exemplary embodiment;
fig. 3 is a schematic structural diagram of an electronic device according to an exemplary embodiment.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The same reference numerals denote the same or similar parts in the drawings, and thus, a repetitive description thereof will be omitted.
Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to provide a thorough understanding of embodiments of the invention. One skilled in the relevant art will recognize, however, that the invention may be practiced without one or more of the specific details, or with other methods, components, devices, steps, and so forth. In other instances, well-known methods, devices, implementations or operations have not been shown or described in detail to avoid obscuring aspects of the invention.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor means and/or microcontroller means.
The flow charts shown in the drawings are merely illustrative and do not necessarily include all of the contents and operations/steps, nor do they necessarily have to be performed in the order described. For example, some operations/steps may be decomposed, and some operations/steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
Although the term "acquisition module" is used herein to describe the acquisition modules in terms of first/second, etc., these terms are only used to distinguish the acquisition modules from each other, and the acquisition modules in this application should not be limited thereto.
FIG. 1 is a flowchart illustrating a method of page rendering according to an example embodiment.
As shown in fig. 1, in S110, a page to be rendered is acquired.
According to an example embodiment, the server may obtain the page to be rendered according to the identifier of the page to be rendered included in the received request.
For example, when a user accesses an active page, the page needs to be rendered again, the front end may send a request for rendering the page to the server, where the request may include an identifier of the page to be rendered, and after the server in the background receives the request, the server in the background searches the page to be rendered, the layout of the page to be rendered, and the data of the module from the first database storing the page structure information according to the identifier of the page to be rendered in the request.
It should be noted that, in the embodiment of the present invention, the page structure information may be cached in the message middleware, so that the page structure information does not need to be acquired from the first database each time. For example, when a user accesses an active page, a browsing html segment of the active page may be first read directly from the message middleware, and if the segment exists and is not expired, the segment may be directly read and returned to the front-end presentation. If the fragment in the message middleware is invalid or does not exist, the page needs to be rendered again, and at this time, the page to be rendered, the layout of the page to be rendered and the data of the module can be searched from the first database storing the page structure information.
According to an example embodiment, the page structure information may include, but is not limited to, data of pages, layouts and modules, and relationship information among the three, and the message middleware may include, but is not limited to, redis, MQ.
In S120, the types of the respective modules in the page to be rendered are acquired.
According to the exemplary embodiment, after each module of the page to be rendered is acquired, the type of the module can be determined by judging whether the module depends on a third-party interface. The module independent of the third-party interface is a first type module, i.e. a non-third-party module, and the module dependent on the third-party interface is a second type module, i.e. a third-party module, such as a timer module, a carousel map, a navigation module, etc., and these modules are only related to the user configuration data and belong to the second type module.
In S130, rendering each module according to the type of each module, so as to render the page to be rendered.
According to an example embodiment, a processing logic thread pool may be set for each type of module, and a wait await method may be used for threads processed by each module to render the page to be rendered.
For example, the application may include a first type module and a second type module, and thus, two processing logic thread pools may be set to process the two types of modules, and a wait await method may be used for threads in each thread pool, so that subsequent operations are performed after processing threads of all modules in the page to be rendered are finished.
According to an example embodiment, when the retrieved module is a first type of module, the rendered fragment of the module may be retrieved from a first database.
It should be noted that, when the page to be rendered is rendered for the first time, rendering fragments of a first type of module in the page to be rendered are stored in a first database.
For example, when a page to be rendered is rendered for the first time, for a first type of module in the page, a background server first reads template content used by the module by using configuration information and template information of a user, performs module rendering by using Velocity to obtain an html fragment of a rendering fragment of the module, and then stores the rendering fragment in a first database. For a second type of module in the page, the background server calls a third-party interface by using the configuration information of the user to acquire corresponding information (such as the name and inventory of a commodity), reads template content used by the module by using the template information, finally performs vector rendering by using the acquired information and the used template content, and stores the user configuration information and the used template information of the module into a second database.
It should be noted that the rendering fragment of the first type module may also be cached in the message middleware, so that when the module is rendered subsequently, whether the rendering fragment exists in the message middleware may be first searched, and after the rendering fragment does not exist in the message middleware, the rendering fragment of the module is obtained from the first database, and the rendering fragment is inserted into the attribute information of the module.
According to an example embodiment, the first database may be a persistently storable database, such as a MongoDB.
According to an example embodiment, when the acquired module is a second type module, the module is rendered by using the configuration information and the template information acquired from the second database and the data acquired from the third-party data interface, so as to obtain a rendering fragment of the module.
According to an example embodiment, for the second type of module, since a third party is required to provide data, such as the name of a commodity, inventory, and the like, rendering needs to be performed again each time a page is rendered, at this time, the user configuration information and the template information may be read from the second database, and these two pieces of information are inserted into the attribute information of the module. And then, calling a third-party interface by using the configuration information recorded in the page structure information of the module in the second database, acquiring corresponding data (such as the name of a commodity, inventory and other information), and performing vector rendering by using the data and the used template content to obtain an html fragment rendered by the module.
According to an example embodiment, the second database may be a relational database, e.g., Mysql.
In the above embodiment, for a first type of module, the rendering result is stored in the first database, and for a second type of module, the configuration information and the template information are stored in the second database. Furthermore, when the page rendering is carried out, the rendering fragment of the module of the first type is directly obtained from the first database, the configuration information and the template information of the module of the second type can be obtained from the second database, the configuration information is used for calling a third-party interface to obtain data, and then the data and the template information are used for rendering the module of the second type, so that the rendering of the module of the first type is avoided, and the page rendering efficiency is greatly improved.
It should be noted that rendering each module in the page, that is, rendering the page to be rendered, is realized. After the page rendering is finished, storing the page structure information of the page into a database MongoDB, and updating the browsing page structure content cache, so that the subsequent browsing and page accessing rendering can be conveniently used.
In the embodiment of the invention, the page to be rendered is obtained; obtaining the type of each module in the page to be rendered; and rendering each module according to the type of each module to realize rendering of the page to be rendered. Compared with the prior art that each module in the page to be rendered needs to be rendered, the page to be rendered is rendered according to the type of each module in the page to be rendered, the rendering speed of the modules is increased, and the page rendering efficiency is improved.
It should be clearly understood that the present disclosure describes how to make and use particular examples, but the principles of the present disclosure are not limited to any details of these examples. Rather, these principles can be applied to many other embodiments based on the teachings of the present disclosure.
The following are embodiments of the apparatus of the present invention that may be used to perform embodiments of the method of the present invention. In the following description of the apparatus, the same parts as those of the foregoing method will not be described again.
Fig. 2 is a schematic structural diagram illustrating an apparatus for page rendering according to an exemplary embodiment. As shown in fig. 2, the apparatus 200 includes:
a first obtaining module 210, configured to obtain a page to be rendered;
a second obtaining module 220, configured to obtain types of modules in the page to be rendered;
and the rendering module 230 is configured to render the modules according to the types of the modules, so as to render the page to be rendered.
According to some embodiments, the rendering module 230 is configured to, when the retrieved module is a first type of module, retrieve a rendering fragment of the module from a first database.
According to some embodiments, the rendering module 230 is configured to, when the obtained module is a second type of module, render the module by using the configuration information and the template information obtained from the second database and the data obtained from the third-party data interface, so as to obtain a rendering fragment of the module.
According to some embodiments, the apparatus 200 further comprises:
the storage module 240 is configured to store rendering fragments of a first type of module in the page to be rendered into a first database when the page to be rendered is rendered for the first time.
In the embodiment of the invention, the page to be rendered is obtained; obtaining the type of each module in the page to be rendered; and rendering each module according to the type of each module to realize rendering of the page to be rendered. Compared with the prior art that each module in the page to be rendered needs to be rendered, the page to be rendered is rendered according to the type of each module in the page to be rendered, the rendering speed of the modules is increased, and the page rendering efficiency is improved.
As another aspect, the present application also provides a computer-readable medium, which may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to perform: acquiring a page to be rendered; obtaining the type of each module in the page to be rendered; and rendering each module according to the type of each module so as to render the page to be rendered.
Fig. 3 is a schematic structural diagram of an electronic device according to an exemplary embodiment. It should be noted that the electronic device shown in fig. 3 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 3, the computer system 300 includes a Central Processing Unit (CPU)301 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)302 or a program loaded from a storage section 308 into a Random Access Memory (RAM) 303. In the RAM 303, various programs and data necessary for the operation of the system 300 are also stored. The CPU301, ROM 302, and RAM 303 are connected to each other via a bus 304. An input/output (I/O) interface 305 is also connected to bus 304.
The following components are connected to the I/O interface 305: an input portion 306 including a keyboard, a mouse, and the like; an output section 307 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 308 including a hard disk and the like; and a communication section 309 including a network interface card such as a LAN card, a modem, or the like. The communication section 309 performs communication processing via a network such as the internet. A drive 310 is also connected to the I/O interface 305 as needed. A removable medium 311 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 310 as necessary, so that a computer program read out therefrom is mounted into the storage section 308 as necessary.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 309, and/or installed from the removable medium 311. The above-described functions defined in the terminal of the present application are executed when the computer program is executed by the Central Processing Unit (CPU) 301.
It should be noted that the computer readable medium shown in the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present application may be implemented by software or hardware. The described units may also be provided in a processor, and may be described as: a processor includes a first acquisition module, a second acquisition module, and a rendering module. Wherein the names of the modules do not in some cases constitute a limitation of the module itself.
Exemplary embodiments of the present invention are specifically illustrated and described above. It is to be understood that the invention is not limited to the precise construction, arrangements, or instrumentalities described herein; on the contrary, the invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.

Claims (9)

1. A method of page rendering, the method comprising:
acquiring a page to be rendered;
obtaining the type of each module in the page to be rendered, including:
determining the type of the module by judging whether the module depends on a third-party interface, wherein the module which does not depend on the third-party interface is a first type module, and the module which depends on the third-party interface is a second type module;
rendering each module according to the type of each module so as to render the page to be rendered, including:
when the obtained module is the first type module, obtaining a rendering fragment of the module from a first database;
caching rendering fragments of the first type of module to a message middleware, searching whether the rendering fragments exist in the message middleware or not when the module is rendered subsequently, acquiring the rendering fragments from the first database after the rendering fragments do not exist in the message middleware, and inserting the rendering fragments into attribute information of the module;
and when the obtained module is the second type module, rendering the module by using the configuration information and the template information obtained from a second database and the data obtained from the third-party data interface to obtain a rendering fragment of the module.
2. The method of claim 1, wherein rendering the respective modules according to their types comprises:
and setting a processing logic thread pool for each type of module, and using a waiting awake method for threads processed by each module to render the page to be rendered.
3. The method of claim 1, wherein the method comprises:
when the page to be rendered is rendered for the first time, the rendering fragments of the first type of module in the page to be rendered are stored in a first database.
4. The method of claim 1, wherein obtaining a page to be rendered comprises:
and acquiring the page to be rendered according to the identifier of the page to be rendered included in the received request.
5. An apparatus for page rendering, the apparatus comprising:
the first acquisition module is used for acquiring a page to be rendered;
a second obtaining module, configured to obtain types of modules in the page to be rendered, where the second obtaining module is configured to:
determining the type of the module by judging whether the module depends on a third-party interface, wherein the module which does not depend on the third-party interface is a first type module, and the module which depends on the third-party interface is a second type module;
the rendering module is configured to render the modules according to the types of the modules, so as to render the page to be rendered, and includes:
when the obtained module is a first type module, obtaining a rendering fragment of the module from a first database;
caching rendering fragments of the first type of module to a message middleware, searching whether the rendering fragments exist in the message middleware or not when the module is rendered subsequently, acquiring the rendering fragments from the first database after the rendering fragments do not exist in the message middleware, and inserting the rendering fragments into attribute information of the module;
and when the obtained module is the second type module, rendering the module by using the configuration information and the template information obtained from a second database and the data obtained from the third-party data interface to obtain a rendering fragment of the module.
6. The apparatus of claim 5,
and the rendering module is used for acquiring rendering fragments of the module from a first database when the acquired module is the first type module.
7. The apparatus of claim 6, wherein the apparatus further comprises:
and the storage module is used for storing rendering fragments of the first type of module in the page to be rendered into a first database when the page to be rendered is rendered for the first time.
8. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method steps of any one of claims 1 to 4.
9. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to carry out the method steps of any of claims 1-4.
CN201710883013.1A 2017-09-26 2017-09-26 Page rendering method and device Active CN110020349B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710883013.1A CN110020349B (en) 2017-09-26 2017-09-26 Page rendering method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710883013.1A CN110020349B (en) 2017-09-26 2017-09-26 Page rendering method and device

Publications (2)

Publication Number Publication Date
CN110020349A CN110020349A (en) 2019-07-16
CN110020349B true CN110020349B (en) 2021-09-03

Family

ID=67186378

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710883013.1A Active CN110020349B (en) 2017-09-26 2017-09-26 Page rendering method and device

Country Status (1)

Country Link
CN (1) CN110020349B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111414562B (en) * 2020-02-26 2023-08-29 深圳运动帝图科技有限公司 Application program page API interface preposition method, device and storage medium
CN111475381B (en) * 2020-04-03 2021-08-20 支付宝(杭州)信息技术有限公司 Page rendering detection method and device
CN113792240A (en) * 2021-09-23 2021-12-14 上海淇玥信息技术有限公司 Page loading method and device and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103761317A (en) * 2014-01-27 2014-04-30 北京京东尚科信息技术有限公司 Multithreading asynchronous rendering system and method
CN104714982A (en) * 2013-12-17 2015-06-17 阿里巴巴集团控股有限公司 Method and system for loading webpage
CN105160020A (en) * 2015-09-29 2015-12-16 北京京东尚科信息技术有限公司 Webpage rendering method
CN105989070A (en) * 2015-02-10 2016-10-05 阿里巴巴集团控股有限公司 Method and system for requesting data from middleware and middleware client
CN106156054A (en) * 2015-03-27 2016-11-23 阿里巴巴集团控股有限公司 A kind of method and apparatus loading page module
CN106991096A (en) * 2016-01-21 2017-07-28 阿里巴巴集团控股有限公司 Dynamic page rendering intent and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104123308B (en) * 2013-04-28 2018-11-27 腾讯科技(深圳)有限公司 Webpage generating method and auto-building html files device
CN104573025B (en) * 2015-01-12 2018-09-04 北京京东尚科信息技术有限公司 A kind of method and system improving page loading velocity

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104714982A (en) * 2013-12-17 2015-06-17 阿里巴巴集团控股有限公司 Method and system for loading webpage
CN103761317A (en) * 2014-01-27 2014-04-30 北京京东尚科信息技术有限公司 Multithreading asynchronous rendering system and method
CN105989070A (en) * 2015-02-10 2016-10-05 阿里巴巴集团控股有限公司 Method and system for requesting data from middleware and middleware client
CN106156054A (en) * 2015-03-27 2016-11-23 阿里巴巴集团控股有限公司 A kind of method and apparatus loading page module
CN105160020A (en) * 2015-09-29 2015-12-16 北京京东尚科信息技术有限公司 Webpage rendering method
CN106991096A (en) * 2016-01-21 2017-07-28 阿里巴巴集团控股有限公司 Dynamic page rendering intent and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"定制化Web信息抓取与推送技术的研究";吴雪松;《万方》;20170401;论文正文第3章 *

Also Published As

Publication number Publication date
CN110020349A (en) 2019-07-16

Similar Documents

Publication Publication Date Title
CN110020349B (en) Page rendering method and device
US20190147539A1 (en) Method and apparatus for outputting information
CN110019263B (en) Information storage method and device
CN111639278A (en) Webpage loading method and device
CN107315753B (en) Paging method and device across multiple databases
CN109961331A (en) Page processing method and its system, computer system and readable storage medium storing program for executing
CN111291258A (en) Recommendation method and device for searching hot words, electronic equipment and readable medium
US20190147540A1 (en) Method and apparatus for outputting information
CN110765386A (en) Webpage image monitoring method and device, electronic equipment and readable storage medium
CN114297278A (en) Method, system and device for quickly writing batch data
CN112433713A (en) Application program design graph processing method and device
US11195248B2 (en) Method and apparatus for processing pixel data of a video frame
CN112819512A (en) Text processing method, device, equipment and medium
CN110717126A (en) Page browsing method and device, electronic equipment and computer readable storage medium
CN111949678A (en) Method and device for processing non-accumulation indexes across time windows
CN115495687A (en) Page caching method, device, equipment and storage medium
CN111338928A (en) Chrome-based browser testing method and device
CN113626113B (en) Page rendering method and device
CN110309121B (en) Log processing method and device, computer readable medium and electronic equipment
CN107885774B (en) Data processing method and system
CN113010666A (en) Abstract generation method, device, computer system and readable storage medium
CN111241379A (en) Search result processing method and device, electronic equipment and computer readable medium
CN113760274A (en) Front-end component logic injection method and device
CN112131287A (en) Method and device for reading data
CN113779448A (en) Page processing method and device

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