Week 7 Flashcards

1
Q

Name 4 points that will reduce latency of a web-page:

A

Memory caching on server

Making PHP code more effecient

Optimising database access

Reducing total web-page download bandwidth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What doews memory cache compiled bytecode avoid?

A

Avoids processing overhead of
parsing and compiling source
code on each web-page
reques

How well did you know this?
1
Not at all
2
3
4
5
Perfectly