Content area
Full Text
ABSTRACT
The main limitation of web projects with intense data flow is the inadequacy of resources. The project owners in that positions increase the resources by making big investments. With this project, it was aimed to reduce the resource expenditures of the project owners by making minimum the resource consumption. Additionally, removing the loss of prestige which is stemming from the slowness of the project was aimed. In the project, a technique was formed based on data taking from data base with memcache to the cache memory in json format, and allowing to the next interrogations making in cache memory instead of data base usage. Thus the intensity on data base will be reduced to the minimum level. Performance increment will be obtained by getting datas from data stores rapidly instead of data bases. The process of encoding with Php and mysql will be told and the obtained performance results will be investigated. Furthermore, access to these data will be provided and dynamic sites will be formed with javascript as a result of being formed a web service producing outputs in json format. Debian operation system is installed on the testing server; also nginx web server and memcached are existing on the testing server.This project was accomplished via a common data base which composes the content of more than one web site. It will be unnecessary for the other usage purposes.
KEYWORDS
Performance on web sites, Dynamic structure with JavaScript, data store in memcached.
1 INTRODUCTION
Php (Personel Home Page) is a script programming language that can be embedded on html and working on apache web server. It has widely usage area in web projects. Its usage area is progressively widening and improvements are extensively carried out. Today, it composes so many web projects and the most important property is being fast comparing to the other languages. It provides a great flexibility in web projects because of being embedded in html (Php, 2013).
Php composes a rapid data flow with mysql data base. Thus, it has better performance than the other languages. Its usage is very simple and it can form dynamic web projects rapidly. Mysql is relationally data base server system working on Linux. It works adaptable and fast with Php. It...