ctrlaltdelete
Forum Replies Created
-
Thanks!
Forum: Plugins
In reply to: [GD Rating System] Compatibility with Search & Filter PROI see that would work. So Sync Meta is included in PRO i don’t need to pay extra for it?
I am testing everything in a private subdirectory would i be able to use same license on live site? (same domain, root directory)Thank you!
Thanks then i suppose it won’t be possible since average ins’t stored. sorting by sum of all votes won’t make sense.
I’m terribly sorry when i refreshed the page it told me the post didn’t exist any more. As if moderator didn’t approve it.
Forum: Plugins
In reply to: [Search & Filter] Category dropdown widthYou can with css.
Forum: Plugins
In reply to: [Search & Filter] ajax is not workingI think ajax is not in the free plugin the demo shows the pro plugin.
Forum: Plugins
In reply to: [ElasticPress] Latest version not workingIt breaks the homepage sorting of posts for some reason.
Synching worked for me but with this sorting bug also had to rollback. I hope they acknowledge it soon!Forum: Plugins
In reply to: [ElasticPress] Search results orderI can help if you still need it.
Forum: Plugins
In reply to: [Fast Velocity Minify] PSI? Not minifying inline JS.1. Oh silly me.
2. I see. It’s not a problem i was just curious. It’s welcome on a future update. You could even have various levels of commitment:
a) Remove whitespaces
b) Minify inline.
c) Minify and move to js file.Thanks!
I tested. It doesn’t. Therefore this plugin is useless. New post should invalidate cache, period.
Forum: Plugins
In reply to: [W3 Total Cache] Custom posts type page not purged when new content published@vmarko I just noticed this as well. The archive page of the CPT doesn’t flush when a new custom post is published.
I googled and found this function:
http://www.threadstuck.com/question/w3-total-cache-flush-custom-post-type-and-post_parent-in-update/Does it look alright to flush the archives of those types and nothing else?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Settings for fastest query?In my test (used same word for both lorem) the first query was actually faster 0.5 while the second took 0.9. Weird and doesn’t help my case but that’s the truth.
So i guess your plugin is already great =D
I’m trying to get rid of anything above 0.1 (i know, pretty strict) and a great deal comes from search since it’s a heavy task. I’m not gonna go into detail because it doesn’t help you but i got a cheap VPS (€2.5/mo) and installed my own elasticsearch server. It’s a lot cheaper than going with a hosted SAAS i mean some are asking astronomical figures for something that doesn’t really need that much hardware, and elasticsearch is a free software…seems to me they are abusing their knowledge a bit.
I mean i have 16k posts, if i were to use swiftype i would have to pay them $2000/mo. How insane is that? elasticsearch DB is tiny and disk space is dirt cheap. Charging by document is wrong. They assume many documents = Lots of traffic = CPU/memory usage. It doesn’t. Oh well let’s leave it at that.Stay well and sorry for wasting your time with my babbling!!!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Settings for fastest query?Ok i implemented it. The difference isn’t dramatic but i think it helped a bit. Would you consider adding options to disable parts of the query? For example if i only want to search title (due to big data searching more is a slow query)
I’d like to completely eliminate these from the query:relevanssi.comment
relevanssi.tag
relevanssi.link
relevanssi.author
relevanssi.category
relevanssi.excerpt
relevanssi.taxonomy
relevanssi.customfield
relevanssi.mysqlcolumn (dunno what this is)
relevanssi.content (emptied with the hook, but still on query somehow)Basically i just want to search on relevanssi.title with an AND logic and that’s it.
You might think well, use WP native search and limit it to titles. And i did but Relevanssi index is much faster than searching WP tables.I know i’m asking too much but worth a shot.
Thanks for everything.PS: Maybe something like you already have with weights, if weight is 0 don’t add it to the query. Would that work?
- This reply was modified 7 years, 4 months ago by ctrlaltdelete.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Deletion failed: errorDone thanks. Would there be something left on the database after uninstalling? tables, options? Shall i search for anything in particular?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Settings for fastest query?Alright so throttle ON, sort by relevance and add the hook to skip content.
I’ve done the first 2 but the article says the hook only exist on the premium version of the plugin, i’m on the free so it would have no effect for me?Also does it cache popular search query results? I feel like it’s doing that because sometimes it takes literally no time to find results while other times it’s about 0.9 secs.
And if i create a new post does it get added to the index automatically? No need to re-index myself each time right? (This could be obvious just making sure)
Thanks!
- This reply was modified 7 years, 4 months ago by ctrlaltdelete.