WO2012122932A1 - 一种网页重排版的方法和系统 - Google Patents

一种网页重排版的方法和系统 Download PDF

Info

Publication number
WO2012122932A1
WO2012122932A1 PCT/CN2012/072281 CN2012072281W WO2012122932A1 WO 2012122932 A1 WO2012122932 A1 WO 2012122932A1 CN 2012072281 W CN2012072281 W CN 2012072281W WO 2012122932 A1 WO2012122932 A1 WO 2012122932A1
Authority
WO
WIPO (PCT)
Prior art keywords
webpage
browser client
page
mobile browser
cache server
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.)
Ceased
Application number
PCT/CN2012/072281
Other languages
English (en)
French (fr)
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 Xiaomi Technology Co Ltd
Original Assignee
Beijing Xiaomi 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 Xiaomi Technology Co Ltd filed Critical Beijing Xiaomi Technology Co Ltd
Priority to KR1020137024413A priority Critical patent/KR101485949B1/ko
Priority to EP20120757296 priority patent/EP2687996A4/en
Priority to US14/005,010 priority patent/US20140006918A1/en
Priority to JP2013556959A priority patent/JP2014509019A/ja
Publication of WO2012122932A1 publication Critical patent/WO2012122932A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/197Version control
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/9577Optimising the visualization of content, e.g. distillation of HTML documents

