Wusse
Member
- Joined
- Oct 3, 2023
- Messages
- 95
- Solutions
- 2
- Reaction score
- 23
Hello, im using Uniserver, MySQL and the Atomio template.
TFS 1.4.2
Atomio: [MyAAC][Plugin][Template] AtomIO template (https://otland.net/threads/myaac-plugin-template-atomio-template.285072/)
The issue im having is in Account Creation page. when i create a account and a character the page loads for around 21 seconds each time, this doesnt occur anywhere else. the weird part is that the Character and Account themlesves are created within milliseconds (prooven by debugging)
Ive tried everything i could think of.
in Config.php:
ive disabled:
account_mail_verify (false)
account_country (false)
account_country_recognize (false)
recaptcha_enabled (false)
and nothing seem to work it still takes 21 seconds on load time before coming to the next page (success.html.twig),
ive tried with older www folders, other tempaltes (tibiacom) still the same 21 seconds delay on loadtime for the page.
ive had ideas that maybe using my own localhost ip could be the issue since its not public but im new to everything that has to do with website and how it works so im clueless.
ive been with this issue for 2 days now, and i dont really expect a solution randomly here im simply curious if anyone has had this issue before and could maybe pinpoint me to the right direction...
(willing to display php files that needs to be looked at, but as i said just wanted to know if this is something someone has experienced before)
Files ive been looking at:
www/config.php
www/system/createaccount.php
www/system/libs/CreateCharacter.php
www/system/templates/account.create.html.twig
www/system/templates/account.create.js.html.twig
www/system/templates/success.html.twig
EDIT:
Note: The creation of account and character works. the person creating the account will be taken to the success.html.twig page with everything working fine. its simply the load time thats taking 21 seconds (im assuming getting timedout and then sent to the correct page)
TFS 1.4.2
Atomio: [MyAAC][Plugin][Template] AtomIO template (https://otland.net/threads/myaac-plugin-template-atomio-template.285072/)
The issue im having is in Account Creation page. when i create a account and a character the page loads for around 21 seconds each time, this doesnt occur anywhere else. the weird part is that the Character and Account themlesves are created within milliseconds (prooven by debugging)
Ive tried everything i could think of.
in Config.php:
ive disabled:
account_mail_verify (false)
account_country (false)
account_country_recognize (false)
recaptcha_enabled (false)
and nothing seem to work it still takes 21 seconds on load time before coming to the next page (success.html.twig),
ive tried with older www folders, other tempaltes (tibiacom) still the same 21 seconds delay on loadtime for the page.
ive had ideas that maybe using my own localhost ip could be the issue since its not public but im new to everything that has to do with website and how it works so im clueless.
ive been with this issue for 2 days now, and i dont really expect a solution randomly here im simply curious if anyone has had this issue before and could maybe pinpoint me to the right direction...
(willing to display php files that needs to be looked at, but as i said just wanted to know if this is something someone has experienced before)
Files ive been looking at:
www/config.php
www/system/createaccount.php
www/system/libs/CreateCharacter.php
www/system/templates/account.create.html.twig
www/system/templates/account.create.js.html.twig
www/system/templates/success.html.twig
EDIT:
Note: The creation of account and character works. the person creating the account will be taken to the success.html.twig page with everything working fine. its simply the load time thats taking 21 seconds (im assuming getting timedout and then sent to the correct page)
Last edited: