Forum Replies Created
-
AuthorPosts
-
September 18, 2015 at 10:42 pm #24087
It depends on your server, how often you are running the processor, if you have Imagick installed, and what your processor load is on.
Generally, if you have the processor running at a load of 5 and have it running once a minute, it should do about 300 an hour. So about 9 hours for your whole batch.
September 18, 2015 at 4:36 pm #24083September 17, 2015 at 4:18 am #24081September 17, 2015 at 2:43 am #24079September 17, 2015 at 1:59 am #24077September 17, 2015 at 1:54 am #24076I think once we get more users registered, I’ll be able to improve results even further. Also, the search algorithm will continue to be tweaked. Right now I’m trying to take a break from coding too much so I can get my own site up. But I do acknowledge that it is not ideal to have cathedral show up when searching for cat.
September 15, 2015 at 4:19 am #24070The processor should be added to a ‘cron’ job on your server so it runs on its own. It is not realistic to sit there and keep clicking. It should basically run once a minute in the background so you don’t have to worry about it. Then you just add images at your leisure and everything gets taken care of in the background.
If you need help setting up the cron job let me know. Alternatively you can contact your web host who should be able to set it up for you.
September 15, 2015 at 12:18 am #24067September 14, 2015 at 6:46 pm #24062September 14, 2015 at 6:35 pm #24060September 14, 2015 at 4:32 pm #24056September 14, 2015 at 2:33 pm #24055Hey Sergio,
Sorry, your htaccess looks fine – it’s much simpler than that. Basically, when you go to your root domain (yourdomain.com) you have a placeholder page there; WordPress is not being loaded. You need WordPress to load on your main site URL in order for those two functions to work. The cron, for example, needs to be accessible via a public URL and Symbiostock relies on your main public URL to trigger.
You seem to have an ‘under construction’ placeholder there.
September 14, 2015 at 5:22 am #24053Hey Sergio,
You have a global catchall redirect going on on your main URL. This means any URL that is not in the wp-admin directory is being redirected to your root dir. The processor, as well as the watermark preview all require access to WordPress via the public URL. This is probably setup in your htaccess file. Once you disable the catchall redirect, it will work.
September 14, 2015 at 4:49 am #24052I have added a more comprehensive features list here:
http://www.symbiostock.org/docs/symbiostock-features/
If anyone thinks of something else I’ve missed (it’s pretty large) let me know.
September 14, 2015 at 3:45 am #24051 -
AuthorPosts