I have a number of blogs running from one hosting account at GoDaddy (I'm not proud). I have 3 different themes running on these sites and all perform without any problems.
I loaded Arctica and I cannot get a page back in under 10 seconds. I have deleted the entire site twise and the WP installation and loaded a completely vanilla setup with only the default pages imported. I get a response in under 200ms from the site but . . . the first page (and all subsequent pages) takes over 10 seconds to actually appear. Usually it takes 13+ seconds.
I have a default page up while I am trying to resolve this issue and you'll see latency is not an issue.
Thoughts?
For faster issue resolution please provide:
URL to your website: www.spurart.at/wordpress another site on the same host: www.englishintirol.com (for comparison) Browser version: all Firefox, Safari, Chrome, EI9 Theme version: Arctica 1.16 (latest)
Hi, sorry about that but with this we can't help you. We are using WP super cache plugin on our preview page, and you can see that the site load is not too slow. http://preview.ait-themes.com/arctica/wp1/ Thanks, Ivan.
I'm sorry? I am using the EXACT SAME config you are using. I have loaded WP super cache as you have specified! I have identified the exact file that is causing the problem.
I ran the SAME TEST against your preview page I GET THE SAME problem.
This is a bug. Pure and simple. If you need more information, I am happy to provide it. But Arctica (as pretty as it is) is UNUSEABLE if it takes 15 seconds to load.
Please could you take a look at the very specific issue I have raised. It even happens on a localhost. I know, I tested it.
Hi, we tested this site and still with cleared cache page load under 7sec. With test page you sent, i receive still load time under 8 sec. As I said, really cant do anything with this now. User still can look at preview page and decide if it is fine template for him or not.
This link: http://spurart.at/wordpress/wp-content/themes/img/icon-menu-shd.png Was slowing the whole page down because . . . it is pointing to a graphic that doesn't exist! This is a bug. The link is incorrect. Copying the graphic to the incorrect location specified resulted in a 4 second improvement across browsers.
Administration is a nightmare because of speed. I am waiting 15 seconds to update a page. This morning I ran a test and it turns out that just getting to the wp-admin screen causes the following graphics to be called: NONE OF WHICH ARE LOCATED WHERE SPECIFIED. This again dramatically reduces performance. Caching does not help if the references are incorrect. Here's a partial list from the wp-admin page.
These types of performance issues are easily resolved (no pun intended). Perhaps running a link check against this version? I do not want to start creating a new file structure to fix this. It means upgrading will be problematic. I am not asking you to rewrite php scripts, I'd just like the references to be correct.
Spur is totally right on this. 13secs to load a page is unacceptable. I'm seriously thinking of using another theme if this problem is not solved. Arctica is UNUSEABLE like this.
try to disable slider feature. In the homepage.php, the function getimagesize that is called for each image of the slider. if the url set in the slider settings are expressed in http, the theme is a call for each image by asking the size of the file. This dramatically increases the load time of the page.
Hi dennistiboni, Thanks for your input. I took a look for getimagesizes and found it. But I am not a php programmer. I took a look at the slide settings in the theme. Under 'Slider Items Options' the first two items are 'Image' and 'Link'. I have an image specified in all cases. I do not have a link specified. I think, this means I am already doing what you are suggesting. Is this correct?
Using Firebug I have moved images that were not loading because the theme points to the wrong directories. This improved performance quite a bit.
I have turned on prefetching in WP Super Cache. This has also helped.
I have optimized images and loaded them directly (WP crunching wasn't helping). This resulted in a lower load per image.
I had a word with my host (I am on shared hosting) and they have helped. However, my performance is very spikey. I am still trying to lower the spikes. :)
Any and all suggestions welcome. I still like the theme. But unfortnately I have started to look at alternatives out of necessity...
Hi Spur, the attached file contains a fix to improve the performance of the slider, make a bakcup of homepage.php and replace it with the attached file.
Hello Ivan, a further improvement in the slider would be to include for each slider language of belonging. In my case, the site has 4 languages (WMPL) with the same images of slide, so that the load draws four times the images, when it would be enough to filter the query by language
I am having this same problem: After installing this theme on one of our sites the page load times (front end) are ridiculously slow, admin also running slow. I am on multi-user install.
Thank you very much for these tips will start trying them immediately.
Just like above, had several social icons missing in page load. Removed the whole PrettySociableInit function from /design/js/script.js It dropped login.php load times from 11 seconds to 3.29. Not bad. Testin the rest of the backend still has me around 25 seconds from my stopwatch. Not sure what the issue is.
I'm having the same issue. Seems to mostly effect IE8. Works fine in latest version of Firefox, but any one using IE8 complains that it is stalling when loading and the speed test confirm this!
The links to images on the css file ( design/css/fancybox/jquery.fancybox-1.3.4.css ) don't seem to be right.
Weird that some are going to the directory like this
(src='fancybox/fancy_shadow_n.png'
and others aren't like this
url('fancy_title_over.png')
So which is it?
Also in IE8 do you need a back slash in front of the path like this?