Definitions

  • the present invention relates to the field of mobile internet technologies, and in particular, to a method and system for re-laying web pages. Background technique
  • server cache acceleration technology is a widely adopted technology, and there are many mature server cache acceleration products.
  • SQUID and NGINX the main strategies for implementing server cache acceleration are: Cache the most frequently accessed Internet resources (such as pictures, static web pages, etc.) in the cache area. Since this type of technology does not make any conversion to the original stomach page, the www page is very poorly read on a mobile phone with a screen that is much smaller than a computer.
  • the most representative server cache acceleration technology is the technology of Vision Web View (UCWEB Browser).
  • UWEB Browser Vision Web View
  • the principle is to use the computing power of the server to capture the page and then re-type the page.
  • the application of this model consumes a lot of computing power and network bandwidth of the server, and some websites do not welcome web crawlers.
  • the proxy server is used to repeatedly crawl the webpage. It will bring difficulties in implementation. At the same time, it is considered that a large part of the webpage will not be accessed by the mobile phone users at all, and the server resources will be wasted to some extent. Summary of the invention
  • the object of the present invention is to provide a method and system for re-formatting a webpage, which can greatly reduce the resource consumption of the server while preserving the acceleration effect of the server.
  • a method for re-formatting a webpage which is applicable to the mobile phone internet, and includes the following steps:
  • the mobile browser client obtains the webpage address
  • the mobile browser client queries whether the cache server stores the re-formatted page of the webpage address, and the cache server determines whether the re-formatted page of the webpage address is stored, and if so, the cache server will re-format the page.
  • the mobile browser client displays the re-formatted page; if not, then proceeds to step C;
  • the mobile browser client obtains an unre-formatted webpage corresponding to the webpage address
  • the webpage re-layout strategy preset by the mobile browser client application re-types the unre-typed webpage corresponding to the webpage address, generates a re-typesetting page corresponding to the webpage address, and displays the re-typesetting page;
  • the mobile browser client uploads the heavy layout page corresponding to the webpage address to the cache server for saving.
  • the webpage re-layout strategy includes content extraction, running a webpage scripting language, and removing advertisements.
  • the preset webpage re-layout strategy is stored in a mobile browser client.
  • the cache server periodically cleans up expired cached pages.
  • a webpage re-formatting system applicable to a mobile phone Internet, including a mobile browser client and a cache server, a mobile browser client and a cache server are connected through a network, and a mobile browser client is used to obtain and display a webpage address correspondingly
  • the re-formatted page has been re-formatted according to the webpage re-layout strategy, and the re-formatted page corresponding to the webpage address is generated and uploaded to the cache server for storage; the cache server is used to store the re-formatted page corresponding to the webpage address, and is sent to the mobile phone.
  • the webpage that consumes both resources and network bandwidth can be re-typed (running javascript script, application ess webpage mode, downloading flash and loading advertisement image, etc.) as needed while retaining the server acceleration effect.
  • Distributed to each mobile phone terminal greatly reducing the service
  • the resource consumption of the server especially for news, blogs and serial novel websites where the content of the webpage changes relatively little is significant.
  • FIG. 1 is a flow chart of a web page re-typesetting in a specific embodiment of the present invention. detailed description
  • the main idea of the technical solution of the present invention is to adopt a system for re-formatting a webpage of a mobile phone Internet to realize the effect of preserving the acceleration effect of the server, and distributing the re-typesetting action of the webpage that consumes both computing resources and network bandwidth as needed.
  • Mobile terminal The main idea of the technical solution of the present invention is to adopt a system for re-formatting a webpage of a mobile phone Internet to realize the effect of preserving the acceleration effect of the server, and distributing the re-typesetting action of the webpage that consumes both computing resources and network bandwidth as needed.
  • the system includes a mobile phone browser client and a cache server, and the mobile browser client and the cache server are connected through a network, and the mobile browser client obtains and displays the re-formatted page corresponding to the webpage address, and the webpage is re-formatted according to the webpage re-layout strategy.
  • the unre-formatted page corresponding to the address generates a re-formatted page, and is uploaded to the cache server for storage, and the cache server stores the re-formatted page corresponding to the webpage address, and sends the re-formatted page to the mobile browser client.
  • FIG. 1 is a flow chart of a web page re-typesetting in a specific embodiment of the present invention. As shown in FIG. 1, the webpage re-typesetting process includes the following steps:
  • Step 101 The mobile browser client obtains the webpage address that needs to be accessed.
  • Step 102 The mobile browser client queries whether the cache server stores the re-formatted page of the webpage address.
  • Step 103 The cache server determines whether the re-formatted page of the webpage address is stored. If yes, go to step 104; if not, go to step 105.
  • Step 104 The cache server sends the re-formatted page to the mobile browser client, and the mobile browser client displays the re-formatted page.
  • Step 105 The mobile browser client obtains an unre-formatted webpage corresponding to the webpage address.
  • Step 106 The webpage re-layout strategy preset by the mobile browser client application re-types the unre-formatted webpage corresponding to the webpage address, generates a re-typesetting page corresponding to the webpage address, and displays the re-typesetting page.
  • the preset webpage re-layout strategy is stored in the mobile browser client, including content extraction, running web scripting language, and removing advertisements.
  • Step 107 The mobile browser client uploads the heavy layout page corresponding to the webpage address to the cache server for saving.
  • the cache server periodically cleans up expired cached pages.
  • the expiration policy can refer to the HTTP standard (rfc2616) or it can be set according to the characteristics of the website.
  • the cache server can distinguish the user's screen size, mobile phone model, network environment and other information, and multi-level cache for different parameter configurations. For security reasons, the cache server temporarily does not cache pages that the user has logged in to avoid revealing user privacy.
  • the cache server can actively or passively push a new webpage re-layout strategy to the mobile browser client.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Mathematical Physics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Health & Medical Sciences (AREA)
  • Information Transfer Between Computers (AREA)
  • Telephonic Communication Services (AREA)

Description

