• Hi,
    i created an ecommerce website for my friend with workpress and woocommerce.
    The frontend is ok and fast, but the backend is always slow.
    For example 4 sec to load a page and 8 sec for the login.

    I deactive one to one the plugins to verify if there is a problem and i must unistall heatbeat because when is active the site is blocked.
    I install query monitor and wp-sweep to monitor and optimize the database.

    My doubt is about the products number, about 4500, and most are variables. It’s an ecommerce of bycicle and components.

    I have this problem since i imported the products from the old web site with WP ALL IMPORT

    To the following the installed plugins, all updated:
    Contact Form Builder
    Cookie Law Bar
    Easy Facebook Likebox
    Insert PHP
    MailPoet 2
    MailPoet WooCommerce Add-on
    Opening Hours
    Query Monitor
    Slimstat Analytics
    WooCommerce
    WooCommerce Category Accordion.
    WooCommerce Conditional Shipping and Payments
    WooCommerce Facebook Like Share Button
    WooCommerce PayPal Express Checkout Gateway
    WooCommerce Shortcodes
    WooCommerce Stripe Gateway
    WooSwipe
    WP Fastest Cache
    WP-Sweep
    YITH WooCommerce Quick View

    To the following the server data:
    PHP
    version 7.1.8
    max_execution_time 300
    memory_limit 4096M
    Sovrascritto in fase di esecuzione da 2048M
    upload_max_filesize 50M
    post_max_size 55M

    Database
    server version 5.6.36
    client version 50012 (5.0.12)

    WordPress
    version 4.8.2
    WP_DEBUG false
    WP_DEBUG_DISPLAY true
    WP_DEBUG_LOG false
    SCRIPT_DEBUG false
    WP_CACHE true
    CONCATENATE_SCRIPTS true
    COMPRESS_SCRIPTS true
    COMPRESS_CSS true

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

Viewing 1 replies (of 1 total)
  • Hello, ice23, & welcome. I ran development tools on the login page of your site & this is what I got:
    “webconsole
    GET
    http://www.profbike.it/wp-login.php
    [HTTP/1.1 200 OK 2753ms]
    webconsole
    GET
    http://www.profbike.it/wp-admin/load-styles.php
    [HTTP/1.1 304 Not Modified 255ms]
    webconsole
    GET
    http://www.profbike.it/wp-content/plugins/wysija-newsletters/css/validationEngine.jquery.css
    [HTTP/1.1 304 Not Modified 563ms]
    webconsole
    GET
    http://cdn.jsdelivr.net/wp/wp-slimstat/tags/4.7.2.2/wp-slimstat.min.js
    [HTTP/1.1 304 Not Modified 92ms]
    Warning
    Password fields present on an insecure (http://) page. This is a security risk that allows user login credentials to be stolen.[Learn More]
    wp-login.php
    webconsole
    GET
    http://www.profbike.it/wp-admin/images/wordpress-logo.svg
    [HTTP/1.1 304 Not Modified 181ms]”

    I’m thinking 1 thing you might try is to deactivate your caching plugin & see if that makes any difference. Don’t forget to clear your browser cache. Logging off & then back in should also be done.

    Meanwhile, there are all sorts of things that could be causing this–insufficient memory, program errors, less than optimal configuration, 2 many plugins, database bloating, & more. Please try deactivating plugins you’re not using, & you might wish to switch to a default theme to see if the problem resolves.

    If your hosting provider gives you an aplet in your control panel that allows you to view your site’s error logs, you may wish to do so. In addition, you may also wish to open wp-config.php and change wp_debug to ‘true’. This is a security risk, so change it back after you’ve logged into your site & viewed any error messages doing this may generate.

    Lastly, this sort of problem can require significant technical skill to resolve, & you may wish to consider posting a job at jobs.wordpress.net under the performance category to secure the technical expertise you need in order to do so.

Viewing 1 replies (of 1 total)

The topic ‘Slow Backend’ is closed to new replies.