Ted S |
05-22-2014 09:58 PM |
Quote:
Originally Posted by Ghostt
(Post 2499016)
it ads a query every page load? is this pluggin effect much load? if using it with cookie?
|
If you use the database option, it queries the database. If you do not use the database option, it does not have to query it. A simple read to check an an insert/update to save. Nothing giant but certainly something to consider.
Cookies are computed with just a couple quick if/then statements using a previously loaded library and module call. Pretty light but every addon is adding something.
|