Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] Atahualpa performance versus Thesis, with Yslow, is Atahualpa too "heavy"?


  #1  
Old Apr 21, 2011, 03:32 AM
everyman
 
79 posts · Nov 2009
Philadelphia
I have had recurring performance issues with Atahualpa, some seemingly related to poor hosting, yet I have found Atahualpa consistantly under-performs good commercial themes like Thesis. See for example the YSlow reports on the following site:

http://www.byobwebsite.com/subscribe-to-our-site/
a fairly heavily "loaded" Thesis site (Wishlist, Simple Press etc)



Compared to my Atahualpa site
http://wpacademy.tv/members
(note the outer pages are done with WP SPire plugin, this is the inner page done in Atahualpa)



Notice that the Thesis site has 300k of "empty cache" requests, compared to my 500k (with the same or less content) and, what is even more disturbing, their 10k of "primed cache" requests, vs my 40k. I am particularly worried about the 24k of dynamically-generated CSS in Atahualpa, that seems must be downloaded and parsed at every page load.

So the question -- Is Atahualpa too "heavy" for commercial sites?

Has there been any work on Atahualpa performance and optimization? Is anyone willing to bid me on doing some work on this (and then put the work back into the public theme)? I would rather do this than simply switch to Thesis, as I have gotten so much value from the theme and from the community

Note that I haven't analyzed this with W3 Total Cache and CDN yet, but as far as I know the 24k dynamic CSS download would remain. (I will doing it now and post an update maybe)
__________________
Marc Beneteau - Get your free eBook and video
"WordPress Quick Start: Your first site in 2 hours"
http://wpacademy.tv
  #2  
Old Apr 21, 2011, 03:51 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Quote:
Notice that the Thesis site has 300k of "empty cache" requests, compared to my 500k (with the same or less content)
103.8 KB is due to a plugin you are using 'jw-player-plugin'

how many plugins are you using? how many are they using?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Apr 21, 2011, 04:01 AM
everyman
 
79 posts · Nov 2009
Philadelphia
THanks Juggleddad that's good to know about JWPlayer. I think these are both pretty heavily-loaded sites. THe main issue I am concerned about is the 24k of Atahualpa stylesheet reloaded at every new page,

<link rel="stylesheet" href="http://wpacademy.tv/?bfa_ata_file=css" type="text/css" media="all" />

Can this be given a far-expire header for example, that would help a lot. I am not a performance optimization guy by any means so not sure what to do here.
__________________
Marc Beneteau - Get your free eBook and video
"WordPress Quick Start: Your first site in 2 hours"
http://wpacademy.tv
  #4  
Old Apr 21, 2011, 04:03 AM
everyman
 
79 posts · Nov 2009
Philadelphia
Other part of my question, my intuition is that Atahualpa is slower and heavier than other themes, but don't have any hard evidence of this, other than results above. The above results are for download sizes, they do not speak to the processing needs of the theme. I have no idea whether this has any impact or not.
__________________
Marc Beneteau - Get your free eBook and video
"WordPress Quick Start: Your first site in 2 hours"
http://wpacademy.tv
  #5  
Old Apr 21, 2011, 04:11 AM
everyman
 
79 posts · Nov 2009
Philadelphia
All right I put w3 cache and CDN, results much much improved, now down to 10k of "primed cache" requests, see



but I am still concerned about the CSS (I may be wrong but I imagine this is the reason Atahualpa occurs as slower than other sites), can we make a far-expire header on this, or figure out how to put in CDN, I am sure that would greatly help, I will pay for this.
__________________
Marc Beneteau - Get your free eBook and video
"WordPress Quick Start: Your first site in 2 hours"
http://wpacademy.tv
  #6  
Old Apr 21, 2011, 04:50 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try adding this to the .htaccess file
HTML Code:
# ==========================================================
# set the ExpiresActive
# ==========================================================
ExpiresActive on  
ExpiresDefault "access plus 10 day"  
ExpiresByType image/gif "access plus 2 years"  
ExpiresByType image/jpg "access plus 2 years"  
ExpiresByType image/png "access plus 2 years"  
ExpiresByType image/jpeg "access plus 2 years"  
ExpiresByType text/javascript "access plus 2 years"  
ExpiresByType application/x-javascript "access plus 2 years"  
ExpiresByType text/css "access plus 2 years"  
ExpiresByType text/html "access plus 1 day"  
ExpiresByType text/plain "access plus 1 day"  
ExpiresByType application/x-shockwave-flash "access plus 2 years"
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Apr 21, 2011, 06:13 AM
everyman
 
79 posts · Nov 2009
Philadelphia
Thanks Juggledad. But what if I change my stylesheet, can I reset expire headers?
__________________
Marc Beneteau - Get your free eBook and video
"WordPress Quick Start: Your first site in 2 hours"
http://wpacademy.tv
  #8  
Old Apr 21, 2011, 06:28 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I'm just giving you some hints I found doing a google search. I'm no apache performance expert.

Here is another site I found you might want to read http://www.askapache.com/htaccess/sp...s-caching.html
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #9  
Old Apr 21, 2011, 06:41 AM
everyman
 
79 posts · Nov 2009
Philadelphia
Problem solved, I activated Browser Cache on W3 Total Cache, all CSS and javascript getting cached now and I'm down to 4k on a primed cache request. This is an amazing plugin by the way, and free on top of everything.
__________________
Marc Beneteau - Get your free eBook and video
"WordPress Quick Start: Your first site in 2 hours"
http://wpacademy.tv

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Atahualpa theme options" link missing from Site admin page mogf01 Multisite 6 Sep 2, 2010 06:05 PM
How to add "Custom Smilies" to Comment replies/posts in Atahualpa punzhu Comments, trackbacks & pings 1 Mar 3, 2010 01:38 PM
"lost" the atahualpa login/register widget. can I get it back easy? manyleaves Sidebars & Widgets 3 Jan 17, 2010 08:40 AM
Plugin "User Photo" => Where to put the code in Atahualpa? nudgens Plugins & Atahualpa 2 Nov 26, 2009 07:31 AM
"Fatal error: .../atahualpa/header.php on line 848" ??? Dem Header configuration & styling 5 Feb 19, 2009 06:06 AM


All times are GMT -6. The time now is 07:55 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.