presseddigital / colorit

A slick color picker fieldtype plugin for the Craft CMS control panel
Other
21 stars 8 forks source link

Eager Loading Support #15

Open brettburwell opened 4 years ago

brettburwell commented 4 years ago

Hi y'all.

This plugin is great. I'm curious if you have any plans to support eager loading? I'm bumping into an N+1 issue and would love to cut down on my db calls.

thanks, Brett

samhibberd commented 2 years ago

Not sure what should be eager loaded in this case, this field type uses the craft content table and has no element relations.

Unless it's related to presets, will investigate.

Fire over any other details if you have them, although appreciate it's been a while.