You are here
View more context
That entirely depends on your memory limit, actually
It's not related to SilverStripe, it's more related to how much your PHP setup can handle
SilverStripe will always be as fast as possible, but sometimes, you need to clean up a bit manually
Using SiteTree over DataObject puts maybe 3kb of extra memory overhead into your server
If you have a few thousand records, thta can add up, of course
FWIW, I have projects with hundreds of thousands of records in DataObjects
Does gridfield performance get much slower when handling thousand of dataobjects?
One of my projects has a couple of hundreds SiteTree and the admin just completely freezes Firefox and Chrome 😂
They do grind a bit sometimes when you're running queries
@null - Sorry, I meant tabs within a page i.e. those created with $fields->addFieldsToTab( ... )
Oooh. Good question, I'm not sure!
yes it is