• denisruslanovich

    (@denisruslanovich)


    The site I service was created quite a while ago, but it functioned reliably until the current site update. Now, following the update, the admin panel operates at a very low speed.
    What could be the reason? The site itself is written in Laravel https://revalin.com/, and the blog is on WordPress https://revalin.com/platform/public/
    If I send a lot of requests, I get a 504 error…

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Alexander

    (@alextonio22)

    Hi denisruslanovich,


    A 504 Gateway Timeout error indicates that the server didn’t receive a timely response from another server (upstream) that it was accessing while trying to load the page. This can occur due to various reasons.

    Here are some potential causes and solutions for the slow admin panel and 504 error:

    Cause

    The server may be running out of resources (CPU, memory) due to increased traffic or inefficient code.

    Solution

    Try to check the server resource usage, optimize your code, and consider upgrading your server resources.

    If you’re unable to pinpoint the problem, consulting with a server administrator or a developer experienced in Laravel and WordPress can provide more targeted assistance.

    Kind regards,

    Alexander

    Thread Starter denisruslanovich

    (@denisruslanovich)

    Thank you, we are currently reviewing the logs to identify who is causing the load, but so far there are no results.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The admin panel has started working very slowly.’ is closed to new replies.