Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Performance Optimization › Syntax Errors, Bad Performence
- This topic has 3 replies, 2 voices, and was last updated 1 year, 1 month ago by Manathan.
-
AuthorPosts
-
shydevilParticipant@shydevil
- 2 Topics
- 3 Posts
When enabling the Kirki Customizer i get a syntax error in the customizer. Right now im even getting a 500 error message. when reloading the page with the theme etc fresh install my cpu is instantly on full usage. Because of this im unable to actually edit the theme without blindly guessing. I created a issue on github for the Kirki Issue
September 12, 2023 at 00:49 #46121@themodactyl- 0 Topics
- 6641 Posts
Hi Shydevil,
Thank you for reaching out to us. We’re sorry to read that you’re facing this issue.
We think this issue might be related to the server, more specifically a Plesk Server. Can you confirm me this is your case? If yes, it certainly is a ModSecurity setting that needs to be checked in your Server Panel.
To fix this, simply add these lines in Tools & Settings > Web Application Firewall (ModSecurity) > Settings Tab > Custom directives:
SecResponseBodyLimit 546870912
Please also make sure that you have the latest theme version and that all recommended plugins are up-to-date. Finally, you could also consider clearing all activated caching system as well as your browser cache. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
If you don’t have a plesk server: To help us getting clues and find a solution to this issue, please activate logging on your website, just turn WP_DEBUG to true, by pasting the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: Debugging in WordPress.
Thank you.
September 12, 2023 at 09:00 #46125shydevilParticipant@shydevil- 2 Topics
- 3 Posts
Hello. Its a plesk server indeed and after adding the following line it is indeed working. Its a very welcoming surprise. I will add a positive review if possible! Also on the website, there is the “Join our Discord” element on the right side of the screen and i tried to change it but i could find where i can change it as i hoped the customizer would show a edit pen icon.
September 12, 2023 at 17:20 #46126@themodactyl- 0 Topics
- 6641 Posts
Hi Shydevil,
I’m glad we were able to help you! Thank you for taking the time to post a review, we really appreciate! We can’t wait to read it! 🙂
Thank you for bringing this new issue to our attention. We’re glad to answer any question related with the setup of our theme.
However, it is very difficult for us to provide the best support possible and to keep track of issues and their resolution if so many questions are asked in the same topic. Moreover, it’s easier for us to share the resolution for a single issue with other members of our community facing the same problem.
So, could you move your other question into a different topic, please? One question = one topic.
By doing this, you will be making a great contribution to this forum, and we thank you very much for that!Thank you.
September 13, 2023 at 11:27 #46127 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Syntax Errors, Bad Performence’ is closed to new replies.