Utilizando Memcached para diminuir o tempo de resposta de aplicações web

This work is a study of performance metrics, made to measure and analyze the difference in response time of HTTP requests - Hypertext Transport Protocol. There are several performance metrics, such as the growth rate of active users, the growth rate of billing, such as eCommerce, among others. Howev...

ver descrição completa

Principais autores: Hilbert Buss, Alexandre Hekermann, Kulik Silva, Gustavo
Formato: Trabalho de Conclusão de Curso (Graduação)
Idioma: Português
Publicado em: Universidade Tecnológica Federal do Paraná 2020
Assuntos:
Acesso em linha: http://repositorio.utfpr.edu.br/jspui/handle/1/16860
Tags: Adicionar Tag
Sem tags, seja o primeiro a adicionar uma tag!
Resumo: This work is a study of performance metrics, made to measure and analyze the difference in response time of HTTP requests - Hypertext Transport Protocol. There are several performance metrics, such as the growth rate of active users, the growth rate of billing, such as eCommerce, among others. However this work focuses on HTTP requests, and the time that the application takes to respond to requests from the user perspective, focusing on the bottleneck between the application (online task manager developed using CMS - Content Management System - Drupal) and database (developed in MySql). The method we used to improve the performance of the web site is the Memcached, which implements a dynamic memory cache strategy for every database access. This work reports an experiment that measured the response time of applications that use Memcached and application that do not use Memcached, using the JMeter tool.