• Title/Summary/Keyword: 로딩시간 단축

Search Result 14, Processing Time 0.027 seconds

Performance Improvement of Web Browsers for Mobile Phones (저사양 휴대 단말 환경에서 웹브라우저의 성능 개선 방안)

  • Kim, Sang-Heon;Kim, Ji-In;Koh, Seok-Joo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2012.04a
    • /
    • pp.525-528
    • /
    • 2012
  • 최근 무선 인터넷 서비스의 활성화와 함께 모바일 환경에서 브라우저의 사용이 급증하고 있으며, 모바일 사용자들은 PC 수준의 품질을 요구하고 있다. 이에 따라 모바일 웹브라우저도 WAP 방식이 아닌 풀브라우징(full browsing) 방식으로 전환되고 있다. 하지만, 모바일 단말 환경에서 웹브라우저의 성능에는 많은 제약사항이 존재하며, 부족한 메모리, 저 사양의 CPU, 낮은 네트워크 속도, 그리고 브라우저의 엔진 문제 등으로 인해 여전히 사용자들의 브라우저 로딩에 대한 체감 속도는 낮은 편이다. 본 논문에서는 저사양 휴대 단말 환경에서의 브라우저 로딩 속도를 개선할 수 있는 방안을 제시한다. 제안 방식에서는 텍스트와 이미지 등 데이터 타입을 분류하여 부하가 적게 걸리는 텍스트 레이아웃을 먼저 보여줌으로써 사용자의 체감속도를 향상시키고, 아울러 이미지가 커서 렌더링(rendering) 시간이 오래 걸리는 경우 이미지를 축소하거나 화질을 낮추는 방식으로 렌더링 부하를 줄여서 페이지 로딩 시간을 단축시키는 방법을 사용한다. 실험 결과, 제안 기법을 사용하는 경우 현재 사용하는 방법에 비해 이미지가 적은 Web 페이지의 경우 1st drawing 77.04%, full drawing 5.47%, 이미지가 많은 페이지의 경우 26.32%의 로딩 시간을 단축시킬 수 있음을 확인하였다.

The Development of Webpage Pre-loading Technology for Zero Latency Response on Cloud Mobile Web Browser (클라우드 모바일 웹 브라우저 상에서 제로 레이턴시 응답을 위한 웹페이지 프리로딩 기술의 개발)

  • Kwon, Oh-Chul;Oh, Chi-Young;Lee, Chang-Gun
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2012.06d
    • /
    • pp.126-128
    • /
    • 2012
  • 클라우드 모바일 웹 브라우저는 고성능의 클라우드 서버가 웹페이지를 재가공하고 압축하여 제공함으로써, 모바일 기기의 작업 부하를 줄이고 웹페이지의 로딩 시간을 단축한다. 클라우드 모바일 웹 브라우저의 오프로딩 기술은 네트워크 환경에 따라 웹페이지의 로딩 시간이 크게 좌우되기 때문에 보다 빠르고 효율적으로 웹 브라우징을 제공하기 위해서 프리로딩 기술이 제안되었다. 프리로딩 기술은 엄격한 사용자 분석을 통해 사용자가 요청할 것으로 예상되는 웹페이지를 미리 캐싱해두고, 사용자에게 제로 레이턴시로 웹 브라우징을 제공한다.

Prefetching Framework for General Workloads Using Breakpoint (브레이크포인트를 이용한 범용 워크로드 프리페칭 프레임워크)

  • Ko, Kwangjin;Ryu, Junhee;Kang, Kyungtae;Shin, Heonshik
    • Journal of KIISE
    • /
    • v.41 no.10
    • /
    • pp.832-837
    • /
    • 2014
  • Application loading speed can be improved by timely prefetching disk blocks likely to be needed by an application. However, existing prefetchers -- if they are not specialized to a particular application -- incur high overheads and are poor at identifying the blocks that will actually be required. There are many sequences in which blocks may be needed and, even if two access sequences are identical, block tracing and access timings can be affected significantly by the state of the buffer cache. We propose a new application-independent software-based prefetching technique, in which breakpoints are inserted at appropriate places in an application to collect the information on correlations between the blocks and to prefetch the potential blocks ahead of their schedule based on it. Experiments on an HDD-based desktop PC demonstrated an average 30% reduction in application launch time and 15% in general I/O, while reducing the wasted overhead.

