WEB DEVLOPMENT HELP [PAYING]

Status
This thread has been locked.

Moxy

Banned
Feedback score
2
Posts
564
Reactions
199
Resources
0
I need some help, can someone please explain or maybe suggest why my website load time is so fucking slow? Thanks, and if you could fix it, I could provide some $$, ya know.

I need someone to fix the errors in the php and code

www.staticvortex.org

Thanks for viewing the thread and some help would be most appreciated :D
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

morganjp

Retired Staff Member
Supreme
Feedback score
6
Posts
494
Reactions
755
Resources
0
I can help with this. I can provide you with some faster hardware to run your site on cheaply if you like.
 

Moxy

Banned
Feedback score
2
Posts
564
Reactions
199
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/moxy-scam-report.208063/)

morganjp

Retired Staff Member
Supreme
Feedback score
6
Posts
494
Reactions
755
Resources
0
Message me for Skype and I'll take a look.
 

Moxy

Banned
Feedback score
2
Posts
564
Reactions
199
Resources
0
Your logo is extremely big, and I assume it's that along with some other stuff. Your xenforo has automatically reduced the size of your logo which may be why that is loading quicker.
Nah, nothing to do with that, i had a even biggerlogo before, and it was working fine
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/moxy-scam-report.208063/)

PorterK

Feedback score
0
Posts
45
Reactions
23
Resources
0
I just noticed that some of the things for your server aren't loading (players online and status). This could be due to some faulty PHP, which could affect the load time of the page.
 
Last edited:

Czarek

Supreme
Feedback score
2
Posts
230
Reactions
204
Resources
0
Sure hit me up on skype and I'll fix this for you. Should be fairly simple.

My skype is "czaarek99". Beware of scammers.
 

Overlord

Supreme
Feedback score
2
Posts
569
Reactions
276
Resources
0
That's the slowest thing I've seen in a while. Give me 10 minutes.[DOUBLEPOST=1457732321][/DOUBLEPOST]https://developers.google.com/speed/pagespeed/insights/?url=http://www.staticvortex.org/
http://tools.pingdom.com/fpt/#!/ecnKuO/http://www.staticvortex.org/

It's not *exactly* the server, it's your website. Essentially, that website is awful.