说 明 书 一种网页重排版的方法和系统
技术领域
本发明涉及手机互联网技术领域, 尤其涉及一种网页重排版的方法和系 统。 背景技术
在计算机互联网领域,服务器缓存加速技术是一个被广泛采用的技术, 已 经有很多成熟的服务器缓存加速产品。 例如 SQUID和 NGINX, 这些产品实现服 务器缓存加速的主要策略是: 将用户最频繁访问的互联网资源(例如图片、 静 态网页等) 缓存在高速缓存区。 由于这类技术不对原始胃 w网页作任何转化, 导致 www网页在屏幕相对计算机小很多的手机上阅读体验非常差。
在手机互联网领域, 最有代表性的服务器缓存加速技术是优视动景公司 (UCWEB浏览器) 的技术, 原理是利用服务器的计算能力将 www网页抓取下来 后进行页面重排版。考虑到互联网上有数千亿的中文网页,应用该模型需要消 耗大量服务器的计算能力和网络带宽, 而且部分网站是不欢迎网络爬虫的,对 于这一类网站, 用代理服务器去反复抓取网页会带来实施上的困难, 同时考虑 到很大一部分网页其实根本不会被手机用户访问到,又在一定程度上导致服务 器资源浪费。 发明内容
本发明的目的在于提出一种网页重排版的方法和系统,能够在保留服务器 加速效果的同时, 大大降低对服务器的资源消耗。
为达此目的, 本发明采用以下技术方案: 一种网页重排版的方法, 适用于手机互联网, 包括以下步骤:
A、 手机浏览器客户端获取网页地址;
B、 手机浏览器客户端询问缓存服务器是否存储有所述网页地址的已经重 排版页面, 缓存服务器判断是否存储有所述网页地址的已经重排版页面, 如果 有, 则缓存服务器将已经重排版页面发送给手机浏览器客户端, 手机浏览器客 户端显示所述已经重排版页面; 如果没有, 则转至步骤 C;
C、 手机浏览器客户端获取网页地址对应的未重排版的网页;
D、 手机浏览器客户端应用预设的网页重排版策略对网页地址对应的未重 排版的网页进行重排版, 生成网页地址对应的重排版页面, 并显示所述重排版 页面;
E、 手机浏览器客户端将网页地址对应的重排版页面上传到缓存服务器中 保存。
所述网页重排版策略包括内容抽取、 运行网页脚本语言和去除广告。 所述预设的网页重排版策略存储在手机浏览器客户端中。
缓存服务器定期清理过期的缓存页面。
一种网页重排版的系统, 适用于手机互联网,包括手机浏览器客户端和缓 存服务器, 手机浏览器客户端与缓存服务器之间通过网络连接, 手机浏览器客 户端用于获取并显示网页地址对应的已经重排版页面,根据网页重排版策略将 网页地址对应的未重排版页面生成重排版页面, 并上传到缓存服务器中保存; 缓存服务器用于存储网页地址对应的重排版页面, 并发送给手机浏览器客户
采用了本发明的技术方案, 可以在保留服务器加速效果的同时,将既耗计 资源又耗网络带宽的网页重排版 (运行 javascript脚本、 应用 ess网页模 、 下载 flash和加载广告图片等)按需分布到各个手机终端, 大大降低对服 务器的资源消耗,尤其对那些网页内容变化相对较少的新闻、博客和连载小说 类网站效果显著。 附图说明
图 1是本发明具体实施方式中网页重排版的流程图。 具体实施方式
下面结合附图并通过具体实施方式来进一步说明本发明的技术方案。
本发明技术方案的主要思想是采用一种适用于手机互联网的网页重排版 的系统来实现在保留服务器加速效果的同时,将既耗计算资源又耗网络带宽的 网页重排版动作按需分布到各个手机终端。
该系统包括手机浏览器客户端和缓存服务器,手机浏览器客户端与缓存服 务器之间通过网络连接,手机浏览器客户端获取并显示网页地址对应的已经重 排版页面,根据网页重排版策略将网页地址对应的未重排版页面生成重排版页 面,并上传到缓存服务器中保存,缓存服务器存储网页地址对应的重排版页面, 并发送给手机浏览器客户端。
图 1是本发明具体实施方式中网页重排版的流程图。如图 1所示, 该网页重 排版流程包括以下步骤:
步骤 101、 手机浏览器客户端获取需要访问的网页地址。
步骤 102、手机浏览器客户端询问缓存服务器是否存储有该网页地址的已 经重排版页面。
步骤 103、 缓存服务器判断是否存储有该网页地址的已经重排版页面, 如 果有, 则转至步骤 104; 如果没有, 则转至步骤 105。
步骤 104、 缓存服务器将已经重排版页面发送给手机浏览器客户端, 手机 浏览器客户端显示该已经重排版页面。 步骤 105、 手机浏览器客户端获取网页地址对应的未重排版的网页。
步骤 106、手机浏览器客户端应用预设的网页重排版策略对网页地址对应 的未重排版的网页进行重排版, 生成网页地址对应的重排版页面, 并显示该重 排版页面。该预设的网页重排版策略就存储在手机浏览器客户端中, 包括内容 抽取、 运行网页脚本语言和去除广告等。
步骤 107、手机浏览器客户端将网页地址对应的重排版页面上传到缓存服 务器中保存。
缓存服务器定期清理过期的缓存页面, 过期策略可以参考 HTTP标准 (rfc2616 ) , 也可以根据网站特征来设定。
缓存服务器可以分辨用户的屏幕尺寸、手机机型、 网络环境等信息, 并针 对不同的参数配置进行多级缓存。出于安全性考虑, 缓存服务器暂时不缓存用 户已经登录过的页面, 以免泄漏用户隐私。
另外缓存服务器可以主动或被动的向手机浏览器客户端推送新的网页重 排版策略。
经过测试, 即使 GPRS这种慢速网络下, 网页打开速度平均从加速前的 25 秒降低到加速后 5秒; 而 Wifi环境下能做到秒开, 效果显著。 打开一篇新浪 新闻所需要下载的数据从 900KB减少为小于 100KB, 压縮效果明显。 以上所述,仅为本发明较佳的具体实施方式,但本发明的保护范围并不局 限于此,任何熟悉该技术的人在本发明所揭露的技术范围内, 可轻易想到的变 化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保护范围应该 以权利要求的保护范围为准。