HTML5 Analysis and Research for the Reduction of the Initial Load Time of a Web Browser (웹브라우저 초기 로딩시간 단축을 위한 HTML5 분석 및 연구)

  • Yun, Jun-soo;Park, Jin-tae;Hwang, Hyun-seo;Phyo, Gyung-soo;Moon, Il-young
    • Journal of Advanced Navigation Technology
    • /
    • v.19 no.5
    • /
    • pp.440-445
    • /
    • 2015
  • An app that users can conveniently use has been an explosive increase in the emergence of smart devices, including smart phones. However, the advent of various smart appliances operating systems, acting as an inhibitory factor to the development of the application. Accordingly, there has been a growing interest in HTML5 that can simultaneously support various platforms. HTML5 using the browser is used in the most innovative way of cross-platform. However, it does not show the complete compatibility for now. Depending on the browser of the environment, the difference between the initial load time of Web pages out. Therefore, to understand the cause of slowing down the browser-specific initial load time through the analysis of HTML5, JavaScript and CSS. Look for ways that can further improve the initial load rate.

The Priority Heuristics for Concurrent Parsing of JavaScript (자바스크립트 동시 파싱을 위한 우선순위 휴리스틱)

  • Cha, Myungsu;Park, Hyukwoo;Moon, Soo-Mook
    • KIISE Transactions on Computing Practices
    • /
    • v.23 no.8
    • /
    • pp.510-515
    • /
    • 2017
  • It is important to speed up the loading time of web applications. Parsing is a loading process that contributes to an increased loading time. To address this issue, the optimization called Concurrent Parsing has been proposed which handles the parsing process in parallel by using additional threads. However, Concurrent Parsing has a limitation that it does not consider the priority order of parsing. In this paper, we propose heuristics that exploit priorities of parsing to improve the Concurrent Parsing. For parsing priority, we empirically investigate the sequence of function calls, classify functions into 3 categories, and extract function call probabilities. If a function has high call probability, we give a high priority and if a function has low probability, we give a low priority. We evaluate this priority heuristics on real web applications and get the 2.6% decrease of loading time on average.

Analysis of frontend framework for shortening web site loading time (웹사이트 로딩 시간 단축을 위한 프론트엔드 프레임워크 비교 분석)

  • Kim, YoungIm;Yu, HeonChang
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2018.10a
    • /
    • pp.842-845
    • /
    • 2018
  • 현재 다양한 성격을 가진, 무수히 많은 웹사이트들이 존재하고 있다. 웹사이트에 접속시 또는 이벤트 실행 시 걸리는 로딩 시간은 사이트를 이용하는 사용자로 하여금 서비스의 질 문제를 야기시킬 수 있으며 나아가서는 비즈니스에서 큰 영향을 미칠 수 있다. 이러한 이유 등으로 브라우저들의 성능은 점점 좋아지고 있으며, 복잡해지는 프론트엔드 로직에 따라 다양한 환경에서의 빠른 개발 및 웹 페이지 성능 개선을 위한 각종 Javascript 프론트엔드 프레임워크들도 등장하고 있다. 비동기 통신 방법인 Ajax 기술을 사용하는 프레임워크를 통해 렌더링 처리 방안을 확인해보고, 속도 성능에 대한 비교 분석을 한다.

The Implementation of Java Components for Effective Database Connectivity in Web Application (웹 어플리케이션에서의 효율적인 데이터 베이스 커넥션 관리를 위한 자바 컴포넌트의 구현)

  • 김종현;황대준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.04a
    • /
    • pp.619-621
    • /
    • 2001
  • 현재 JDBC를 통한 웹 어플리케이션의 제작은 데이터베이스 커넥션에 대한 관리 기능의 부재, 다중 데이터베이스에 대한 효율적인 접근 방법의 부재, 예외 처리(try…catch) 구문의 부담, 질의 결과(ResultSet)에 대한 subset을 처리 방법의 어려움이 존재하는 JDBC의 한계로 인해 개발에의 상당한 까다로움과 고려해야 할 사항이 다수 존재한다. 본 논문에서는 이러한 어려움을 해결함과 동시에 개발비용과 개발 시간을 단축하고 사용자 요구에의 응답 시간을 최소화할 수 있는 데이터베이스 connectivity를 위한 컴포넌트를 설계하고 그것을 구현한다. 본 컴포넌트는 다중 데이터베이스를 지원하고, 데이터베이스에 대한 커넥션을 관리하며 JDBC 드라이버의 등록과 로딩을 관장하며, 예외 상황을 내부적으로 처리하고 ResultSet을 효율적으로 다룰 수 있는 기능 및 다중 생성자 권한으로 관련 테이블에의 접근 용이성을 제공한다. 본 컴포넌트를 이용한 웹 어플리케이션을 제작에 필요한 코드의 양은 그렇지 않았을 때에 비해서 약 30%의 절감 효과가 있다. 더불어, 디버깅에 필요한 시간을 최소화 할 수 있어 개발해서 약 30%의 절감 효과가 있다. 더불어, 디버깅에 필요한 시간을 최소화 할 수 있어 개발 기간을 약 2/3 수준으로 단축할 수 있으며 시스템 성능 향상에 도움을 준다. 이것은 실제 프로젝트(한국통신 웹사이트-www.kt.co.kr-, 존슨앤존슨 웹사이트-www.cleanandclear.co.kr-)를 통해 검증되었다.

  • PDF

