Support Forum
We are slowly in the process of reorganising the website and this was to be added when that goes public. Sorry about that.
For now you can download it from here
Do make a DB backup before you use it...!
YELLOW
SWORDFISH
|
keep in mind that rss stuff doesnt generate any queries on less the link/button is clicked on and the rss feed is displayed...
you can turn off all rss feeds on forum - forums - global rss settings...
additionally you can individually remove forum feeds by editing each forum...
if you want to disable just the all rss feed, simply remove the button from your group view template page of you sp theme... remember, no queries until its loaded...
Visit Cruise Talk Central and Mr Papa's World
well, if you disable the feed, then you mightcause them to get endless errors in the feeds...
but guess you could try something like:
add_filter('sph_rss_where', function() {return '0=1';});
which should basically make the query short circuit and return no results...
Visit Cruise Talk Central and Mr Papa's World
what is the difference on how the all rss and the group rss queries? I did a test and moved all forums to the first group and deleted the second group on the staging server, if I use the all rss, long query error still, if I use the group rss no error, but it's all the exact same feed at this point
First on the matter of the filter, then if you copied and pasted it then it would be corrupt. Steve didn't use the syntax highlighter and those quote marks are no good for program code. So if that is the problem then please remove it and type it in manually...
On the query front then I am as as unsure now as the first day you reported this. All the RSS queries are based upon exactly the same query construct with only a change in the WHERE clause.
The 'long' part of the query I now understand is an irrelevance as, I assume, that still refers to the length of the query text and I am already on record as having no idea why anyone would monitor that. In fact doing just that lengthens the procedure (in time) as the error log needs to be written out which all takes up valuable time of course.
On the 'slow' part then I am truly stumped. As you notice yourself the difference between the 'All' and the other RSS queries is simply the WHERE. In fact, I would almost have expected the 'All' version to be a little faster on balance.
Afraid I really do not know what else to say. It is a complete mystery...
Anyone else have any odeas or anything to add?
YELLOW
SWORDFISH
|
1 Guest(s)