Please upload and run the attached script. What it does: make a bunch of junk data in an array, shift it like a queue (drop first element and add one on the end), then test serializing and unserializing times.
Output should be like:
Code:
Making junk data...Done (8.9 msec so far; array has 100 elements)
Moving queue on junk data by one element...Done (9.2 msec so far; array has 100 elements)
Serializing...Done (9.6 msec so far; serialized data is 2282 chars)
Unserializing...Done
Finished in 9.9 msec