Legacy documentation on Query methods

Wondering if there was an old version of the docs for query methods. I remember the old version had a much more in depth table and description of query methods. It talked about stuff like cost, speed, etc. It seems to have been removed from the new docs as of may. Does anyone know how I could find that?

The old docs site source is here: GitHub - dfinity/docs: Documentation for writing code for the Internet Computer

This might be what you’re looking for. Computation and Storage Costs | Internet Computer Developer Portal

I’d imagine to get a rough estimate you’d look at:

  • Ingress Message Reception
  • Ingress Byte Reception

Maybe some considerations on how many operations your query call is doing (is it efficient, or scanning through an entire list)