<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><div><br></div><div>I'm trying to setup WHMCS and PowerDNS using a custom Module for WHMCS. Everything works fine and with a good speed:</div><div>DNSSEC DISABLED:</div><div>time curl -H 'X-API-Key: {HIDDEN}' <a href="http://192.168.1.30:8081/api/v1/servers/localhost/zones">http://192.168.1.30:8081/api/v1/servers/localhost/zones</a></div><div>real    0m2.082s<br>user    0m0.012s<br>sys     0m0.024s</div><div><br></div><div>However with DNSSEC Enabled the API gets much slower:<br></div><div>DNSSEC ENABLED:</div><div>
time curl -H 'X-API-Key: {HIDDEN}' <a href="http://192.168.1.30:8081/api/v1/servers/localhost/zones">http://192.168.1.30:8081/api/v1/servers/localhost/zones</a>

</div><div>real    0m29.604s<br>user    0m0.012s<br>sys     0m0.024s</div><div><br></div><div>As you can see the execution time is about 25 Seconds longer with DNSSEC enabled. This is not acceptable because i don't want to let my Visitors wait for about 30 Seconds. And at some point the Limit of my Webservers executiontime is reached.</div><div><br></div><div>The whole setup:</div><div>I have 4 pdns servers using gmysql:</div><div>dns1 - Master - Remote DB (on WHMCS Server)</div><div>dns2 - Slave - Local DB (MySQL replication from WHMCS)</div><div>
dns3 - Slave - Local DB (MySQL replication from WHMCS) <br></div><div>
dns4 - Slave - Local DB (MySQL replication from WHMCS) <br></div><div><br></div><div>GMYSQL Configuration:</div><div>launch=gmysql<br>gmysql-host=192.168.1.10 //or localhost<br>gmysql-user=powerdns<br>gmysql-dbname=admin_powerdns<br>gmysql-password={HIDDEN}<br>gmysql-dnssec=yes</div><div><br></div><div>The connection between the Servers is good so i don't think it's a Network issue. I also tried to activate Logs (inclusive SQL Logging) but i couldn't find any Error.</div><div><br></div><div>If you guys need any information, logs or outputs from me just let me know.</div><div><br></div><div>Best regards,</div><div>Luca<br></div></div></div></div></div></div>