|
|
|
|
|
by Symbiote
847 days ago
|
|
My guess is you were querying all the data each time. If you instead filter out the rows you are interested in (e.g. the particular "few sites" by their URL) and put that in a new table, querying the resulting, tiny table will be very cheap. |
|