Claims

权 利 要 求 书
1、 一种网页重排版的方法, 适用于手机互联网, 其特征在于, 包括以下 步骤:
A、 手机浏览器客户端获取网页地址;
B、 手机浏览器客户端询问缓存服务器是否存储有所述网页地址的已经重 排版页面, 缓存服务器判断是否存储有所述网页地址的已经重排版页面, 如果 有, 则缓存服务器将已经重排版页面发送给手机浏览器客户端, 手机浏览器客 户端显示所述已经重排版页面; 如果没有, 则转至步骤 C;
C、 手机浏览器客户端获取网页地址对应的未重排版的网页;
D、 手机浏览器客户端应用预设的网页重排版策略对网页地址对应的未重 排版的网页进行重排版, 生成网页地址对应的重排版页面, 并显示所述重排版 页面;
E、 手机浏览器客户端将网页地址对应的重排版页面上传到缓存服务器中 保存。
2、 根据权利要求 1所述的一种网页重排版的方法, 其特征在于, 所述网 页重排版策略包括内容抽取、 运行网页脚本语言和去除广告。
3、 根据权利要求 1所述的一种网页重排版的方法, 其特征在于, 所述预 设的网页重排版策略存储在手机浏览器客户端中。
4、 根据权利要求 1所述的一种网页重排版的方法, 其特征在于, 缓存服 务器定期清理过期的缓存页面。
5、 一种网页重排版的系统, 适用于手机互联网, 其特征在于, 包括手机 浏览器客户端和缓存服务器,手机浏览器客户端与缓存服务器之间通过网络连 接,手机浏览器客户端用于获取并显示网页地址对应的已经重排版页面, 根据 网页重排版策略将网页地址对应的未重排版页面生成重排版页面,并上传到缓 存服务器中保存; 缓存服务器用于存储网页地址对应的重排版页面, 并发送给 手机浏览器客户端。
2
PCT/CN2012/072281 2011-03-14 2012-03-13 一种网页重排版的方法和系统 Ceased WO2012122932A1 (zh)

Priority Applications (4)

