Forum Replies Created

Viewing 15 replies - 1 through 15 (of 68 total)
  • Thread Starter sexilyspeaking

    (@sexilyspeaking)

    Thanks but those are manual methods.
    I need a plugin to do it automatically.
    Can you help to make a plugin to do that?
    Or perhaps some code for me to paste it in the function file?
    Anything.

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    That’s too bad but not unexpected.
    I was asking if you may make a new plugin or,
    Can you help to provide some code so that I can paste it in the functions file?

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    The Copy Link button is a great idea for this option.

    Yes, but you “copy link” is not working on image.

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    Tried… Except for Pinterest, the rest didn’t work

    a2a_config.overlays.push({
    services: [‘reddit’,’sms’,’facebook messenger’,’email’,’copy link’,’share’],
    size: ’50’,
    style: ‘vertical’,
    position: ‘top right’
    });

    What did I do wrong? Which services work?

    NB: For me, the most important button is “Copy Link” as users can at least get the image url (I am assuming lotta people don’t even know how to do that?

    Last but not least, what is the ‘XX’ for your universal button “share”?

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    Thanks
    Do you do freelance?
    I may have project for you.

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    Thanks Saumya

    ONE question: Does this work with subdomain like xxx.abc.com?

    I am trying use Optimizer to minify… Looks like WP Fastest Cache Premium caches way more eg. GZIP, Google Font, Combine Js Plus etc

    I am not sure if it make sense for you to just work on the part related Cloudfare? And make WP Fastest Cache Premium compatible? This is becos I feel WP Fastest Cache Premium is better in caching? Actually, I don’t know… SO far, It would seems things works pretty well?

    Anyway, keep up with the good work, try make more plugin that improve SPEED in everything eg. I just noticed WordPress Search will slow so much so the hosting company will complain once you have a lot of posts like 10-20K. Right now, I am using an ajax search limited to title and “And” to minimize use of resources.

    Take a look at plugin like Performatters. Also, auto featured external url image, repost old post, or better still, share buttons for web/apps (this is something I have been looking all my life… none so far).

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    WP Fastest Cache provides CSS/JS optimization.

    It also can work with Cloudfare (but I don’t not know what happens technically)?

    Now here is my dilemma: –

    1. If I use your plugin, I need at least another plugin to handle CSS/JS. This will slow my site becos I have to use more plugins?

    2. Seriously, how good is your caching as compared to WP Fastest Cache?

    And finally, what is the compelling reason that I must use your plugin? I read somewhere becos you do something that I couldn’t get done with Free Plan?

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    I need monitors a bit cos I really do not want to jump into something with performance issue. Most plugins I have checked out so far are basically craps in the end.

    • What is a “document”, is a post considered a document?
    • Which folder in the database do you save the “thumbnail”?
    • What is the setting for fastest/lightest possible? Search Title alone will do
    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    Hiring a developer to code a plugin altogether? Nice recommendation.

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    I am talking about setting the featured image to the post

    It’s automatically featured by a plugin called Nelio https://www.ads-software.com/plugins/nelio-content/… If not, you will see no picture on the home page/archive at all.

    It’s obvious your coding (for image display) is not compatible/universal. Perhaps you should study Ajax Search Light, theirs can show the feature image with no issue. In fact, they even let you control the thumbnail size. This may not be a must have feature for the site in question. I am sure it’s a very sought after feature that’s good for any purpose.

    BTW, I am using Genesis Framework. Now if you try to say Genesis is a weirdo, which is the most popular framework by developers, GeneratePress the ligthest theme today also has the same problem – no image. I tested it.

    I am sure you can fix this.

    I await any tips or new development from you. Keep up with the good work.

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    1. Results No Image > https://scandalshack.com/

    It seems you have not set the featured image for the post therefore it does not display so please set the featured image for the post.

    I did. I repeated this many times everywhere, it’s the same, no image… See https://imgur.com/a/2Wa2TGH

    2. But what if the result does not find in the first 20 records?

    If there is no smart way to stop after capturing 20 results (not records), then the least you can do is allow user to stop at # of records searched eg. Search total 10,000 records only (regardless how many results).

    This will help site with crazy number of posts (I have sites with 50,000 posts and still counting).

    Although you never answer all the rest eg.
    – Is installing “Disable Search” a good idea (so that only your ajax works)?
    or
    – if this fix is any good? https://wpartisan.me/tutorials/wordpress-database-queries-speed-sql_calc_found_rows

    I am very impressed with your plugin so far.

    I’d certainly support your work if you can improve “results image” and so much better if you can also help with the speed/load.

    I don’t know what can you do about the speed/load, I hope you can come up with something like if users select their priority is speed/load, then disable all the fancy stuffs, preferably not even loading any css/js, no image, no nothing. Just search return limit number… everything bare minimal at rocket speed.

    Not sure if having a one plugin trying to cater for all kind of users make sense, basically, I see you have 2 kinds of users

    1. Those need fancy stuffs but hardly any traffics
    2. Those desperately needed the fastest/lightest (I think lightness makes more sense here).

    Meanwhile, appreciate any tips you may offer as I am monitoring your plugins… just about any tips other than disabling the search altogether.

    Thank you again.

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    Can you tell me if the following is executed by you… there are a lot and I don’t see “keyword”?

    # Time: 2021-01-10T15:34:19.128604Z
    # User@Host: rastamon_sexiest[rastamon_sexiest] @ localhost [] Id: 35361614
    # Query_time: 3.171982 Lock_time: 0.000199 Rows_sent: 1 Rows_examined: 18661
    SET timestamp=1610292859;
    SELECT DISTINCT post_author, COUNT(ID) AS count FROM wp_posts WHERE ( ( post_type = ‘post’ AND ( post_status = ‘publish’ ) ) ) GROUP BY post_author;

    What can be done to minimize this or any other queries that can be avoided (see logs https://drive.google.com/file/d/1CnTnJjGSvysntLZEuv7ADkzIa5aKuCjq/view?usp=sharing)

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    Any chance to stop the plugin from query the whole database every time?

    Like if I specify 20, then it should stops search and return that 20 results and finito. I believe this may help with the speed? There must be a lot of difference searching 18K records vs 20 records, right?

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    Latest Logs https://drive.google.com/file/d/1CnTnJjGSvysntLZEuv7ADkzIa5aKuCjq/view?usp=sharing …suggests as follow:-

    1. You search the whole database, no stopping at the number specified eg. 20

    2. Biggest issue seems to be this
    WordPress: SQL_CALC_FOUND_ROWS, why it’s slow and what to do about it
    https://wpartisan.me/tutorials/wordpress-database-queries-speed-sql_calc_found_rows
    > Should I paste the code – How to I fix it, (With Pagination)?

    A typical keyword search is as below:-

    # Time: 2021-01-11T19:22:16.271880Z
    # User@Host: rastamon_sexiest[rastamon_sexiest] @ localhost [] Id: 36106201
    # Query_time: 5.261322 Lock_time: 0.000264 Rows_sent: 10 Rows_examined: 18673
    SET timestamp=1610392936;
    SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_posts.ID FROM wp_posts WHERE 1=1 AND ( ((wp_posts.post_title REGEXP ‘([[:blank:][:punct:]]|^)Molly([[:blank:][:punct:]]|$)’))) AND wp_posts.post_type IN (‘post’, ‘page’) AND ((wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘inherit’)) ORDER BY (CASE WHEN wp_posts.post_title LIKE ‘%Molly e%’ THEN 1 WHEN wp_posts.post_title LIKE ‘%Molly%’ THEN 2 WHEN wp_posts.post_excerpt LIKE ‘%Molly e%’ THEN 4 WHEN wp_posts.post_content LIKE ‘%Molly e%’ THEN 5 ELSE 6 END), wp_posts.post_date DESC LIMIT 0, 10;

    ——————–

    Is there any chance to improve the speed/load?

    NB: I have installed “Disable Search Plugin” So, looks like it helps to stop the default WP Search that will also search “content” etc.

    Thank you.

    Thread Starter sexilyspeaking

    (@sexilyspeaking)

    1. Results No Image > https://scandalshack.com/

    2. I specified 20, it still returns like 847 for a common word like “sex”. Looks like the number is “post per page displayed”, not limit of # of results — that there is no stopping – you will search the whole database? And,

    3. Does your ajax search query the database directly or you actually trigger the WP Default Search function? I ask this is becos the other ajax plugin actually triggers the same old WP Search and just display what user specified. eg. you specify to limit search on TITLE and let say only 25 results only — Yes, you will see exactly 25 results on their ajax results (if there is 25 or more results) but the problem is — I found out from the log that it actually trigger a full WP Default search — not only it will search the the whole database, it will also search thing like “Content” etc. So, the limit is meaningless if you’re trying to save resources.

    4. In order to stop the full search by WP Search, I pasted this code in the function.php

    ———-
    function wpb_filter_query( $query, $error = true ) {
    if ( is_search() ) {
    $query->is_search = false;
    $query->query_vars[s] = false;
    $query->query[s] = false;
    if ( $error == true )
    $query->is_404 = true;
    }
    }
    add_action( ‘parse_query’, ‘wpb_filter_query’ );
    add_filter( ‘get_search_form’, create_function( ‘$a’, “return null;” ) );
    function remove_search_widget() {
    unregister_widget(‘WP_Widget_Search’);
    }
    add_action( ‘widgets_init’, ‘remove_search_widget’ );

    ——–

    The purpose is to ensure the search is done by you only. I believe it makes no sense if both your plugin and WP are search at the same time (like the other plugin).

    4. Does this code works? Or there is a plugin called “Disable Plugin”? Should I use it?

    Hope your plugin can help control use of resources, I’d purchase your pro version whether or not I need it for the site mentioned.

    Thank you.

Viewing 15 replies - 1 through 15 (of 68 total)