Search results

  1. henkedk

    I've got blacklisted because of the speed feature :/ :@ HELP!

    This is not a job for Mailwizz, this is a job for your MTA.
  2. henkedk

    I'm getting a big server load with requests to Mailwizz's /dswh/{id}

    I assume right... apps/frontend/controllers/DswhController.php /* because posting too fast sometimes can lead to dupes */ usleep(rand(100000, 3000000)); // 0.1 => 3 sec Keeping a script sleeping randomly from 0.1-3 full seconds bc posting to fast can lead to dupes - that's a...
  3. henkedk

    I'm getting a big server load with requests to Mailwizz's /dswh/{id}

    It is not the MySQL, MySQL part of the trace is ~60ms today, PHP part is 3 full seconds... It is PHP... And ONLY on the dswh... So I assume it is an core problem in MW. That server is under heavy load on a lot of sites, none of them trace back and have bad PHP performance, also MW has good...
  4. henkedk

    I'm getting a big server load with requests to Mailwizz's /dswh/{id}

    What? Please look at my comment and code - it is a trace of MW PHP, nothing to do with the DS, it is the other way around.
  5. henkedk

    I'm getting a big server load with requests to Mailwizz's /dswh/{id}

    @twisted1919 I dug a bit deeper on the traces... Whatever PHP function in the DSWH includes these SQL queries is the one taking the time - it is NOT the SQL taking the time, it is PHP itself. But I'm not able to narrow it down more than to find what part of the SQL is being executed while...
  6. henkedk

    I'm getting a big server load with requests to Mailwizz's /dswh/{id}

    @twisted1919 @corey34 did you guys ever find a solution here? We're seeing 1-3 full seconds on the DSWH on the PHP side - all DB calls are done within 1-40 MS... So we're eager to figure out what's wrong with the DSWH.
  7. henkedk

    Extension developer needed - automatic copy/schedule campaign

    Hi @cong You seem to overcomplicate things a LOT on this - please read through my instructions again, they are pretty clear. To answer your quesitons - extension, not MW core edit, it is not similar COPY campaign action, it is supposed to do that exact thing, but automated, and no, why would...
  8. henkedk

    Extension developer needed - automatic copy/schedule campaign

    Well, with my idea, you would still have to go through the flow one more time after finding your winner campaign, but saves you the other 4 times ;) Will let you know if I find someone to do it.
  9. henkedk

    Extension developer needed - automatic copy/schedule campaign

    Hi guys, Looking for someone to do an extension to cut our daily processes of workers down a bit. Pretty simple description: In the flow of creating a campaign under campaign extra recipients Mailwizz as standard has the possibility to select extra lists as recipients for the current campaign...
  10. henkedk

    [BETA] Mailwizz - 1.5.4

    Can you do this as a optional setting please? :) We're running a huge installation with 3 workers scheduling across 200+ delivery servers - using the list size in the dropdowns is what they use to calculate how many lists to send to a given delivery server across multiple logins... So it would...
  11. henkedk

    SQL feedback

    Hey @twisted1919 So, I recently migrated to a bigger server - hope was to get better performance, as the cron every minute would kill the old machine for 30-45 seconds at a time. New server, same result, so I hired a SQL guy to look into it, as it is the DB draining all the power - he gave me...
  12. henkedk

    Slow sending... Again - max counts ignored

    Well yeah that select would be rather slow, but it only runs once for each campaign, and ofc you have to put in as many limits as possible - SQL is actually pretty fast if it doesn't have to give you data back and you run as stored procedures - makes more sense than punishing the SQL every minute :)
  13. henkedk

    Slow sending... Again - max counts ignored

    I took a look at your SQL structure etc @twisted1919 - the way we built the sender in my former company was to make one big select of the profiles for the campaign that is set to start, put all profile IDs in a job/tmp table and base your minute send on that instead of reselecting the entire...
  14. henkedk

    Slow sending... Again - max counts ignored

    Hmmm campaigns sent to segments seem to be the problem, bc campaigns sent to the entire list blast out at 50+ mails a second...
  15. henkedk

    Slow sending... Again - max counts ignored

    Same slow speed goes to AWS SES, just tested - so def something on MW itself that is limiting.
  16. henkedk

    Slow sending... Again - max counts ignored

    Selfhosted PMTA
  17. henkedk

    Slow sending... Again - max counts ignored

    @twisted1919 Settings currently: Campaigns at once: 50 Subscribers at once: 200 in cron settings, 500 in usr settings 5 Campaigns in parallel, 5 subscriber batches in parallel Sending at ~8k mails an hour... Waaaay to slow :/
  18. henkedk

    Slow sending... Again - max counts ignored

    Hi @twisted1919 Nr 2 had the setting, bumped that to 500 while still having it on 200 in the cron settings. When running the verbose, it now selects 500, so why is the setting for subscribers at once in the cron settings, when it is ignored anyway? Running verbose, it sends arpox 2 mails a...
  19. henkedk

    Slow sending... Again - max counts ignored

    Hey guys & @twisted1919 So, another thread in regards to slow sendouts... I've been testing a lot - first things first - HW: 4 core CPU(8 threads) 32 GB ram SSD 100 Mbit uplink Jessie, PHP5, Nginx 1.8.1, MySQL 5.5 <- yes, I know, old soft, but I have other stuff running on the server that...
  20. henkedk

    URL Tracking default

    It already is, but by default it still doesn't use it.
Back
Top