Skip to content
  • Kevin Morris's avatar
    fix(rpc): improve type=info performance · abe8c063
    Kevin Morris authored
    
    
    Now, we use an equivalent query to PHP's query, yet we grab
    every piece of data we need for all packages asked for in one
    database query.
    
    At this time, local benchmarks have shown a slight performance
    improvement when compared to PHP.
    
    fastapi 262 requests/sec
    php 250 requests/sec
    
    Extras:
    
    - Moved RPCError to the aurweb.exceptions module
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
    abe8c063