I want to compare the performance of different PHP/Ajax frameworks. I'm not looking for tools to run the tests, I'm looking for what tests to run. I'm in the design phase of a project so I don't have an existing app.
I'd like to build the same page in several different frameworks and compare things like the generated client-side code and amount of data included in the Ajax requests. I'm wondering what functionality to build in my sample page that will give a good comparison.
Hope this makes sense, feel free to edit if it could be more clear.