|
|
#10 (permalink) | |
|
Surpass Fan
Excelling Contributor
Joined in Dec 2005
Lives in MN > USA
Hosted on pass84
969 posts
Gave thanks: 49
Thanked 43 times
|
Quote:
I'm using LJCrossPost. It does what I need it to do. And since Facebook draws from the RSS feed that Livejournal makes, it puts the same little header saying it was originally posted at my site at the top of the notes on Facebook too. |
|
|
|
|
|
|
#13 (permalink) |
|
Surpass Fan
Excelling Contributor
Joined in Dec 2005
Lives in MN > USA
Hosted on pass84
969 posts
Gave thanks: 49
Thanked 43 times
|
I have had Livejournal for a loooooooong time. I had to get an invite to use it, I remember that. I've been a paid member for some time, and will likely not be renewing my paid membership (needed to embed your journal to a website without using iframes). I still read my friends page there, since a lot of my friends are on LJ, and I read several communities there.
I still have to sort some things out with Wordpress though too. Eventually I will need archives to display (they arent there now because I didn't put them into my very basic template). But aside from that, I like how it looks and works. I've heard quite a few people saying that WP takes up a lot of resources for high traffic sites.. I don't really consider my site to be high traffic, but I also don't want to deal with issues down the line.. How do the plugins like Super Cache or whatever work? |
|
|
|
|
|
#14 (permalink) |
|
Skittles
Super #1
Joined in Aug 2004
Lives in a space ship
Hosted on dedi
6,826 posts
Gave thanks: 103
Thanked 199 times
|
wp-super-cache takes all of the php / mysql that happens when somebody loads your wordpress website and makes them a static html page (except for plugins that have been written to override the cache). Whenever you make a post or somebody makes a comment (depending on your settings) the cache for those pages will be regenerated. Anybody who is logged in or has left a comment does not see a cached page to make it more friendly to them.
Basically it cuts out your mysql and php enough to really largely cut down on resource usage
__________________
Mountain Dew Knight
People should not be afraid of their governments. Governments should be afraid of their people. |
|
|
|
|
|
#15 (permalink) |
|
Surpass Fan
Excelling Contributor
Joined in Dec 2005
Lives in MN > USA
Hosted on pass84
969 posts
Gave thanks: 49
Thanked 43 times
|
Hmmm I may have to consider this plugin then. I looked at it, but the install looked complicated at a glance. All the other plugins I used just had a single php file that you put in the plugins folder and click activate and that's it...
|
|
|
|
|
|
#16 (permalink) |
|
Skittles
Super #1
Joined in Aug 2004
Lives in a space ship
Hosted on dedi
6,826 posts
Gave thanks: 103
Thanked 199 times
|
wp-super-cache is that easy to. Upload the folder to the plugins directory, go activate it, then go to the settings page for it and enable the cache.. You're done. Check your site to make sure it shows up correctly (that it wrote to the htaccess file correctly) WordPress › WP Super Cache WordPress Plugins
__________________
Mountain Dew Knight
People should not be afraid of their governments. Governments should be afraid of their people. |
|
|
|
|
|
#17 (permalink) | |
|
Surpass Fan
Excelling Contributor
Joined in Dec 2005
Lives in MN > USA
Hosted on pass84
969 posts
Gave thanks: 49
Thanked 43 times
|
I guess I just assumed it was hard to install because the instructions were longer than the rest :P
I have a question though. I installed it, and it created the cache folder, but there isn't a .htaccess file in there. There are HTML files, but no htaccess file. The site seems to be moving much faster... but I thought it said logged in users aren't shown static files? Maybe I am getting a steady flow of traffic and them seeing the static .html pages is making my php pages load faster??? I also see on the settings page it says: Mod Rewrite rules cannot be updated! I read the installation page, and it shows what the .htaccess should look like. I do have my ending and starting deals in there, but I have a bunch of my own rewrite rules in there too, and the WP stuff is after that. I manually put in the rules and conditions that it lists.. Only thing I can think of is that the directory it says doesn't exist. Quote:
Help? |
|
|
|
|
|
|
#18 (permalink) |
|
Skittles
Super #1
Joined in Aug 2004
Lives in a space ship
Hosted on dedi
6,826 posts
Gave thanks: 103
Thanked 199 times
|
It doesn't place an htaccess file in the cache folder, but in your root for the blog.
So your blog is installed in the public_html and not in /blog ? You can always try copying over the text it gives you on the config page to your htaccess file. Once it comes down to the actual coding it gets where I can't be of much help lately, haven't done any real coding in years
__________________
Mountain Dew Knight
People should not be afraid of their governments. Governments should be afraid of their people. |
|
|
|