General tip: upgrade your damn php (it won't fix this, but you should do it anyway for performance improvements and also php 5.3 is older than my granny, it's EOL'd)

489f1a4d11.png


That's your bottleneck. You're calling errors for some reason and your error page is just wasting time, adding 4s onto load each (totalling around 16s overhead just on wait times).

The site has major problems:

http://www.staticvortex.org/home/error (original: http://www.staticvortex.org/css/whhg.css) - 8.68s overhead
http://www.staticvortex.org/home/error (original: http://www.staticvortex.org/home/includes/snowstorm.js) - 6.12s overhead
http://www.staticvortex.org/home/error (original: http://www.staticvortex.org/jquery.jscrollpane.css) - 5.77s overhead
http://www.staticvortex.org/home/error (original: http://www.staticvortex.org/jquery.jscrollpane.min.js) - 5.88s overhead

bd5326c6d6.png


after that there is constant load loops:
2c8c5ca532.png

animate.css and counter.php are constantly called again and again (aka, an endless loop) from an external URL.

errors from this, additionally:
Code:
(index):293 Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://www.staticvortex.org/home/error".
(index):13 Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://www.staticvortex.org/home/error".
error:1 Uncaught SyntaxError: Unexpected token <
error:1 Uncaught SyntaxError: Unexpected token <
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css 404 (Not Found)(anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css 404 (Not Found)(anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css 404 (Not Found)(anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6

all together, it makes a really poor loading website and a bunch of problems.

I'd get your web developer to take a look, it's a bit of a pickle.

additional resources:

Good luck, lemme know if you need anything.
 
Last edited:

Moxy

Banned
Feedback score
2
Posts
564
Reactions
199
Resources
0
That's the slowest thing I've seen in a while. Give me 10 minutes.[DOUBLEPOST=1457732321][/DOUBLEPOST]https://developers.google.com/speed/pagespeed/insights/?url=http://www.staticvortex.org/
http://tools.pingdom.com/fpt/#!/ecnKuO/http://www.staticvortex.org/

It's not *exactly* the server, it's your website. Essentially, that website is awful.

General tip: upgrade your damn php (it won't fix this, but you should do it anyway for performance improvements and also php 5.3 is older than my granny, it's EOL'd)

489f1a4d11.png


That's your bottleneck. You're calling errors for some reason and your error page is just wasting time, adding 4s onto load each (totalling around 16s overhead just on wait times).

The site has major problems:

http://www.staticvortex.org/home/error (original: http://www.staticvortex.org/css/whhg.css) - 8.68s overhead
http://www.staticvortex.org/home/error (original: http://www.staticvortex.org/home/includes/snowstorm.js) - 6.12s overhead
http://www.staticvortex.org/home/error (original: http://www.staticvortex.org/jquery.jscrollpane.css) - 5.77s overhead
http://www.staticvortex.org/home/error (original: http://www.staticvortex.org/jquery.jscrollpane.min.js) - 5.88s overhead

bd5326c6d6.png


after that there is constant load loops:
2c8c5ca532.png

animate.css and counter.php are constantly called again and again (aka, an endless loop) from an external URL.

errors from this, additionally:
Code:
(index):293 Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://www.staticvortex.org/home/error".
(index):13 Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://www.staticvortex.org/home/error".
error:1 Uncaught SyntaxError: Unexpected token <
error:1 Uncaught SyntaxError: Unexpected token <
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css 404 (Not Found)(anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css (anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css 404 (Not Found)(anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6
jquery.min.js:5 GET http://188.165.232.135/home/css/animate.css 404 (Not Found)(anonymous function) @ jquery.min.js:5x.fn.extend.domManip @ jquery.min.js:5x.fn.extend.append @ jquery.min.js:5(anonymous function) @ jquery.min.js:5x.extend.access @ jquery.min.js:4x.fn.extend.html @ jquery.min.js:5(anonymous function) @ jquery.min.js:6l @ jquery.min.js:4c.fireWith @ jquery.min.js:4k @ jquery.min.js:6(anonymous function) @ jquery.min.js:6

all together, it makes a really poor loading website and a bunch of problems.

I'd get your web developer to take a look, it's a bit of a pickle.

additional resources:

Good luck, lemme know if you need anything.
Ye, could u fix it?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/moxy-scam-report.208063/)

Overlord

Supreme
Feedback score
2
Posts
569
Reactions
276
Resources
0
Ye, could u fix it?
i'd say get your web developer to, it's a problem with your site

I could, but I don't do that stuff for free, or a cheap or affordable price by this forum's pricing. I'd get your developer to do it, he's indebted to make sure the website is functional, and that website is not. He should be fixing his mess for free.
 

Overlord

Supreme
Feedback score
2
Posts
569
Reactions
276
Resources
0
google surprises me every day a little bit more, was not aware that you could check all that.
haha, lots of nifty tools out there that help with this sorta stuff. google pagespeed is great for both seeing where your site is wrong, and various other webmaster tools to get tips and actually even improve it - they have a module making significant improvements to how your web server serves requests and pages as a whole. google chrome (or any modern browser, to be honest, or even old browsers, I bet IE6 can do some of the basics too) has nifty features to check stuff too, and pingdom is always great to show the information in a more "friendly" way (it's also more basic).
 

Moxy

Banned
Feedback score
2
Posts
564
Reactions
199
Resources
0
i'd say get your web developer to, it's a problem with your site

I could, but I don't do that stuff for free, or a cheap or affordable price by this forum's pricing. I'd get your developer to do it, he's indebted to make sure the website is functional, and that website is not. He should be fixing his mess for free.
it was my friend and iull pay you
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/moxy-scam-report.208063/)

Overlord

Supreme
Feedback score
2
Posts
569
Reactions
276
Resources
0
it was my friend and iull pay you
It'll be around $50-60 mind, assuming your site isn't impossible to deal with. If it's a poorly coded PHP application it will cost more. It's probably cheaper to either:
  • get your friend to fix his crap
  • get some overseas worker from fiverr to do it
If you have the budget and want me to fix it, that's fine by me.
 

Moxy

Banned
Feedback score
2
Posts
564
Reactions
199
Resources
0
It'll be around $50-60 mind, assuming your site isn't impossible to deal with. If it's a poorly coded PHP application it will cost more. It's probably cheaper to either:
  • get your friend to fix his crap
  • get some overseas worker from fiverr to do it
If you have the budget and want me to fix it, that's fine by me.
why so much? ._.[DOUBLEPOST=1457735914][/DOUBLEPOST]
It'll be around $50-60 mind, assuming your site isn't impossible to deal with. If it's a poorly coded PHP application it will cost more. It's probably cheaper to either:
  • get your friend to fix his crap
  • get some overseas worker from fiverr to do it
If you have the budget and want me to fix it, that's fine by me.
my friend cant fix it need a web dev
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/moxy-scam-report.208063/)

PorterK

Feedback score
0
Posts
45
Reactions
23
Resources
0

To add on to what he said, I believe the issue lies within an AJAX call that you're making (presumably to/from counter.php).

The issue is that you're trying to automatically update that number, and the PHP is saying "no, you can't access this info from a different domain".

(read this)

Find a tutorial on how to fix here.

132bd2079acf2e5e45d4.png


Above is an image/chart of the time it takes to load your page. It takes me roughly 1 minute 45 seconds.

I also noticed what Overlord did, the files "snowstorm.js" and the jpane slider file load more slowly than they should. This could be due to the mounting errors from the bad AJAX call, though.

If you'd like a quick fix, you can always make the XHR call synchronously (see this)
 
Status
This thread has been locked.
Top