An Efficient Bulk Loading for High Dimensional Index Structures (고차원 색인 구조를 위한 효율적인 벌크 로딩)

  • Bok, Kyoung-Soo;Lee, Seok-Hee;Cho, Ki-Hyung;Yoo, Jae-Soo
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.8
    • /
    • pp.2327-2340
    • /
    • 2000
  • Existing bulk loading algorithms for multi-dimensional index structures suffer from satisfying both index construction time and retrieval perfonnancc. In this paper, we propose an efficient bulk loading algorithm to construct high dimensional index structures for large data set that overcomes the problem. Although several bulk loading algorithms have been proposed for this purpose, none of them improve both constnlCtion time and search performance. To improve the construction time, we don't sort whole data set and use bisectiou algorithm that divides the whole data set or a subset into two partitions according to the specific pivot value. Also, we improve the search performance by selecting split positions according to the distribution properties of the data set. We show that the proposed algorithm is superior to existing algorithms in terms of construction time and search perfomlance through various experiments.

  • PDF

Uplink Resource Management Scheme for Multiple QoS Traffics in cdma2000 type Networks: Modified Weighted G-Fair Scheduler with RoT Filling (cdma2000-type 네트워크의 역방향 링크에서의 다중 QoS 서비스 보장을 위한 자원 관리 기술: Modified Weighted G-Fair 스케줄러)

  • 기영민;김은선;김동구
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.29 no.7A
    • /
    • pp.786-793
    • /
    • 2004
  • Autonomous data rate control scheme of current IxEV-DO uplink networks can not supper the various QoS requirements of heterogeneous traffics nor hold rise-over-thermal OtoT) constraints. In this paper, an uplink resource management scheme called the modified weighted g-fair (MWGF) scheduler with RoT filling is proposed and evaluated for heterogeneous traffics in cdma2000 type uplink networks. The proposed scheme belongs to a family of centralized resource management schemes and offers QoS guarantee by using priority metrics as well as lower system loading by holding RoT constraints using RoT filling method. With some case-study simulations, the proposed algorithms shows lower average delays of real time users compared to that of autonomous rate control by 29 - 40 %. It also shows the 1.0 - 1.3 dB lower received RoT level than autonomous rate control schemes, leading to lower network loading.

Impact of Drying Temperature in High-Loading Positive Electrode Fabrication Process for Lithium-ion Batteries (리튬이온 이차전지용 고로딩 양극 제조공정에서 건조온도의 영향에 대한 연구)

  • Min Jin Kim;Ji Heon Ryu
    • Journal of the Korean Electrochemical Society
    • /
    • v.27 no.1
    • /
    • pp.40-46
    • /
    • 2024
  • Among the electrode manufacturing processes for lithium-ion batteries, the drying process is crucial for production speed and process cost. Particularly, as the loading level of the electrode increases to enhance the energy density of the battery, optimizing process conditions for electrode drying becomes more critical. In this study, we compared the drying time and electrochemical performance of the positive electrode prepared at different drying temperatures. LiNi0.6Co0.2Mn0.2O2 (NCM622) was used as the active material and manufactured under various drying temperature conditions ranging from 120 ℃ to 210 ℃ at loading levels of 2.5 and 4.5 mAh cm-2. The physical and electrochemical properties of the electrodes were compared. As the loading level of the electrode increases, the drying time of the electrode also increases, but this time can be reduced by increasing the drying temperature. The drying temperature used in manufacturing the NCM622 positive electrode does not significantly affect the electrochemical performance but drying above 210 ℃ resulted in an increase in the volume resistivity of the electrode and a decrease in electrochemical performance. Accordingly, in the manufacture of high-loading electrodes, the drying temperature was increased to 190 ℃ to shorten the electrode manufacturing time without a loss of performance.