Title: Website loading too slow
Last modified: August 21, 2016

---

# Website loading too slow

 *  [gm_dwivedi](https://wordpress.org/support/users/gm_dwivedi/)
 * (@gm_dwivedi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/)
 * Dear All,
 * I am new to wordpress and have just created my website mascotrwa.in in my local
   machine and then uploaded to host. But the website is responding too slow. Have
   googled and applied the below solution :
 * 1. Deactivate plugin – No improvement
    2. Images compression – site does not 
   have much images 3. Changing theme – changing theme is making it very fast, so
   it looks like that the theme might not be working for me.
 * I do not want to change theme, and have also created child theme as an extension.
 * Please help me urgently.

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [pap_admin](https://wordpress.org/support/users/pap_admin/)
 * (@pap_admin)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433184)
 * Who is your host ? you have upgrade your theme (customizr) ?
 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433185)
 * Hi, you might wanna re-upload your logo and or favicon when you change the server.
   
   Please keep us informed of the situation. Thanks
 *  Thread Starter [gm_dwivedi](https://wordpress.org/support/users/gm_dwivedi/)
 * (@gm_dwivedi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433186)
 * I have upgraded the theme to latest 3.1.5 version and host is HostRivers.com;
   but I think it is not an host issue, becauase just by changing the theme, like
   twenty thirty, the website response is super fast. Check the website – [http://mascotrwa.in](http://mascotrwa.in)
 *  Thread Starter [gm_dwivedi](https://wordpress.org/support/users/gm_dwivedi/)
 * (@gm_dwivedi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433188)
 * Hi Nikeo,
    Thanks for the response and also thanks for creating this theme. I
   have uploaded the logo again (in fact has compressed it further). I am not using
   favicon. But still not much improvement.
 * As of now, I am not using any caching plugin/solution with the site.
 *  [chappie](https://wordpress.org/support/users/chappie/)
 * (@chappie)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433221)
 * One of your slider halftones (“Myriad1”) is a .gif. While there may be a problem
   elsewhere, I would recommend changing it to .jpeg format since GIFs are slow 
   to load, have a limited colour palette and should be [avoided](http://www.reddit.com/r/explainlikeimfive/comments/1b8m0u/eli5_why_do_gifs_load_so_slow_although_i_have/)
   for photographic images.
 *  Thread Starter [gm_dwivedi](https://wordpress.org/support/users/gm_dwivedi/)
 * (@gm_dwivedi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433289)
 * Thanks Chappie for the observation, I would fix that.
    Meanwhile, I have found
   the root cause, it is indeed the logo of the website, which is taking time to
   load. When I remove the same, the load times has improved a lot.
 * Then I tried to compress the logo, and now it is barely 15 KB in size, still 
   the website is taking more time to load.
 * Now I am clueless about what to do for this. I have different formats like .jpeg,.
   gif, .png; but no success. Please help.
 *  [chappie](https://wordpress.org/support/users/chappie/)
 * (@chappie)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433290)
 * What happens if you change your logo to an image instead of text?
 *  Thread Starter [gm_dwivedi](https://wordpress.org/support/users/gm_dwivedi/)
 * (@gm_dwivedi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433291)
 * Firebugs shows that it takes approximately a minute to load the page, if I set
   an image as the logo (even for an image of size 15 kb). I have set the image 
   currently, you could check it. Just click on ‘continue to website’ on the splash
   screen.
 *  [chappie](https://wordpress.org/support/users/chappie/)
 * (@chappie)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433292)
 * I can’t see anything wrong — but I don’t know enough to tell. The only significant
   difference I can see between your site and mine is that yours seems to be loading
   some extra php in the body, namely:
 *     ```
       page-template-splash-template-php
       ```
   
 * …but for all I know, yours is normal and mine isn’t.
 *  Thread Starter [gm_dwivedi](https://wordpress.org/support/users/gm_dwivedi/)
 * (@gm_dwivedi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433293)
 * Hi Chappie,
    Thanks for sparing sometime for my problem.
 * The extra php download corresponds to custom template created to show splash 
   screen before home page.
    Now I have removed the logo image again, and you could
   see the performance. Its simply loading very fast.
 *  [muggz](https://wordpress.org/support/users/muggz/)
 * (@muggz)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433296)
 * This is likely to be the cause:
 * [http://wordpress.org/support/topic/header-image-kills-performance](http://wordpress.org/support/topic/header-image-kills-performance)
 * Comment out the lines in that post and the slowdown may go away.
 *  Thread Starter [gm_dwivedi](https://wordpress.org/support/users/gm_dwivedi/)
 * (@gm_dwivedi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433299)
 * Thanks muggz for the solution, it worked for me 🙂
    I commented out the below
   three lines in the main customizr file: class-header-header_main.php
 * if ( @getimagesize …
    list … }
 * ——————————-
    However, I want to do the changes in the child theme and need your
   guidance. I could think of below steps, kindly confirm if it is right.
 * 1. Copy the whole function from the class-header-header_main.php file and paste
   into functions.php in the child theme.
 * 2. Rename the function in child theme as my_tc_logo_title_display.
 * 3. Add filter statement in child theme as :
    add_filter( ‘tc_logo_title_display’,‘
   my_tc_logo_title_display’);
 * But I am worried that how to go about future enhancement in this function (in
   that case child theme function would become outdated).
 * Please let me know, if it is the right way to do this?
 *  Thread Starter [gm_dwivedi](https://wordpress.org/support/users/gm_dwivedi/)
 * (@gm_dwivedi)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433403)
 * Hi,
 * Today, I updated to latest theme release,; but looks like the problem remains.
   My approach to fix it through child theme is Not working either.
 * Any suggestion here (please read above post for fix detail and concern).
 * Thanks,
 *  [acub](https://wordpress.org/support/users/acub/)
 * (@acub)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433404)
 * gm_dwivedi, the proper way to overwrite parent theme files is to copy them into
   your child theme, keeping folder structure (i.e.: if it’s inside /parts in Customizr
   you need to create a /parts folder in your child theme). Now hack and slash away
   the copy from the child theme and upload it. WP will only read files from the
   parent if they don’t exist in the child theme.
 * There are only two exceptions from this rule: functions.php and style.css. This
   is why neither of those files in child theme should contain anything from the
   parent theme counterpart contents, as it will result in duplicate code.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Website loading too slow’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [slow website](https://wordpress.org/support/topic-tag/slow-website/)

 * 14 replies
 * 6 participants
 * Last reply from: [acub](https://wordpress.org/support/users/acub/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/website-loading-too-slow/#post-4433404)
 * Status: not resolved