Talk Submission
If you are interested in attending this talk at PyCon JP 2016, please use the social media share buttons below. We will consider the popularity of the proposals when making our selection.
talk
Webアプリケーションのパフォーマンス最適化方法(ja)
Speakers
Ryo Fujimoto
Audience level:
Intermediate
Category:
Web Frameworks
Description
Djangoを題材にしてWebアプリケーションの開発、運用時のボトルネック調査方法およびパフォーマンスチューニング方法を紹介します。
Objectives
Webアプリケーションの開発、運用する上でパフォーマンスに関連するボトルネックを洗い出し 、問題を解決するための能力を身に付けることを目的としています。
Abstract
Webアプリケーションの開発時では、ボトルネックに対する解決方法として
DBに関連するチューニング(indexの最適化、joinとか)が紹介されてるを目にします。
発表では、DBによるチューニング方法などは説明せずにアプリケーションレイヤーに焦点を絞って、
できるだけクエリーを発行しないプログラム実装方法や運用時のボトルネック調査方法など紹介します。