CN104239441A - Web page loading control method and device - Google Patents

Web page loading control method and device Download PDF

Info

Publication number
CN104239441A
CN104239441A CN201410439868.1A CN201410439868A CN104239441A CN 104239441 A CN104239441 A CN 104239441A CN 201410439868 A CN201410439868 A CN 201410439868A CN 104239441 A CN104239441 A CN 104239441A
Authority
CN
China
Prior art keywords
data
dom tree
loading
webpage
web page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410439868.1A
Other languages
Chinese (zh)
Inventor
关翔
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Conew Network Technology Beijing Co Ltd
Original Assignee
Conew Network Technology Beijing 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 Conew Network Technology Beijing Co Ltd filed Critical Conew Network Technology Beijing Co Ltd
Priority to CN201410439868.1A priority Critical patent/CN104239441A/en
Publication of CN104239441A publication Critical patent/CN104239441A/en
Pending legal-status Critical Current

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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The invention discloses a web page loading control method. The web page loading control method comprises the following steps: obtaining web page data, wherein the web page data comprises page data and JS data; loading and rendering the page data to establish DOM (Document Object Model) trees; loading the JS data after the DOM trees are established. The web page loading control method disclosed by the embodiment of the invention has the advantages that when a web page is loaded, the execution of JavaScript is stopped firstly and the JS data is executed or loaded only after all DOM trees in the entire web page are established, so that the web page is loaded in a serial manner, i.e., the JS data is loaded after the DOM trees are established, thus the problem that the DOM trees are regenerated during web page loading in a parallel manner is avoided, the web page loading speed is improved and the user experience is improved. The invention further discloses a web page loading control method.

Description

