By Rob on Wednesday, 08 January 2014
Posted in General Issues
Replies 15
Likes 0
Views 1.2K
Votes 0
Hello,

I have been advised by my server company that EasyBlog is causing me issues. I do not believe them but one suggestion by them is that:

"You may want to remove the EasyBlog component if it is not vital to your site and enable caching on your Joomla settings. These will help reduce any high resources usage that your account may experience."

EasyBlog is vital because I love it. I realize that I have a lot of feeds and my cron jobs are staggered but I cannot understand why this would be causing high CPU usage on the server. I am on a shared account.

I have caching enabled. I realize it is late by you so please respond when you are well rested.

Regards,
Rob
Hello Rob,

You need to ask them to provide the logs or evidance that EasyBlog is hogging up the cpu However, if you have hundreds or thousands of feeds, you can't really blame them either. You need to start looking at alternative hosting providers.
·
Wednesday, 08 January 2014 02:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the reply but I only have 19 feeds. And I have asked for the logs but they have not responded yet.
Rob
·
Wednesday, 08 January 2014 04:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rob,

Sorry for the late reply. Please send us the log when you receive it. Keep us updated

Thanks!
·
Wednesday, 08 January 2014 09:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Adelene,

Okay I am getting a lot of internal server 500 errors but I am thinking it happens when the cron is running or something else. My host tells me it is because of high CPU processing and taht I need to get my own server. I can't believe that I would need a server with only 4000 uniques a month.

1. The error in the strace file is below: (Honestly I don't know what a strace file is)

12:11:55 lstat("/home/adminews/public_html/modules/mod_easyblograndompost/mod_easyblograndompost.php", {st_dev=makedev(253, 7), st_ino=51270035, st_mode=S_IFREG|0644, st_nlink=1, st_uid=6280, st_gid=6274, st_blksize=4096, st_blocks=8, st_size=1809, st_atime=2013/12/09-20:44:13, st_mtime=2013/12/09-20:44:13, st_ctime=2013/12/13-11:39:25}) = 0
12:11:55 lstat("/home/adminews/public_html/modules/mod_easyblograndompost", {st_dev=makedev(253, 7), st_ino=51270034, st_mode=S_IFDIR|0755, st_nlink=3, st_uid=6280, st_gid=6274, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2013/12/13-11:39:25, st_mtime=2013/12/13-11:39:25, st_ctime=2013/12/13-11:39:25}) = 0
12:11:55 lstat("/home/adminews/public_html/modules", {st_dev=makedev(253, 7), st_ino=49838939, st_mode=S_IFDIR|0755, st_nlink=38, st_uid=6280, st_gid=6274, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2013/12/13-11:39:25, st_mtime=2013/12/15-22:18:32, st_ctime=2013/12/15-22:18:32}) = 0
12:11:55 open("/home/adminews/public_html/modules/mod_easyblograndompost/mod_easyblograndompost.php", O_RDONLY) = 3
12:11:55 fstat(3, {st_dev=makedev(253, 7), st_ino=51270035, st_mode=S_IFREG|0644, st_nlink=1, st_uid=6280, st_gid=6274, st_blksize=4096, st_blocks=8, st_size=1809, st_atime=2013/12/09-20:44:13, st_mtime=2013/12/09-20:44:13, st_ctime=2013/12/13-11:39:25}) = 0
12:11:55 fstat(3, {st_dev=makedev(253, 7), st_ino=51270035, st_mode=S_IFREG|0644, st_nlink=1, st_uid=6280, st_gid=6274, st_blksize=4096, st_blocks=8, st_size=1809, st_atime=2013/12/09-20:44:13, st_mtime=2013/12/09-20:44:13, st_ctime=2013/12/13-11:39:25}) = 0
12:11:55 fstat(3, {st_dev=makedev(253, 7), st_ino=51270035, st_mode=S_IFREG|0644, st_nlink=1, st_uid=6280, st_gid=6274, st_blksize=4096, st_blocks=8, st_size=1809, st_atime=2013/12/09-20:44:13, st_mtime=2013/12/09-20:44:13, st_ctime=2013/12/13-11:39:25}) = 0
12:11:55 mmap(NULL, 1809, PROT_READ, MAP_SHARED, 3, 0) = 0x7f7e6e690000
12:11:55 munmap(0x7f7e6e690000, 1809) = 0
12:11:55 close(3) = 0

2. The error that I am receiving constantly is below:

[Thu Jan 09 20:32:08 2014] [error] [client 54.241.101.38] SoftException in Application.cpp:641: Could not execute script

3. Now this could be happening due to the cron or the server CPU processes but I would appreciate your feedback when you have time.

Regards,
Rob
Rob
·
Friday, 10 January 2014 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rob,

Hm, try to disable the random post and see if that helps. As for the second error, not really sure what it is all about but I am guessing there's a script that failed execution. Perhaps you could also try to temporarily disable the feed imports just to see if it helps with the CPU?
·
Friday, 10 January 2014 11:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Thank you for your reply Mark. But I rely on the feeds as a main point of my website.

Questions: (for the talented/genius minds at stackideas )

1. Is there a way to setup crons to just run individual feeds by themselves? Example below:

If I had a feed with ID1 and ID2 and I wanted to run ID1 at 10:00AM and I wanted to run ID2 at 10:05PM could I setup a cron statement to do this?

2. What does the " Feed Amount" in the RSS Feed component mean? See image.

I am researching but I was wondering if this could be possible

Regards,
Rob
Rob
·
Friday, 10 January 2014 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rob,

Unfortunately it's not possible to specifically execute for specific feeds currently unless you manually run the feed importing from the back end As for the "Feed Amount", it actually determines the total number of articles to fetch every time it runs .
·
Saturday, 11 January 2014 14:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

I am grateful for your reply - you didn't have to answer me right away but you did and thank you. That is okay about the cron.

I think having that feed amount box will help greatly. Being able to control the amount of articles will probably not put so much use on the CPU.

I also noticed that once you set up a feed you cannot go back in and change anything about that feed. Is it designed that way or is it a bug?

Thank you again.

Kindest Regards,
Rob
Rob
·
Saturday, 11 January 2014 20:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, you should be able to edit the feed settings when you click on the feed. Is this not working for you?
·
Saturday, 11 January 2014 21:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

I able to enter the amount of feeds to pull but I cannot adjust any switches. Could be a FireFox thing as that is the only browser that I use.

See image.

Regards,
Rob
Rob
·
Saturday, 11 January 2014 22:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm I can't seem to reproduce this locally, can I have the back end and FTP access to the site? I'll check on this for you
·
Sunday, 12 January 2014 01:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Info supplied thank you again.
Rob
·
Monday, 13 January 2014 03:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rob,

I have applied some fixes for you on the site, can you try this again now?
·
Monday, 13 January 2014 12:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Yes it worked could you tell me what it was.

Regards,
Rob
Rob
·
Monday, 13 January 2014 23:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rob,

There's an issue with the "links" when redirecting to the edit view but it's all good now
·
Tuesday, 14 January 2014 02:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post