Application Number Priority Date Filing Date Title
KR1020137024413A KR101485949B1 (ko) 2011-03-14 2012-03-13 웹페이지 재배치 방법과 시스템
EP20120757296 EP2687996A4 (en) 2011-03-14 2012-03-13 METHOD AND SYSTEM FOR REAGENCING WEB PAGE
US14/005,010 US20140006918A1 (en) 2011-03-14 2012-03-13 Method and system for web page rearrangement
JP2013556959A JP2014509019A (ja) 2011-03-14 2012-03-13 一種のページ再組版の方法及びページ再組版のシステム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110060341.4 2011-03-14
CN2011100603414A CN102622381B (zh) 2011-03-14 2011-03-14 一种网页重排版的方法和系统

Publications (1)

Publication Number Publication Date
WO2012122932A1 true WO2012122932A1 (zh) 2012-09-20

Family

ID=46562304

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/072281 Ceased WO2012122932A1 (zh) 2011-03-14 2012-03-13 一种网页重排版的方法和系统

Country Status (6)

Country Link
US (1) US20140006918A1 (zh)
EP (1) EP2687996A4 (zh)
JP (1) JP2014509019A (zh)
KR (1) KR101485949B1 (zh)
CN (1) CN102622381B (zh)
WO (1) WO2012122932A1 (zh)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2786418C (en) * 2012-08-16 2020-04-14 Ibm Canada Limited - Ibm Canada Limitee Identifying equivalent javascript events
CN102904947B (zh) * 2012-09-29 2019-07-23 北京百度网讯科技有限公司 应用客户端展示样式更新和/或内容扩展的方法及系统
CN104820664A (zh) * 2014-01-30 2015-08-05 西门子公司 一种用于改编网页的方法和装置
CN104182505B (zh) * 2014-08-19 2018-03-27 小米科技有限责任公司 网页重排方法和装置
CN104536993B (zh) * 2014-12-10 2018-03-20 北京奇虎科技有限公司 收藏网页的处理方法、收藏网页的处理装置和客户端
CN112363732A (zh) * 2020-10-15 2021-02-12 深圳市明源云科技有限公司 网站封装方法、装置、终端设备及计算机可读存储介质
CN114564668A (zh) * 2022-01-17 2022-05-31 广州文石信息科技有限公司 一种网页排版方法、装置、终端设备以及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1399745A (zh) * 1999-04-30 2003-02-26 雅虎公司 重排网页的方法和设备
CN101221572A (zh) * 2008-01-25 2008-07-16 吴坤达 一种网页数据处理系统
CN101526953A (zh) * 2009-01-19 2009-09-09 北京跳网无限科技发展有限公司 Www转换技术
CN101977233A (zh) * 2010-11-01 2011-02-16 优视科技有限公司 一种移动终端以阅读模式浏览网页方法和系统

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6421733B1 (en) * 1997-03-25 2002-07-16 Intel Corporation System for dynamically transcoding data transmitted between computers
EP1061458A2 (en) * 1999-06-15 2000-12-20 Sun Microsystems, Inc. Caching of reduced forms of web pages on a small footprint device
US20040049737A1 (en) * 2000-04-26 2004-03-11 Novarra, Inc. System and method for displaying information content with selective horizontal scrolling
US7210099B2 (en) * 2000-06-12 2007-04-24 Softview Llc Resolution independent vector display of internet content
US20030033432A1 (en) * 2001-08-08 2003-02-13 Simpson Shell S. Web based imaging service that converts web pages into content on behalf of another web site
US7624126B2 (en) * 2003-06-25 2009-11-24 Microsoft Corporation Registering for and retrieving database table change information that can be used to invalidate cache entries
JP2005141360A (ja) * 2003-11-05 2005-06-02 Matsushita Electric Ind Co Ltd 遠隔制御システム及び遠隔制御方法
US20070088852A1 (en) * 2005-10-17 2007-04-19 Zohar Levkovitz Device, system and method of presentation of advertisements on a wireless device
US8181107B2 (en) * 2006-12-08 2012-05-15 Bytemobile, Inc. Content adaptation
CN101150803B (zh) * 2007-10-24 2011-08-24 优视科技有限公司 微浏览器处理网络数据的方法、微浏览器及其服务器
US20090265618A1 (en) * 2008-04-18 2009-10-22 Hong-Yung Wang Method of browsing web information using a mobile handheld device
JP4799587B2 (ja) * 2008-06-04 2011-10-26 株式会社エヌ・ティ・ティ・データ ネットワークブートシステム及びネットワークブート方法
US8959536B2 (en) * 2008-08-18 2015-02-17 Infosys Limited Method and system for providing applications to various devices
GB0902834D0 (en) * 2009-02-19 2009-04-08 Aceplan Invest Ltd Content access platform and methods and apparatus providing access to internet content for heterogeneous devices
CN101625700A (zh) * 2009-08-12 2010-01-13 中兴通讯股份有限公司 在终端上优化显示网络页面的方法和装置
CN101815093A (zh) * 2010-03-11 2010-08-25 深圳市嘉讯软件有限公司 一种网页到移动终端的适配方法及移动终端页面适配装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1399745A (zh) * 1999-04-30 2003-02-26 雅虎公司 重排网页的方法和设备
CN101221572A (zh) * 2008-01-25 2008-07-16 吴坤达 一种网页数据处理系统
CN101526953A (zh) * 2009-01-19 2009-09-09 北京跳网无限科技发展有限公司 Www转换技术
CN101977233A (zh) * 2010-11-01 2011-02-16 优视科技有限公司 一种移动终端以阅读模式浏览网页方法和系统