Webpage loading control method and device
Technical field
The present invention relates to Internet technical field, particularly relate to a kind of webpage loading control method and device.
Background technology
Browser refers to can HTML (Hyper Text Markup Language, the HTML (Hypertext Markup Language)) file content of display web page server or file system, and allows a kind of Software tool of user and these file interactions.Along with the develop rapidly of Internet technology, the application of browser in daily life, working and learning is more and more frequent.
At present, browser loading analyzing web page process is normally undertaken by parallel mode, and namely limit downloading web pages content limit is played up web page contents.In downloading process, if there is JS (Javascript in web data, a kind of case sensitive client-side scripting language) words of data, if such as these JS data are to DOM (Document Object Model, document dbject model) service data (as operational order) of tree operations, then browser can operate dom tree according to operational order in render process, browser is made to have to constantly regenerate dom tree, then therefore cause the loading velocity of webpage slack-off, thus Consumer's Experience is deteriorated.
Summary of the invention
Object of the present invention is intended to solve one of above-mentioned technical matters at least to a certain extent.
For this reason, first object of the present invention is to propose a kind ofly have the loading velocity improving webpage, the webpage loading control method promoting Consumer's Experience advantage.
Second object of the present invention is to propose a kind of webpage add load control.
3rd object of the present invention is to propose a kind of terminal.
To achieve these goals, the webpage loading control method of first aspect present invention embodiment, comprising: obtain web data, wherein, described web data comprises page data and JS data; Load and play up described page data, to set up document dbject model dom tree; And after described dom tree has been set up, load described JS data.
The webpage loading control method of the embodiment of the present invention, can first load and the page data played up in the web data got to set up dom tree, and after dom tree has been set up, reload JS data, namely when Web page loading time, first stop performing Javascript (namely stopping performing the service data of all operations dom tree and/or the animation data of all JS), after having set up Deng all dom trees in full page, perform again or load JS data, make to carry out Web page loading by the mode of serial, namely JS data are reloaded after first setting up dom tree, avoid the problem that can cause regenerating dom tree by parallel mode in the process of Web page loading, thus improve the loading velocity of webpage, for user, improve Consumer's Experience.
To achieve these goals, the webpage add load control of second aspect present invention embodiment, comprising: acquisition module, and for obtaining web data, wherein, described web data comprises page data and JS data; Set up module, for loading and playing up described page data, to set up document dbject model dom tree; And load-on module, after having set up at described dom tree, load described JS data.
The webpage add load control of the embodiment of the present invention, by set up module loading and the page data played up in web data to set up dom tree, load-on module reloads JS data after dom tree has been set up, namely when Web page loading time, first stop performing Javascript (namely stopping performing the service data of all operations dom tree and/or the animation data of all JS), after having set up Deng all dom trees in full page, perform again or load JS data, make to carry out Web page loading by the mode of serial, namely JS data are reloaded after first setting up dom tree, avoid the problem that can cause regenerating dom tree by parallel mode in the process of Web page loading, thus improve the loading velocity of webpage, for user, improve Consumer's Experience.
To achieve these goals, the terminal of third aspect present invention embodiment, comprising: shell, processor and circuit board; Described circuit board is placed in the interior volume that described shell surrounds, and described processor is arranged on described circuit board; Described processor is used for running application, specifically for: obtain web data, wherein, described web data comprises page data and JS data; Load and play up described page data, to set up document dbject model dom tree; And after described dom tree has been set up, load described JS data.
The terminal of the embodiment of the present invention, can first load and the page data played up in the web data got to set up dom tree, and after dom tree has been set up, reload JS data, namely when Web page loading time, first stop performing Javascript (namely stopping performing the service data of all operations dom tree and/or the animation data of all JS), after having set up Deng all dom trees in full page, perform again or load JS data, make to carry out Web page loading by the mode of serial, namely JS data are reloaded after first setting up dom tree, avoid the problem that can cause regenerating dom tree by parallel mode in the process of Web page loading, thus improve the loading velocity of webpage, for user, improve Consumer's Experience.
The aspect that the present invention adds and advantage will part provide in the following description, and part will become obvious from the following description, or be recognized by practice of the present invention.
Accompanying drawing explanation
The present invention above-mentioned and/or additional aspect and advantage will become obvious and easy understand from the following description of the accompanying drawings of embodiments, wherein:
Fig. 1 is the process flow diagram of webpage loading control method according to an embodiment of the invention;
Fig. 2 is the process flow diagram of webpage loading control method in accordance with another embodiment of the present invention; And
Fig. 3 is the structural representation of webpage add load control according to an embodiment of the invention.
Embodiment
Be described below in detail embodiments of the invention, the example of described embodiment is shown in the drawings, and wherein same or similar label represents same or similar element or has element that is identical or similar functions from start to finish.Be exemplary below by the embodiment be described with reference to the drawings, be intended to for explaining the present invention, and can not limitation of the present invention be interpreted as.
Below with reference to the accompanying drawings webpage loading control method according to the embodiment of the present invention and device are described.
Fig. 1 is the process flow diagram of webpage loading control method according to an embodiment of the invention.
As shown in Figure 1, this webpage loading control method can comprise:
S100, obtain web data, wherein, web data comprises page data and JS data.
Such as, when browser class application program loads and shows certain web page contents, first web data can be obtained by search engine, as page data, JS data etc.
S101, loads and plays up page data, to set up document dbject model dom tree.
Particularly, after getting web data, can load and play up the page data in web data, first to set up all dom trees in full page.
S102, loads JS data after dom tree has been set up.
Wherein, in one embodiment of the invention, JS data can comprise service data to dom tree operation and/or JS animation data etc.
That is, when Web page loading time, first stop performing Javascript (namely stopping performing the service data of all operations dom tree and the animation data of all JS), Deng loading and playing up page data to make after all dom trees in full page have set up, perform again or load JS data, make to carry out Web page loading by the mode of serial, namely first load and play up page data and reload JS data to set up dom tree.
The webpage loading control method of the embodiment of the present invention, can first load and the page data played up in the web data got to set up dom tree, and after dom tree has been set up, reload JS data, namely when Web page loading time, first stop performing Javascript (namely stopping performing the service data of all operations dom tree and/or the animation data of all JS), after having set up Deng all dom trees in full page, perform again or load JS data, make to carry out Web page loading by the mode of serial, namely JS data are reloaded after first setting up dom tree, avoid the problem that can cause regenerating dom tree by parallel mode in the process of Web page loading, thus improve the loading velocity of webpage, for user, improve Consumer's Experience.
Fig. 2 is the process flow diagram of webpage loading control method in accordance with another embodiment of the present invention.
In order to improve the accuracy of webpage Loading Control, in an embodiment of the present invention, first can judge whether dom tree has been set up, if so, then starting JS engine and loading JS data.Particularly, as shown in Figure 2, this webpage loading control method can comprise:
S200, obtain web data, wherein, web data comprises page data and JS data.
Such as, when browser class application program loads and shows certain web page contents, first web data can be obtained by search engine, as page data, JS data etc.
S201, host process starts plays up process, and loads by playing up process and play up page data to set up document dbject model dom tree.
Such as, browser class application program, after getting web data, starts by host process and plays up process, and load by playing up process and play up the page data in web data, first to set up all dom trees in full page.
S202, host process judges whether dom tree has been set up.
It should be noted that, in one embodiment of the invention, if host process judges that dom tree has not been set up, then need to wait for that dom tree reloads JS data after having set up.
S203, if judge that dom tree has been set up, then host process starts JS engine loading JS data.
Wherein, in one embodiment of the invention, JS data can comprise service data to dom tree operation and/or JS animation data etc.
Be to be understood that, current each browser class application program (as browser) has oneself JS engine (and JS engine non-browser engine) substantially, such as, the JS engine of Firefox browser is TraceMonkey engine, the JS engine of Google Chrome browser is V8 engine, the JS engine of Opera browser is Carakan etc.Particularly, after host process judges that dom tree has been set up, the JS engine that browser class application program starts oneself by host process loads JS data, if loading is to the operand of dom tree operation and/or JS animation data etc.
Further, in one embodiment of the invention, this webpage loading control method also can comprise: after loading JS data, can operate according to the service data in JS data to the dom tree set up.Such as, the attribute information of dom tree node, dom tree node is contained in dom tree, after loading JS data by JS engine, can operate the dom tree set up according to the service data in JS data, as traveled through whole dom tree node, being modified etc. by the structure of attribute information to the page of dom tree node.This completes the loading procedure of full page.
The webpage loading control method of the embodiment of the present invention, first can be started by host process and play up process, and load by playing up process and play up page data to set up dom tree, host process can judge whether dom tree has been set up afterwards, if, then host process starts JS engine loading JS data, improves the accuracy of webpage Loading Control.
In addition, the invention allows for a kind of webpage add load control.
Fig. 3 is the structural representation of webpage add load control according to an embodiment of the invention.
As shown in Figure 3, this webpage add load control can comprise acquisition module 10, set up module 20 and load-on module 30.
Particularly, acquisition module 10 can be used for obtaining web data, and wherein, web data comprises page data and JS data.Such as, when browser class application program loads and shows certain web page contents, acquisition module 10 first can obtain web data by search engine, as page data, JS data etc.
Set up module 20 can be used for loading and play up page data, to set up document dbject model dom tree.More specifically, after acquisition module 10 gets web data, set up module 20 and can load and play up the page data in web data, first to set up all dom trees in full page.Specifically, in one embodiment of the invention, set up module 20 and first can play up process by host process startup, and load by playing up process and play up page data, to set up all dom trees in full page.
Load-on module 30 is used in after dom tree has been set up and loads JS data.Wherein, in one embodiment of the invention, JS data can comprise service data to dom tree operation and/or JS animation data etc.That is, when Web page loading, load-on module 30 first stops performing Javascript (namely stopping performing the service data of all operations dom tree and the animation data of all JS), load etc. setting up module 20 and play up page data to make after all dom trees in full page have set up, load-on module 30 performs or loads JS data, make to carry out Web page loading by the mode of serial, namely first load and play up page data and reload JS data to set up dom tree.
Further, in one embodiment of the invention, as shown in Figure 3, load-on module 30 can comprise judging unit 31 and loading unit 32.Particularly, judging unit 31 can be used for judging whether dom tree has been set up by host process.Loading unit 32 is used in judging unit 31 when judging that dom tree has been set up, and starts JS engine load JS data by host process.
Be to be understood that, current each browser class application program (as browser) has oneself JS engine (and JS engine non-browser engine) substantially, such as, the JS engine of Firefox browser is TraceMonkey engine, the JS engine of Google Chrome browser is V8 engine, the JS engine of Opera browser is Carakan etc.More specifically, after judging unit 31 judges that dom tree has been set up, the JS engine that loading unit 32 starts browser class application program oneself by host process loads JS data, if loading is to the operand of dom tree operation and/or JS animation data etc.
It should be noted that, in an embodiment of the present invention, when judging unit 31 judges that dom tree has not been set up, loading unit 32 need wait for that dom tree reloads JS data after having set up.
Thus, by the loading unit of the present embodiment after judging unit judges that dom tree has been set up, start JS engine by host process and load JS data, improve the accuracy of webpage Loading Control.
Further, in one embodiment of the invention, load-on module 30 operates the dom tree set up according to the service data in JS data after being also used in and loading JS data.Such as, the attribute information of dom tree node, dom tree node is contained in dom tree, load-on module 30 is after loading JS data by JS engine, can operate the dom tree set up according to the service data in JS data, as traveled through whole dom tree node, being modified etc. by the structure of attribute information to the page of dom tree node.This completes the loading procedure of full page.
The webpage add load control of the embodiment of the present invention, by set up module loading and the page data played up in web data to set up dom tree, load-on module reloads JS data after dom tree has been set up, namely when Web page loading time, first stop performing Javascript (namely stopping performing the service data of all operations dom tree and/or the animation data of all JS), after having set up Deng all dom trees in full page, perform again or load JS data, make to carry out Web page loading by the mode of serial, namely JS data are reloaded after first setting up dom tree, avoid the problem that can cause regenerating dom tree by parallel mode in the process of Web page loading, thus improve the loading velocity of webpage, for user, improve Consumer's Experience.
In addition, the invention allows for a kind of terminal, it should be noted that, in an embodiment of the present invention, terminal can be regarded as the hardware device that PC (Personal Computer, personal computer) machine, mobile phone, panel computer etc. have various operating system.It can comprise: shell, processor and circuit board; Circuit board is placed in the interior volume that shell surrounds, and processor is arranged on circuit boards; Processor is used for running application, specifically for:
S101 ', obtain web data, wherein, web data comprises page data and JS data.
Such as, to run on application program on processor for browser class application program, when browser class application program loads and shows certain web page contents, first web data can be obtained by search engine, as page data, JS data etc.
S102 ', loads and plays up page data, to set up document dbject model dom tree.
Such as, when browser class application program loads and shows certain web page contents, first web data can be obtained by search engine, as page data, JS data etc.
S103 ', loads JS data after dom tree has been set up.
Wherein, in one embodiment of the invention, JS data can comprise service data to dom tree operation and/or JS animation data etc.
That is, when Web page loading time, first stop performing Javascript (namely stopping performing the service data of all operations dom tree and the animation data of all JS), Deng loading and play up page data to make after all dom trees in full page have set up, then perform or load JS data.
The terminal of the embodiment of the present invention, can first load and the page data played up in the web data got to set up dom tree, and after dom tree has been set up, reload JS data, namely when Web page loading time, first stop performing Javascript (namely stopping performing the service data of all operations dom tree and/or the animation data of all JS), after having set up Deng all dom trees in full page, perform again or load JS data, make to carry out Web page loading by the mode of serial, namely JS data are reloaded after first setting up dom tree, avoid the problem that can cause regenerating dom tree by parallel mode in the process of Web page loading, thus improve the loading velocity of webpage, for user, improve Consumer's Experience.
Describe and can be understood in process flow diagram or in this any process otherwise described or method, represent and comprise one or more for realizing the module of the code of the executable instruction of the step of specific logical function or process, fragment or part, and the scope of the preferred embodiment of the present invention comprises other realization, wherein can not according to order that is shown or that discuss, comprise according to involved function by the mode while of basic or by contrary order, carry out n-back test, this should understand by embodiments of the invention person of ordinary skill in the field.
In flow charts represent or in this logic otherwise described and/or step, such as, the sequencing list of the executable instruction for realizing logic function can be considered to, may be embodied in any computer-readable medium, for instruction execution system, device or equipment (as computer based system, comprise the system of processor or other can from instruction execution system, device or equipment instruction fetch and perform the system of instruction) use, or to use in conjunction with these instruction execution systems, device or equipment.With regard to this instructions, " computer-readable medium " can be anyly can to comprise, store, communicate, propagate or transmission procedure for instruction execution system, device or equipment or the device that uses in conjunction with these instruction execution systems, device or equipment.The example more specifically (non-exhaustive list) of computer-readable medium comprises following: the electrical connection section (electronic installation) with one or more wiring, portable computer diskette box (magnetic device), random access memory (RAM), ROM (read-only memory) (ROM), erasablely edit ROM (read-only memory) (EPROM or flash memory), fiber device, and portable optic disk ROM (read-only memory) (CDROM).In addition, computer-readable medium can be even paper or other suitable media that can print described program thereon, because can such as by carrying out optical scanning to paper or other media, then carry out editing, decipher or carry out process with other suitable methods if desired and electronically obtain described program, be then stored in computer memory.
Should be appreciated that each several part of the present invention can realize with hardware, software, firmware or their combination.In the above-described embodiment, multiple step or method can with to store in memory and the software performed by suitable instruction execution system or firmware realize.Such as, if realized with hardware, the same in another embodiment, can realize by any one in following technology well known in the art or their combination: the discrete logic with the logic gates for realizing logic function to data-signal, there is the special IC of suitable combinational logic gate circuit, programmable gate array (PGA), field programmable gate array (FPGA) etc.
Those skilled in the art are appreciated that realizing all or part of step that above-described embodiment method carries is that the hardware that can carry out instruction relevant by program completes, described program can be stored in a kind of computer-readable recording medium, this program perform time, step comprising embodiment of the method one or a combination set of.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing module, also can be that the independent physics of unit exists, also can be integrated in a module by two or more unit.Above-mentioned integrated module both can adopt the form of hardware to realize, and the form of software function module also can be adopted to realize.If described integrated module using the form of software function module realize and as independently production marketing or use time, also can be stored in a computer read/write memory medium.
The above-mentioned storage medium mentioned can be ROM (read-only memory), disk or CD etc.
In the description of this instructions, specific features, structure, material or feature that the description of reference term " embodiment ", " some embodiments ", " example ", " concrete example " or " some examples " etc. means to describe in conjunction with this embodiment or example are contained at least one embodiment of the present invention or example.In this manual, to the schematic representation of above-mentioned term not must for be identical embodiment or example.And the specific features of description, structure, material or feature can combine in one or more embodiment in office or example in an appropriate manner.In addition, when not conflicting, the feature of the different embodiment described in this instructions or example and different embodiment or example can carry out combining and combining by those skilled in the art.
Although illustrate and describe embodiments of the invention above, be understandable that, above-described embodiment is exemplary, can not be interpreted as limitation of the present invention, and those of ordinary skill in the art can change above-described embodiment within the scope of the invention, revises, replace and modification.

