WO2018082712A1 - 一种情境感知的移动Web应用协议切换方法 - Google Patents
一种情境感知的移动Web应用协议切换方法 Download PDFInfo
- Publication number
- WO2018082712A1 WO2018082712A1 PCT/CN2017/110406 CN2017110406W WO2018082712A1 WO 2018082712 A1 WO2018082712 A1 WO 2018082712A1 CN 2017110406 W CN2017110406 W CN 2017110406W WO 2018082712 A1 WO2018082712 A1 WO 2018082712A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- page
- network
- client
- resources
- protocol
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
- H04L69/32—Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
- H04L69/322—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
- H04L69/329—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
Definitions
- the invention relates to a context-aware mobile web application protocol switching method, and belongs to the technical field of software.
- the current web application hosted server can only provide ordinary HTTP and HTTPS services, or provide SPDY and HTTP/2 services, but cannot dynamically switch protocols according to the characteristics of the loaded web page and the network status of the user access, resulting in inconsistent performance. Upgrade.
- the object of the present invention is to provide a context-aware mobile web application protocol switching method, dynamically selecting a most suitable transmission protocol according to the content of the web application and the network condition, and speeding up the loading speed of the webpage.
- the core idea is to monitor the network status when users access the web application, including bandwidth (BW), packet loss rate, network delay, and analyze the characteristics of the currently accessed web page, including the number of page resources, resource size, and prediction based on training.
- the model selects the best transport protocol.
- a context-aware mobile web application protocol switching method the steps of which are:
- the server monitors the network status when the user accesses the page, and the network monitoring module evaluates the current network bandwidth, packet loss rate, and network delay.
- the server-side page analysis module evaluates the page characteristics of the currently accessed page, including the number of resources of the page and the size of each resource.
- the server-side protocol decision module determines the current optimal transmission protocol in real time according to the currently monitored network conditions and the page characteristics of the visited page.
- the main HTML resource for the page (the first request of each web page is the main HTML resource, and the others are non-primary HTML. Resources), we do not make the choice of agreement, because the main HTML resources of the general web page are not too small, so at least dozens of packages will be transmitted between the server and the client, so that we can more accurately Estimate the average network status of the user when accessing the page, including information such as RTT and bandwidth.
- the server-side page analysis module analyzes the page features of the currently accessed page.
- the model based on the established protocol and select the most suitable transmission protocol.
- the protocol selection model it is an offline model.
- the data loaded by the page constructs a decision tree.
- Each non-leaf node of the decision tree is a different network feature, including network characteristics, ie bandwidth, delay and packet loss rate, and page characteristics. Including the number of page resources and the size of the resources, the leaf node is the result of the decision, indicating the best performing protocol under the current feature.
- the invention mainly improves the server side, and the server collects the current network status of the requesting user and analyzes the page to be accessed, selects the best transmission protocol according to the existing decision model, and optimizes the loading performance of the page.
- Network monitoring module The function of the network monitoring module is to detect the network characteristics of the currently visited user, including delay, packet loss rate and bandwidth. In particular, in order to accurately estimate the average network delay and packet loss information, when the user accesses the web page, we do not make a protocol selection for the main HTML resource of the page, because the main HTML resources of the general web page are not. It will be too small, so at least dozens of packages will be transmitted between the server and the client.
- the network monitoring module analyzes the TCP link established when the main HTML is transmitted and all the packets transmitted on it, so that all the RTTs in the transmission process can be monitored. We take the median as the estimated value, as well as the network such as packet loss and bandwidth. information.
- Page analysis module The role of the server-side page analysis module is to analyze the page characteristics of the currently accessed page, including the number of resources and the size of the resource. For static pages, we can know the number of resources and the size of the current page based on historical access records. For pages that have not been visited, we can estimate the number and size of resources of the current page by establishing a predictive model based on the information such as the url of the page, and continuously train and improve the model during the user's real access. For example, we can simply use regular expressions to match urls. In fact, similar urls are often the same type of page. For example, the news detail page has the same page structure, and the number and size of resources are similar.
- Protocol decision module The function of the protocol decision module is to select the most suitable transmission protocol according to the network characteristics and page features obtained by the network monitoring module and the page analysis module, and the best protocol selection model trained offline. The subsequent resource transmission of the page will be This optimal protocol is used to optimize the page load time and give the user a better user experience.
- protocol For the choice of protocol, we built a decision tree model based on the data measured by the offline experiment. We simulate different network environments, access various pages of the web application through different protocols, and record the loading time of the page (at the same time, we also recorded the number of resources and resource size of the modified page for the page analysis module). We can know the performance comparison of different pages under different protocols. We use the decision tree of the decision tree to select a decision tree.
- Each non-leaf node of the decision tree has different characteristics, including network characteristics, ie bandwidth and delay. And the packet loss rate and page characteristics include the number of page resources and the size of the resource, and the leaf node is the result of the decision, indicating the performance under the current feature. The best agreement.
- the protocol decision module After the user accesses a page, after the features acquired by the network monitoring module and the page analysis module, the protocol decision module transmits all subsequent resources of the page through the selected optimal protocol.
- Figure 1 is a block diagram of the system of the present invention.
- This section gives an application example of context-aware mobile web application protocol switching technology. This example simulates a real need for the user in real life.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
本发明公开了一种情境感知的移动Web应用协议切换方法。本方法为:1)当一客户端访问Web应用时,服务器端监控该客户端当前的网络状态;2)服务器端提取该客户端当前访问页面的页面特征;3)服务器端的根据所述网络状况以及所述页面特征,为该客户端确定当前的最佳传输协议。本发明能够动态地根据Web应用的内容以及网络状况选择最适合的传输协议,加快网页的加载速度,使得用户能够获得更好的用户体验。
Description
本发明涉及一种情境感知的移动Web应用协议切换方法,属于软件技术领域。
随着智能手机、平板等移动设备的普及,越来越多的用户通过移动设备访问Web资源或者消费Web服务,例如用户通过手机浏览新闻网站、进行在线购物等。互联网上的大部分资源都是通过HTTP协议进行传输,而随着网页内容越来越丰富以及提供越来越多的功能,网页变得越来越复杂,HTTP/1.x已经不能够满足当前网页加载的需求,导致页面加载缓慢、资源冗余传输等问题。
Google在2009年推出基于传输控制协议(TCP)的应用层协议SPDY,旨在通过压缩、多路复用和优先级来缩短网页的加载时间和提高安全性。2015年互联网工程任务组正式发布HTTP/2规格标准。而HTTP/2协议正是在SPDY协议的基础上开发的,现在也得到了各大浏览器包括Chrome、Firefox和IE的支持,以及流行服务器包括Apache、Nginx的支持。虽然SPDY和HTTP/2的提出是为了适应现在复杂的网页传输的场景,缩短网页的加载时间,特别是对于移动网络环境下的网页传输,但是在实际的使用中,SPDY和HTTP/2并不是总能够提升网页加载的速度,甚至会导致页面加载时间更长,损害用户的体验。因此,虽然SPDY、HTTP/2等新的协议对现有的HTTP的不足进行了改机和优化,但是由于网页的结构和内容的差异以及网络的多样性,并不能够保证对页面加载性能有所提升。而当前的Web应用托管的服务器只能或者提供普通的HTTP和HTTPS服务,或者提供SPDY和HTTP/2服务,而不能根据加载网页的特征和用户访问的网络状况动态切换协议,导致不能获得一致性能提升。
发明内容
针对现有技术中存在的问题,本发明的目的在于提供一种情境感知的移动Web应用协议切换方法,动态地根据Web应用的内容以及网络状况选择最适合的传输协议,加快网页的加载速度,使得用户能够获得更好的用户体验。其核心思想是监测用户访问Web应用时的网络状况,包括带宽(BW)、丢包率、网络延迟,以及分析当前被访问Web页面的特征,包括页面资源数目、资源大小,根据训练好的预测模型选择最佳的传输协议。
本发明的技术方案为:
一种情境感知的移动Web应用协议切换方法,其步骤为:
1)用户通过浏览器访问Web应用。
2)服务器端监控用户访问页面时候的网络状况,网络监控模块评估当前网络的带宽、丢包率以及网络延迟。
3)服务器端的页面分析模块评估当前被访问页面的页面特征,包括页面的资源数目以及每个资源的大小。
4)服务器端的协议决策模块根据当前监测到的网络状况以及被访问页面的页面特征,实时决定当前的最佳传输协议。
进一步的,我们在服务器端监测用户当前的网络状况,我们主要需要监测当前网络的延迟、丢包率以及带宽。为了能精确地估计平均的网络延时和丢包等信息,用户访问Web页面的时候,对于页面的主HTML资源(每个web页面的第一个请求就是主的HTML资源,其他都是非主HTML资源),我们不做协议的选择,由于一般Web页面的主HTML资源都不会太小,这样至少会有几十个包在服务器端和客户端之间进行传输,这样我们就能比较精确地估计出用户在访问页面的时候的平均的网络状态,包括RTT和带宽等信息。
进一步的,服务器端的页面分析模块会分析当前访问页面的页面特征,一是根据访问的历史记录,对于一些资源变化不大的页面(例如静态页面),用户访问过以后,我们就可以明确地知道页面资源的数目以及资源的大小。对于没有访问过的页面,用户访问的时候我们通过预先解析页面主HTML资源,可以预先知道页面中的其他资源(例如页面中有js、css以及图片资源,以内嵌的方式嵌入在主HTML页面中)。对于一些可能是由于执行js或者解析css产生的动态资源请求,我们可以根据页面的url等信息,通过建立预测模型,预估当前页面的资源数目和大小,并在用户真实访问的过程中不断训练和改进该模型。在具体实现中,我们建立了一个比较简单的模型,我们根据主HTML页面中CSS资源的数目,JS资源的数目,图片资源的数目,建立一个多元线性的模型,当然我们也可以利用更多的页面特征来建立预测模型。我们根据预先访问的一批训练集中的页面的相关数据,计算相关参数。
进一步的,根据预估的网络状况以及页面特征,我们根据已经建立的协议选择模型,选择当前最合适的传输协议。对于协议选择模型,是一个离线的模型,我们模拟不同的网络环境,通过不同的协议访问Web应用的各个页面。根据测得的不同的协议下的页面加载时间,我们就可以知道不同页面在不同协议下的性能比较,我们利用了决策树的算法根据模拟环境下测得的页面在不同网络环境以及使用不同协议页面加载的数据构建了一棵决策树,决策树的每个非叶子节点是不同的网络特征,包括网络特征即带宽、延迟和丢包率,以及页面特征
包括页面资源个数以及资源大小,叶子节点则是决策的结果,表示当前特征下表现最好的协议。
本发明主要是服务器端的改进,服务器端收集当前请求用户的网络状况和分析待访问的页面,根据已有的决策模型,选择最佳的传输协议,优化页面的加载性能。
上述几个部分的具体技术方案如下:
1)网络监控模块。网络监控模块的作用是检测当前访问用户的网络特征,包括延迟、丢包率和带宽。特别地,为了能精确地估计平均的网络延时和丢包等信息,用户访问Web页面的时候,对于页面的主HTML资源,我们不做协议的选择,由于一般Web页面的主HTML资源都不会太小,这样至少会有几十个包在服务器端和客户端之间进行传输。网络监控模块会分析传输主HTML的时候建立的TCP链接以及在上面传输的所有包,这样可以监测到传输过程中所有的RTT,我们取中位数作为预估值,以及丢包和带宽等网络信息。
2)页面分析模块。服务器端的页面分析模块的作用是分析当前被访问页面的页面特征,包括资源数目和资源大小。对于静态页面,我们可以直接根据历史访问记录就知道当前页面的资源数目和资源大小。对于没有访问过的页面,我们可以根据页面的url等信息,通过建立预测模型,预估当前页面的资源数目和大小,并在用户真实访问的过程中不断训练和改进该模型。例如我们可以简单的利用正则表达式对url进行匹配,实际上相似的url往往是同一类页面,例如新闻详情页,会有一样的页面结构,资源数目和大小也是类似的。当然,我们也可以建立更加复杂的预测模型,例如结合待访问页面的主HTML的信息建立一个更加准确的预测模型,这样能够更加精确地预估页面的特征。同时,当用户访问过一个页面以后,该页面的页面特征包括页面资源数目和资源大小也会被记录下来,供之后访问的时候使用。
3)协议决策模块。协议决策模块的作用是根据网络监控模块和页面分析模块获得的网络特征和页面特征,以及线下训练好的最佳协议选择模型选择当前最合适的传输协议,该页面的后续资源的传输就会通过该最佳协议进行,这样可以优化页面的加载时间,使得用户获得更好的用户体验。对于协议的选择,我们是根据线下实验测得的数据建立了一个决策树模型。我们模拟不同的网络环境,通过不同的协议访问Web应用的各个页面,并记录下该页面的加载时间(同时我们也记录下了改页面的资源个数和资源大小,供页面分析模块使用)。我们就可以知道不同页面在不同协议下的性能比较,我们利用了决策树的算法构件一棵协议选择的决策树,决策树的每个非叶子节点是不同的特征,包括网络特征即带宽、延迟和丢包率以及页面特征包括页面资源个数以及资源大小,叶子节点则是决策的结果,表示当前特征下表现
最好的协议。当用户访问一个页面的时候,通过网络监控模块和页面分析模块获取到的特征之后,协议决策模块就会将该页面的后续所有资源都通过选择的最佳协议传输。
与现有技术相比,本发明的积极效果为:
虽然新推出的协议包括SPDY和HTTP/2的目的是优化现有的浏览器访问网页的体验,但是在实际中并不是总能够达到优化的效果,甚至会增加页面加载时间。例如,在我们的实验中,我们发现在不同的网络环境下HTTP/2只对8.7%~68%的页面其优化作用,在极端条件下,使用HTTP/2和SPDY使得页面加载时间增加了3倍。而本技术充分利用了不同协议在不同网络环境以及页面特征的表现差异,选择最合适用户当前网络状况下访问该网页的协议,减少用户浏览网页时候的页面加载时间,优化用户访问体验。
图1为本发明的系统框图。
本节给出了一个情境感知的移动Web应用协议切换技术的应用实例。该实例模拟了用户在实际生活中的一个实际需求。
我们开发了一个Apache服务器的协议切换模块,对应实现了上述提到的三个模块,然后我们激活了Apache的HTTP/HTTPS/SPDY/HTTP2协议,并且我们将一个开源的网站部署在上面。
首先,我们关闭我们的协议切换模块。我们通过模拟不同的网络环境,分别使用HTTP/HTTPS/SPDY/HTTP2这四种传输协议去访问该网站的不同页面,同时,我们记录下来每次访问的页面加载时间、页面资源数目以及资源的大小,根据测得的数据,我们建立了一棵决策树模型,并将该模型更新到我们服务器的协议决策模块中(设置相应的配置文件)。根据该决策树模型,我们发现当页面有很多(多余64个资源)小资源(当个资源<2KB)的时候,选择HTTP/2以及SPDY的效果更好;当网络的丢包率比较高的时候,选择HTTP协议最合适。
然后,我们开启我们的协议切换模块,随机模拟网络环境,随机访问一些页面,记录下来我们选择的最佳协议以及当前的网络环境和被访问的页面。为了验证我们的效果,我们可以重复上一训练决策树模型的过程,设置对应的网络环境,分别用不同的协议访问对应的页面,最后看四种协议中最优的协议是否和我们的协议切换模块启动后选择的协议是否一致。
我们发现我们取得了良好的效果,当然这个训练模型的数据集的大小有关,数据集越大我们的预测结果就会越准确。
Claims (9)
- 一种情境感知的移动Web应用协议切换方法,其步骤为:1)当一客户端访问Web应用时,服务器端监控该客户端当前的网络状态;2)服务器端提取该客户端当前访问页面的页面特征;3)服务器端的根据所述网络状况以及所述页面特征,为该客户端确定当前的最佳传输协议。
- 如权利要求1所述的方法,其特征在于,该客户端访问页面的主HTML资源时,服务器保持当前传输协议不变,并根据传输该主HTML资源时建立的TCP链接以及在该TCP链接上传输的数据包确定该客户端的当前网络状态。
- 如权利要求2所述的方法,其特征在于,服务器端根据所述网络状态和所述页面特征,为该客户端访问当前页面的非主HTML资源确定最佳传输协议。
- 如权利要求1或2或3所述的方法,其特征在于,所述页面特征包括页面的资源数目以及每个资源的大小。
- 如权利要求1或2或3所述的方法,其特征在于,获取当前访问页面的所述页面特征的方法为:对于静态页面,根据当前访问页面的访问历史记录获取当前访问页面的所述页面特征。
- 如权利要求1或2或3所述的方法,其特征在于,获取当前访问页面的所述页面特征的方法为:首先根据页面的url离线建立一预测模型,然后利用该预测模型查询与当前访问页面url相似的页面,根据该页面的页面特征预估当前访问页面的所述页面特征。
- 如权利要求1或2或3所述的方法,其特征在于,获取当前访问页面的所述页面特征的方法为:首先解析当前访问页面的主HTML资源以及其他资源,然后对主HTML资源中CSS资源的数目、JS资源的数目、图片资源的数目,建立一个多元线性的模型;然后利用该模型获取当前访问页面的所述页面特征。
- 如权利要求1所述的方法,其特征在于,服务器端利用一协议选择模型为该客户端确定当前的最佳传输协议;其中,所述协议选择模型的建立方法为:利用决策树算法根据模拟环境下测得的页面在不同网络环境以及使用不同传输协议页面加载的数据构建一棵决策树;其中,该决策树的每一非叶子节点代表一不同的网络特征,叶子节点代表决策的结果;所述网络特征包括一组所述网络状态和所述页面特征。
- 如权利要求1或8所述的方法,其特征在于,所述网络状态包括当前网络的带宽、丢包率以及网络延迟。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610939610.7 | 2016-11-01 | ||
CN201610939610.7A CN106487906B (zh) | 2016-11-01 | 2016-11-01 | 一种情境感知的移动Web应用协议切换方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2018082712A1 true WO2018082712A1 (zh) | 2018-05-11 |
WO2018082712A8 WO2018082712A8 (zh) | 2018-11-29 |
Family
ID=58272879
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2017/110406 WO2018082712A1 (zh) | 2016-11-01 | 2017-11-10 | 一种情境感知的移动Web应用协议切换方法 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN106487906B (zh) |
WO (1) | WO2018082712A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113904962A (zh) * | 2021-12-08 | 2022-01-07 | 统信软件技术有限公司 | 一种资源访问方法、装置及计算设备 |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106487906B (zh) * | 2016-11-01 | 2019-05-17 | 北京大学(天津滨海)新一代信息技术研究院 | 一种情境感知的移动Web应用协议切换方法 |
CN108415770B (zh) * | 2018-01-18 | 2021-07-20 | 陕西师范大学 | 一种面向移动Web服务的CPU资源自适应调度系统及方法 |
CN109450991A (zh) * | 2018-10-19 | 2019-03-08 | 网宿科技股份有限公司 | 基于移动应用的数据传输加速方法、相关设备和加速系统 |
CN112601122A (zh) * | 2020-12-14 | 2021-04-02 | 福建福讯人才服务有限公司 | 一种基于udp的屏幕广播方法及系统 |
CN113259365B (zh) * | 2021-05-27 | 2021-10-01 | 中国电子科技集团公司第二十八研究所 | 一种窄带弱连接自适应服务框架装置及服务调用方法 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101018227A (zh) * | 2006-02-10 | 2007-08-15 | 富士施乐株式会社 | 数据管理装置、存储有数据管理程序的存储介质、协议切换装置和方法 |
CN101627588A (zh) * | 2007-01-31 | 2010-01-13 | 惠普开发有限公司 | 自动协议切换 |
CN103152378A (zh) * | 2012-12-25 | 2013-06-12 | 中国移动通信集团江西有限公司 | 一种网络数据的传输方法、系统和客户端 |
US20160198021A1 (en) * | 2015-01-02 | 2016-07-07 | Citrix Systems, Inc. | Dynamic protocol switching |
CN106487906A (zh) * | 2016-11-01 | 2017-03-08 | 北京大学(天津滨海)新代信息技术研究院 | 一种情境感知的移动Web应用协议切换方法 |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1859425B (zh) * | 2006-03-23 | 2011-01-05 | 华为技术有限公司 | 一种实现通信协议自动选择的系统和方法 |
WO2011071850A2 (en) * | 2009-12-07 | 2011-06-16 | Coach Wei | System and method for website performance optimization and internet traffic processing |
US20130103791A1 (en) * | 2011-05-19 | 2013-04-25 | Cotendo, Inc. | Optimizing content delivery over a protocol that enables request multiplexing and flow control |
CN105101140A (zh) * | 2015-06-30 | 2015-11-25 | 北京奇虎科技有限公司 | 一种省流访问网络的方法、代理服务器及网络访问系统 |
CN105022827B (zh) * | 2015-07-23 | 2016-06-15 | 合肥工业大学 | 一种面向领域主题的Web新闻动态聚合方法 |
-
2016
- 2016-11-01 CN CN201610939610.7A patent/CN106487906B/zh active Active
-
2017
- 2017-11-10 WO PCT/CN2017/110406 patent/WO2018082712A1/zh active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101018227A (zh) * | 2006-02-10 | 2007-08-15 | 富士施乐株式会社 | 数据管理装置、存储有数据管理程序的存储介质、协议切换装置和方法 |
CN101627588A (zh) * | 2007-01-31 | 2010-01-13 | 惠普开发有限公司 | 自动协议切换 |
CN103152378A (zh) * | 2012-12-25 | 2013-06-12 | 中国移动通信集团江西有限公司 | 一种网络数据的传输方法、系统和客户端 |
US20160198021A1 (en) * | 2015-01-02 | 2016-07-07 | Citrix Systems, Inc. | Dynamic protocol switching |
CN106487906A (zh) * | 2016-11-01 | 2017-03-08 | 北京大学(天津滨海)新代信息技术研究院 | 一种情境感知的移动Web应用协议切换方法 |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113904962A (zh) * | 2021-12-08 | 2022-01-07 | 统信软件技术有限公司 | 一种资源访问方法、装置及计算设备 |
CN113904962B (zh) * | 2021-12-08 | 2022-03-18 | 统信软件技术有限公司 | 一种资源访问方法、装置及计算设备 |
Also Published As
Publication number | Publication date |
---|---|
WO2018082712A8 (zh) | 2018-11-29 |
CN106487906B (zh) | 2019-05-17 |
CN106487906A (zh) | 2017-03-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2018082712A1 (zh) | 一种情境感知的移动Web应用协议切换方法 | |
US11122067B2 (en) | Methods for detecting and mitigating malicious network behavior and devices thereof | |
Wang et al. | How speedy is {SPDY}? | |
US20210044669A1 (en) | Server-Machine-Driven Hint Generation for Improved Web Page Loading Using Client-Machine-Driven Feedback | |
Zhu et al. | Improving web sites performance using edge servers in fog computing architecture | |
US10694000B2 (en) | Browser-based analysis of content request mode performance | |
EP3049960B1 (en) | Key resource prefetching using front-end optimization (feo) configuration | |
US10237373B2 (en) | Performance-based determination of request modes | |
US10938935B1 (en) | Reduction in redirect navigation latency via speculative preconnection | |
US20140310392A1 (en) | Method and apparatus for processing composite web transactions | |
US9491113B2 (en) | Managing network connections for processing network resources | |
US9723056B1 (en) | Adapting a page based on a client environment | |
Singh et al. | Flexiweb: Network-aware compaction for accelerating mobile web transfers | |
US11443099B2 (en) | Time-dependent machine-generated hinting | |
CN116610884A (zh) | 使用自动浏览群集更新提示模型 | |
Netravali et al. | Watchtower: Fast, secure mobile page loads using remote dependency resolution | |
Zimmermann et al. | Is the web ready for http/2 server push? | |
CN105279034B (zh) | 一致性缓存控制系统和方法 | |
Mardani et al. | Fawkes: Faster Mobile Page Loads via {App-Inspired} Static Templating | |
US20150154506A1 (en) | Browser-based selection of content request modes | |
US20150089052A1 (en) | Context-Aware HTTP Compression | |
EP2850809B1 (en) | Providing data to a network terminal | |
Huang et al. | Achieving fast page load for websites across multiple domains | |
CN103457980B (zh) | 终端设备和数据获取方法 | |
AT&T | paper.dvi |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17868283 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 17868283 Country of ref document: EP Kind code of ref document: A1 |