There is something about your DB that is slowing down the evaluation. We can't tell from here what factors are driving the slowdown.
It could be a configuration issue, so is this a split DB or a monolithic DB? If split, how many files are involved? Have you attempted to build contributing files other than the main front-end file that contain code?
It could be a network issue, so whatever files are involved, where on the network are they with respect to your laptop or desktop machine? If this is a split DB, where are each of the files?
It could be a size issue, so how big is this DB? If this is a split issue, how big are each of the contributing files?
It could be a perpetual permissions issue caused by not having a persistent connection to one or more of the contributing files, thus requiring frequent repetition of the permissions evaluation procedure known as "access arbitration" (in this case, "lower-case a" on access.) Do you know what a persistent connection is, and do you use one?
It could also be a design issue, so do you have a LOT of deeply nested queries in this DB?