Claims (10)

1. a webpage loading control method, is characterized in that, comprising:
Obtain web data, wherein, described web data comprises page data and JS data;
Load and play up described page data, to set up document dbject model dom tree; And
Described JS data are loaded after described dom tree has been set up.
2. webpage loading control method as claimed in claim 1, is characterized in that, described JS data comprise the service data and/or JS animation data that operate described dom tree.
3. webpage loading control method as claimed in claim 1, is characterized in that, described loading is also played up described page data and comprised further to set up document dbject model dom tree:
Host process starts plays up process, and process of playing up described in passing through loads and plays up described page data to set up document dbject model dom tree.
4. webpage loading control method as claimed in claim 3, is characterized in that, describedly after dom tree has been set up, loads described JS data specifically comprise:
Described host process judges whether described dom tree has been set up;
If judge that described dom tree has been set up, then described host process startup JS engine loads described JS data.
5. webpage loading control method as claimed in claim 2, is characterized in that, after described loading JS data, also comprise:
According to the service data in described JS data, the dom tree that described foundation completes is operated.
6. a webpage add load control, is characterized in that, comprising:
Acquisition module, for obtaining web data, wherein, described web data comprises page data and JS data;
Set up module, for loading and playing up described page data, to set up document dbject model dom tree; And
Load-on module, loads described JS data after having set up at described dom tree.
7. webpage add load control as claimed in claim 6, is characterized in that, described JS data comprise the service data and/or JS animation data that operate described dom tree.
8. webpage add load control as claimed in claim 6, is characterized in that, described set up module specifically for:
Started by host process and play up process, and process of playing up described in passing through loads and plays up described page data to set up document dbject model dom tree.
9. webpage add load control as claimed in claim 8, it is characterized in that, described load-on module comprises:
By described host process, judging unit, for judging whether described dom tree has been set up; And
Loading unit, for when described judging unit judges that described dom tree has been set up, starts JS engine by described host process and loads described JS data.
10. webpage add load control as claimed in claim 8, it is characterized in that, described load-on module also for after described loading JS data, operates the dom tree that described foundation completes according to the service data in described JS data.
CN201410439868.1A 2014-09-01 2014-09-01 Web page loading control method and device Pending CN104239441A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410439868.1A CN104239441A (en) 2014-09-01 2014-09-01 Web page loading control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410439868.1A CN104239441A (en) 2014-09-01 2014-09-01 Web page loading control method and device