Also Published As

Publication number Publication date
EP2687996A4 (en) 2015-05-06
US20140006918A1 (en) 2014-01-02
CN102622381B (zh) 2013-11-13
JP2014509019A (ja) 2014-04-10
CN102622381A (zh) 2012-08-01
KR101485949B1 (ko) 2015-01-23
EP2687996A1 (en) 2014-01-22
KR20140041450A (ko) 2014-04-04

Similar Documents

Publication Publication Date Title
WO2012122932A1 (zh) 一种网页重排版的方法和系统
US10210145B2 (en) Partial website optimization for a web publisher
US9032086B2 (en) Displaying animated images in a mobile browser
US8732571B2 (en) Methods and systems for generating and displaying a preview image of a content area
US20090037517A1 (en) Method and system to share content between web clients
US20170116349A1 (en) Creation and delivery of pre-rendered web pages for accelerated browsing
CN103338249B (zh) 缓存方法及装置
US9678928B1 (en) Webpage partial rendering engine
CN103873502A (zh) 缓存更新方法及系统、提供更新资源的方法及系统
WO2014134934A1 (zh) 一种双WebView展示定制页面的方法及系统
CN103455478A (zh) 加速网页访问的方法和装置
WO2012122934A1 (zh) 一种网页重排版的方法
CN102368213A (zh) 一种ie内核浏览器的页面下载控制方法和系统
US11330075B2 (en) One-time cache
US12071296B2 (en) Facilitating inter-system data transfer with seralized data objects
US9177077B2 (en) Method for improving backward/forward performance between certain types of dynamic web pages
CN108205555A (zh) 信息推荐方法、装置、浏览器和终端设备
CN105468746B (zh) 网页多媒体内容处理方法及装置
KR101498920B1 (ko) 오프라인 실행을 위한 웹 페이지 사전 캐싱 시스템 및 방법
CN110750720A (zh) 一种基于pc端场景化个性推荐方法及系统
CN118035585A (zh) 网页资源的加载方法、装置、终端设备和存储介质
US11767154B2 (en) Facilitating inter-system data transfer with serialized data objects
CN103401776B (zh) 一种利用路由器推送信息的方法
CN119536829A (zh) 客户端唤醒方法、系统、计算机设备以及存储介质
Chauhan et al. Web for Wearables: Lessons learned from Google Glass

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: 12757296

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2013556959

Country of ref document: JP

Kind code of ref document: A

ENP Entry into the national phase

Ref document number: 20137024413

Country of ref document: KR

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 14005010

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE