• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Can you help me figure out how to enhance any speed issues.

    My website is a Life Style theme and it takes a long time to load.

    I have used w3 cache, minify, page caching, image caching.

    Give the amount of images that load on startup from the native theme, Is there a setup that you have used that has worked?

    Thanks in advance.

    DoctorT
    1 year ago
  2. Hi,
    please provide wordpress installation link, username and password from wordpress dashboard and I would take a look to find the reason of the problem.

    Thanks.

    Max
    1 year ago
  3. Hi Max,

    I join the conversation that you had with DoctorT.

    I experienced speed issues too with the Writer theme.
    I tested it and noticed that the First Byte Time is 1797 ms insted of a 147 ms Target First Byte Time.

    I use W3 total cache, minify, smush and W3 Super cache.

    Can you help ?
    Thanks

    Lucie
    1 year ago
  4. Hi,
    your site is loading very fast. All content is loading in 4-5 sec. Is a very good result. See attached image.

    Cheers,
    Max.

    Attachments

    1. speed.png (112.8 KB, 264 downloads) 1 year old
    Max
    1 year ago
  5. Hi Max,

    I looked over with firebug and noticed 2 errors in the loading :

    - An image named contact_social.png that creates a 404 error
    - A google map js script that are called (during 1 full second) => I won't use google map, how could I suppress it and make the web page load faster ?

    nb : please see the screenshot attached for details

    Thanks

    Lucie
    1 year ago
  6. attachements submentionned

    Attachments

    1. googlemap-script.png (172.4 KB, 273 downloads) 1 year old
    2. contact_social.jpg (87.6 KB, 275 downloads) 1 year old
    Lucie
    1 year ago
  7. Hi,
    - An image named contact_social.png that creates a 404 error

    The only place where the contact_social.png image is used is in style.css and there the link is correct for sure. If you would go to yoursite/wp-content/themes/writer/images/icons/contact-social.png you would see that the image is there. Maybe you made some changes and added the image somewhere else as the generated link which is visible in firebug is wrong.

    - A google map js script that are called (during 1 full second) => I won't use google map, how could I suppress it and make the web page load faster ?

    You can remove the script from theme_add.php file (library\tfuse_mods\thememodules\includes) this is the code:

    wp_register_script( 'gmap', $template_directory.'/js/jquery.gmap.min.js' );
            wp_enqueue_script( 'gmap' );
    

    Cheers,
    Max.

    Max
    1 year ago
  8. Hi Max,

    I did the change for the map script, the error has disappear.

    Regarding the contact_social.png image, I delete all the code lines in the style sheet and it's still a problem.

    Have any other ideas on the problem source ?
    Thanks

    Lucie
    1 year ago
  9. Hi,
    please provide ftp details and I would check. I'm sure that the theme doesn't request this file anywhere else, so it may be an issue in one of your files.

    Thanks.

    Max
    1 year ago
  10. Done !
    Thanks

    Lucie
    1 year ago
  11. Hi,
    I finally found where the problem was. As I said, is not a theme problem. You added this code in FuseFramework -> General -> General Settings -> Custom CSS:

    
    .social-mail {
    	background:url(images/icons/contact_social.png) 0 0 no-repeat}
    
    .social-twitter {
    	background:url(images/icons/contact_social.png) 0 -24px no-repeat}
    
    .social-skype {
    	background:url(images/icons/contact_social.png) 0 -48px no-repeat}
    
    .social-facebook {
    	background:url(images/icons/contact_social.png) 0 -72px no-repeat}
    

    image link is incorrect in this case and this is the reason of the problem.

    Cheers,
    Max.

    Max
    1 year ago
  12. Max,

    I deleted it, the error is fixed, thank you !
    I sent you a new message concerning another image error encountered :

    The error message :

    Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/users5/l/lp582437/www/wp-content/themes/writer/thumb.php/wp-content/uploads/2012/01/images.jpg) is not within the allowed path(s): (/home/users5/l/lp582437/:/home/temporaire/upload:/tmp:/usr/local/lib/php/:/usr/local/lib/ZFramework) in /home/users5/l/lp582437/www/wp-content/themes/writer/thumb.php on line 853
    A TimThumb error has occured
    The following error(s) occured:
    • Could not find the internal image you specified.
    Query String : src=http://www.lucie-pinzano.com/wp-content/uploads/2012/01/images.jpg&h=200&w=200&zc=1&q=100
    TimThumb version : 2.8

    nb : the website is still very slow to load the first time you try to reach it ....

    Could you help with that ?

    Lucie
    1 year ago
  13. Hi,
    the problem is that the image link that you added in Writer - Post media fields, doesn't exist. If you would add this link in your browser it would return a 404 error. So, you need to upload the image again or enter the correct image link.

    Cheers,
    Max.

    Max
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.