Publications (1)

Publication Number Publication Date
CN104239441A true CN104239441A (en) 2014-12-24

Family

ID=52227500

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410439868.1A Pending CN104239441A (en) 2014-09-01 2014-09-01 Web page loading control method and device

Country Status (1)

Country Link
CN (1) CN104239441A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105045645A (en) * 2015-09-22 2015-11-11 广州神马移动信息科技有限公司 Webpage loading method, device and system
CN105183883A (en) * 2015-09-23 2015-12-23 北京奇虎科技有限公司 Page loading method and device
CN106383710A (en) * 2016-09-19 2017-02-08 成都知道创宇信息技术有限公司 Webpage embedding method
CN106484383A (en) * 2015-08-31 2017-03-08 阿里巴巴集团控股有限公司 page rendering method, device and equipment
CN107015801A (en) * 2017-03-15 2017-08-04 腾讯科技(深圳)有限公司 A kind of web page display method and application terminal
CN108345473A (en) * 2017-01-24 2018-07-31 阿里巴巴集团控股有限公司 A kind of method, apparatus and electronic equipment of the webpage load of application program
CN108629032A (en) * 2018-05-09 2018-10-09 厦门南讯软件科技有限公司 A kind of page fast response method and device based on delay load
CN109933385A (en) * 2019-03-22 2019-06-25 深圳市网心科技有限公司 A kind of page loading method, device, system and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101763357A (en) * 2008-11-13 2010-06-30 北京搜狗科技发展有限公司 Method and system for browser to load internet resources
US20110197125A1 (en) * 2008-10-21 2011-08-11 Sun Zengcai Web Page Loading Method and Apparatus
CN102591954A (en) * 2011-12-29 2012-07-18 深圳Tcl新技术有限公司 Method, device and terminal for loading data for browser
CN102693280A (en) * 2012-04-28 2012-09-26 广州市动景计算机科技有限公司 Webpage browsing method, WebApp framework, method and device for executing JavaScript, and mobile terminal

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110197125A1 (en) * 2008-10-21 2011-08-11 Sun Zengcai Web Page Loading Method and Apparatus
CN101763357A (en) * 2008-11-13 2010-06-30 北京搜狗科技发展有限公司 Method and system for browser to load internet resources
CN102591954A (en) * 2011-12-29 2012-07-18 深圳Tcl新技术有限公司 Method, device and terminal for loading data for browser
CN102693280A (en) * 2012-04-28 2012-09-26 广州市动景计算机科技有限公司 Webpage browsing method, WebApp framework, method and device for executing JavaScript, and mobile terminal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
你为什么不努力的专栏: "认识DOM和DOM加载过程以及如何让DOM加载完成后再执行js脚本文件", 《HTTP://BLOG.CSDN.NET/U010792238/ARTICLE/DETAILS/23444351》 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484383A (en) * 2015-08-31 2017-03-08 阿里巴巴集团控股有限公司 page rendering method, device and equipment
CN106354873A (en) * 2015-09-22 2017-01-25 广州神马移动信息科技有限公司 Webpage loading method, device and system
CN105045645A (en) * 2015-09-22 2015-11-11 广州神马移动信息科技有限公司 Webpage loading method, device and system
US10749927B2 (en) 2015-09-22 2020-08-18 Guangzhou Shenma Mobile Information Technology Co., Ltd. Webpage loading method, apparatus and system
CN106354873B (en) * 2015-09-22 2019-12-20 广州神马移动信息科技有限公司 Webpage loading method, device and system
CN105183883B (en) * 2015-09-23 2019-07-09 北京奇虎科技有限公司 Page loading method and device
CN105183883A (en) * 2015-09-23 2015-12-23 北京奇虎科技有限公司 Page loading method and device
CN106383710A (en) * 2016-09-19 2017-02-08 成都知道创宇信息技术有限公司 Webpage embedding method
CN108345473A (en) * 2017-01-24 2018-07-31 阿里巴巴集团控股有限公司 A kind of method, apparatus and electronic equipment of the webpage load of application program
CN107015801A (en) * 2017-03-15 2017-08-04 腾讯科技(深圳)有限公司 A kind of web page display method and application terminal
CN107015801B (en) * 2017-03-15 2021-01-08 腾讯科技(深圳)有限公司 Webpage display method and application terminal
CN108629032A (en) * 2018-05-09 2018-10-09 厦门南讯软件科技有限公司 A kind of page fast response method and device based on delay load
CN109933385A (en) * 2019-03-22 2019-06-25 深圳市网心科技有限公司 A kind of page loading method, device, system and medium

