create table/update mysql queries at each page
-
Hello,
I’m trying to reduce number of queries at my website. I noticed that bookingultra.service.php runs ini_module() which makes these queries in constructor (at each page). I think that isn’t too complicated to move this code into bupro_activation function and then create/update queries will be executed only on activate, de-activate, install, update events (update does deactivation/activation). I think that’s common practice in other plugins. I can prepare patch for your plugin if you want.
Sasa
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘create table/update mysql queries at each page’ is closed to new replies.