Hello,
strange problem
When registering on the site on the local server or public site
It takes approximately 11 seconds for the recording to complete
This time is too much
I tested your site
Recording only took 3 seconds
https://zara.mb-themes.com/I disabled all plugins and same problem
I changed OSClass version from 8.0.2 to 8.0, same problem
I upgraded the database, same problem
I created a new database, a new Osclass copy, a new folder, and a Sigma Osclass Theme
I found a small change only, the recording time is approximately 7-8 seconds
htaccess file is a cause where its data
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Sometimes a message appears when registering
Probable invalid request.
What is the reason for this delay?
Is there anything else causing the problem?
thank you