BigW Consortium Gitlab

Skip to content
  • Robert Speicher's avatar
    01dc8e6d
    Don't bother going through an entire Banzai pipeline for empty text · 01dc8e6d
    Robert Speicher authored
    This bails out of `cacheless_render` immediately unless the provided
    text is present, since there's no point.
    
    This is a slight improvement in our test performance. Across the
    creation of 1,000 `Namespace` records, which caches the `description`
    field and which is blank by default in its factory, this saves about
    four seconds, which... sure. Why not.
    01dc8e6d
    Don't bother going through an entire Banzai pipeline for empty text
    Robert Speicher authored
    This bails out of `cacheless_render` immediately unless the provided
    text is present, since there's no point.
    
    This is a slight improvement in our test performance. Across the
    creation of 1,000 `Namespace` records, which caches the `description`
    field and which is blank by default in its factory, this saves about
    four seconds, which... sure. Why not.
Loading