Support and improvement of the web application презентация

Improving the client part Optimization of the server part Database refactoring

Слайд 1Support and improvement of the web application
Vylegzhanin Roman
Computer Science Department
Voronezh State

University

Слайд 2Improving the client part
Optimization of the server part
Database refactoring



Слайд 3Improving the client part


Слайд 4The need of well-crafted UI


Слайд 5Optimization of the server part


Слайд 6Server optimization problems How to

Make server
run faster



Simplify procedure
of debugging

Слайд 7Solutions
Getting rid of repetitive code sections
Partitioning large modules into submodules


Слайд 8Database refactoring


Слайд 9Database refactoring
Structure of database
Writing queries


Слайд 10Incorrect database structure


Слайд 11Correct database structure


Слайд 12Writing queries

Table “A”
Table “B”


Слайд 13Writing queries
SELECT … FROM (A * B) WHERE STREET = “BAKER”;

O(N2)

SELECT

… FROM A *
(SELECT ... FROM B
WHERE STREET = “BAKER”);
O(N)

N times less time


Слайд 14Improving the client part
Optimization of the server part
Database refactoring



Слайд 15Support and improvement of the web application
Vylegzhanin Roman
Computer Science Department
Voronezh State

University

Обратная связь

Если не удалось найти и скачать презентацию, Вы можете заказать его на нашем сайте. Мы постараемся найти нужный Вам материал и отправим по электронной почте. Не стесняйтесь обращаться к нам, если у вас возникли вопросы или пожелания:

Email: Нажмите что бы посмотреть 

Что такое ThePresentation.ru?

Это сайт презентаций, докладов, проектов, шаблонов в формате PowerPoint. Мы помогаем школьникам, студентам, учителям, преподавателям хранить и обмениваться учебными материалами с другими пользователями.


Для правообладателей

Яндекс.Метрика