Leif-cs488-tasks

From Earlham CS Department
Revision as of 21:10, 26 November 2012 by Lnulric09 (talk | contribs) (Created page with "===Server Pre-Processing=== – Reads HTTP Request – Identifies language – Sets up Pre-Processing App and sends to client ===Javascript Pre-Processing Package=== – Checks f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Server Pre-Processing

– Reads HTTP Request – Identifies language – Sets up Pre-Processing App and sends to client

Javascript Pre-Processing Package

– Checks for a cookie – Identifies screen size – Comes up with a network throughput estimation – Prompts the user for verification if there is no cookie

PHP Post-Processing Package

– Reads information from the JS app – Using screen size, the request is categorized – Specific CSS matching that category is loaded – Using language, the content is translated – Image and video optimization is done that matches the category – Script and styles are run through a compressor – HTTP requests are combined – Adds override interface – Generates cookie – Sends content