Okay
  Public Ticket #314469
Loading and performace problems
Closed

Comments

  • Simon started the conversation

    Hi ThemeNectar!

    SOS! Im having problem with my site. It's doesn't open any page and sometimes dosen't load the entire content and is veeery slow. Thnks!

  •  8,410
    Tahir replied

    Hey!

    Please use gtmetrix.com to check the site speed. Also try using WP super cache and Better WP Minify Plugin . bwp-minify is what we use and there's not much work you have to do. The only thing you'll need to do is remove font awesome from the minification

    http://i.imgur.com/BfjmlIq.png but all of the JS will work by default :) . 

    Thanks 


    ThemeNectar Support Team 

  • Simon replied

    Thank you very much, all done but I still having the problem (mostly with chrome). 

    This started because im using a pre-existing subdirectory installation.
    So i change my .htaacess, adding: 

    # make # .htaccess primary domain to subfolder redirect
    # Copy and paste the following code into the .htaccess file
    # in the public_html folder of your hosting account
    # make the changes to the file according to the
    instructions.
    
    # Do not change this line.
    RewriteEngine on
    # Change yourdomain.com to be your primary domain.
    RewriteCond %{HTTP_HOST} ^(www.)?whynotmedia.cl$
    # Change 'subfolder' to be the folder you will use for your
    primary domain.
    
    
    RewriteCond %{REQUEST_URI} !^/2017/
    # Don't change this line.
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    # Change 'subfolder' to be the folder you will use for your
    primary domain.
    RewriteRule ^(.*)$ /2017/$1
    # Change yourdomain.com to be your primary domain again.
    # Change 'subfolder' to be the folder you will use for your
    primary domain
    # followed by / then the main file for your site, index.php,
    index.html, etc.
    RewriteCond %{HTTP_HOST} ^(www.)?whynotmedia.cl$
    RewriteRule ^(/)?$ 2017/index.php [L] 

    I don't know if this is the best practice to do this?
    (The most important thing for me is the loading speed)
    Thnksss!!!

  •  982
    ThemeNectar replied

    Hey! That htaccess mod should be fine - I'd also reccomend checking out W3 Total cache for more performance. However in the current state of your site I'm still seeing the page load in about 3 seconds in Chrome. Have you tested on another computer as well?

  • Simon replied

    I will try both things! Thanks.
    One last question, in chrome, when the homeslider is loading i cant see it full width. 
    I attach an image.

  • J'aime replied

    Hey Tahir! I uploaded the WP super cache and Better WP Minify Plugin, as you suggested but I am still having a problem on page load - the sub nav menu drop-downs are all exposed on page load - making the site appear very glitchy. Please let me know if you have further suggestions for this issue.

    Thanks!

  •  8,410
    Tahir replied

    Hey J'aime!

    Please update to latest Theme version 5.0 . 

    Thanks 


    ThemeNectar Support Team 

  • J'aime replied

    Theme is updated to 5.0 ! Any thoughts beyond this? 

  •  8,410
    Tahir replied

    This link might help: http://wp.tutsplus.com/tutorials/10-quick-tips-optimizing-speeding-up-your-wordpress-site/  .

    Best,

    -T


    ThemeNectar Support Team 

  • Björn replied

    Dear Tahir, i have the same problems. The problem does not exists, if i use another theme! The reason is Salient - but i don't know why...

    The Problem is only in the Admin-Area.

  •  8,410
    Tahir replied

    Hey!

    Please try deactivating all third party plugins and activate them one by one as this could likely be caused by a conflict from a plugin ..
    Thanks 


    ThemeNectar Support Team