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
2
Q
What doews memory cache compiled bytecode avoid?
A
Avoids processing overhead of
parsing and compiling source
code on each web-page
reques