Hi @amirhossein7
thank you for reporting this issue.
It looks like wpDiscuz uses its own Ajax file instead of the WordPress core file wp-admin/admin-ajax.php.
As I see in the code or the plugin they practically mimed the file wp-admin/admin-ajax.php.
At line 10 of their file wpdiscuz-ajax.php they are loading the WordPress environment with wp-load.php.
The rewrite rules are probably flushed during the WordPress environment load. FDP in this case is not really able to understand precisely when they are flushed. It only detected wpDiscuz as the cause.
I’ve tested wpDiscuz on my installation but I was not able to reproduce the same issue.
Do you have any idea what happens before FDP saves that message? I mean, do you write a comment? Do you save the settings of wpDiscuz? If so, which setting? Does maybe wpDiscuz send an email? Whatever action you have doubts about, please let me know. So I can try to reproduce the same issue.
Another question. Do you notice any performance loss?
Whatever it is the cause of the issue, it probably happens only during an Ajax request managed by wpDiscuz. I don’t think it has an impact on the performance when you visit a page. However, It may have an impact on the performance of the wpDiscuz actions. Have you noticed losses of performance?
Have a great day!
Jose