We should benchmark `validate_data_column_sidecar_for_gossip `: [https://github.com/sigp/lighthouse/blob/e6ef644db4e88cdb5a8c4362d8037e6abfbb0abc/beacon\_node/beacon\_chain/src/data\_column\_verification.rs#L458](https://github.com/sigp/lighthouse/blob/e6ef644db4e88cdb5a8c4362d8037e6abfbb0abc/beacon_node/beacon_chain/src/data_column_verification.rs#L458) * Gossip verification is a critical path for block and blob propagation. * The introduction of data columns significantly increased verification volume (e.g., bursts of 128 sidecars) (called per sidecar) * Gossip verification has been observed taking longer than expected on PeerDAS devnets: * [https://github.com/sigp/lighthouse/issues/7203](https://github.com/sigp/lighthouse/issues/7203)