Jump to content

Website really slow ?


glowpowner

Recommended Posts

Posted
11 minutes ago, glowpowner said:

when i put that option for Javascript include location to Just before </body> tag

my navigation header doesn't scroll down with me any more so i have that set back because i want that any way to bypass that

or do i need to ask the designer who made it to fix that ?

Beginning in body fake script

script.thumb.png.0888bafc29dae1fcfa2e59b

Posted
39 minutes ago, Adlago said:

Your background image is 937kB. With this size have also slowing.


http://www.gamers4fun.eu/uploads/set_resources_20/dde7a770a3bc2ca1db9e473f03aa4dc1_bg.png


Here is the same image - it will save you about 300kB.

dde7a770a3bc2ca1db9e473f03aa4dc1_bg.zip

You can change it.

Thanks @Adlago i really appreciate it what you are doing for me to help to make the website faster really thank you

Posted

Now it is already OK

gtmetrix.thumb.png.112f1d85d449b05695482

If you want to improve and YSlow will have to use a cookie-free domain. It is not hard - search at this site in topic I wrote how.
Tomorrow I can write it in detail.

Posted
1 minute ago, Adlago said:

Now it is already OK

gtmetrix.thumb.png.112f1d85d449b05695482

If you want to improve and YSlow will have to use a cookie-free domain. It is not hard - search at this site in topic I wrote how.
Tomorrow I can write it in detail.

ok thanks man

  • 6 months later...
Posted
On 11/26/2015 at 6:46 PM, Adlago said:

I see your website acceleration.
Here's how to improve your Google Loverage browser caching

1. Create in your root directory new directory - for example with the name Google.

2. Upload this file in it

analytics.js

3. Edit only link in ACP-SEO-Configure Google Analytics ->Google AnalyticsTracking Code. 

Find


"script","//www.google-analytics.com/analytics.js","ga")

and change is


"script","//yoursait.com/Google/analytics.js","ga")

and Save.

 

Has this changed now as I all I have in the field is the full code?

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18976804-6']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

Posted
1 hour ago, Unlucky said:

Has this changed now as I all I have in the field is the full code?

 

1.Create in your root directory folder name google

2. Upload file js from the archives  in folder google

ga.zip

Your code in ACP

 <script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18976804-6']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.yoursait/google/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script> 

Change only 'yoursait'

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...