--
You received this message because you are subscribed to the Google Groups "SilverStripe Core Development" group.
To post to this group, send email to silverst...@googlegroups.com.
To unsubscribe from this group, send email to silverstripe-d...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/silverstripe-dev?hl=en.
For example, create this model
StaffMember
- FirstName
- Surname
- Email
- Phone
Generate 100 items
Create a view+controller that lists all of those 100 items in a single HTML page.
Then benchmark the loadtime of that page.
The disadvantage is that it would require a wee bit of custom dev in each framework. It seems like an interesting thing to tackle as a standalone project, rather than something we're doing just for SilverStripe.
-------
Sam Minnée | Chief Technology Officer
SilverStripe
http://silverstripe.com
Phone: +64 4 978 7334
Skype: sam.minnee
yeah I guess, I guess there are two completely separate things to benchmark, but they're both important. Benchmarking CMS load time against other CMSes doesn't really seem very useful, though; just against older versions of SilverStripe.
yeah I guess, I guess there are two completely separate things to benchmark, but they're both important. Benchmarking CMS load time against other CMSes doesn't really seem very useful, though; just against older versions of SilverStripe.
--