Similar Documents

Publication Publication Date Title
CN104239441A (en) Web page loading control method and device
US8856743B2 (en) System, method, and computer readable medium for universal software testing
CN106294372A (en) Application program page quick access method and apply its mobile terminal
US20080134142A1 (en) Dynamic language-based integrated development environment
CN104035863B (en) A kind of browser testing method and device
US9471286B2 (en) System and method for providing code completion features for code modules
CN105094804A (en) Method and apparatus for adding animation to page
US20100325612A1 (en) Selecting a Set of Candidate Code Expressions from a Section of Program Code for Copying
CN106933887B (en) Data visualization method and device
CN104881318A (en) Interface calling method and device and terminal
CN104239206A (en) Webpage test method and device
CN115686631B (en) Random instruction generation method and device based on knowledge base and storage medium
US20100107051A1 (en) Software application for presenting flash presentations encoded in a flash presentation markup language (flml)
KR20120026059A (en) Database application navigation
Farrell Web Components in Action
Schildt Java 7: A Beginner's Guide
CN108874379B (en) Page processing method and device
CN104252288A (en) Browser and multi-label-page control method thereof
CN115629762A (en) JSON data processing method and device, electronic equipment and storage medium
CN111651160B (en) Plug-in construction and webpage design method and device
CN113934959A (en) Program preview method and device, computer equipment and storage medium
Panda AngularJS: Novice to Ninja: Elegant, Powerful, Testable, Extendable
Mallett et al. Writing YAML and Basic Playbooks
Mikkonen et al. On the web platform cornucopia
Gilmore Easy Laravel 5

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20141224

RJ01 Rejection of invention patent application after publication