Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Mozie

    (@buyqualityplr)

    Oh sorry I recently changed the downloads slug to show as “shop” so the URLS now look like: https://lowcontentplrprintables.com/shop/category/free-plr-printables/

    I’m still however looking to remove “category” from the slug for shorter category URLS. URLS will become too long when I start creating 1 level down sub-categories.

    Thread Starter Mozie

    (@buyqualityplr)

    OK so my host told me the site runs on MyISAM.

    Do you think I should should move over to InnoDB? Would it be better for searches if the database is very big?

    And yes I will get the site on cloudflare with litespeed and additional security measures.

    My host just replied about the database query and said this:

    MyISAM performs just fine for database read operations, but when it comes to writing or updating data, the entire table is locked until the process is complete. This prevents any other read/write operations from starting in that table until that individual process is done. InnoDB only locks the single row being written to, freeing up the rest of the table for simultaneous operations.

    Another big difference is the way both storage engines interact with memory on the server. There is a specific pool of Memory called the InnoDB Buffer Pool to be used by InnoDB tables. Tables which use MyISAM are not able to use this Memory pool, meaning they write to disk (swap) instead of using the database memory. Due to the above reasons Innodb should work faster than MyISAM.

    Thread Starter Mozie

    (@buyqualityplr)

    OK understood, sorry about that, was not aware.

    Thanks for all the help and answers.

    Thanks for the link share.

    Thread Starter Mozie

    (@buyqualityplr)

    Thanks to everyone for your answers. I really appreciate it.

    I am currently with KnownHost on their best VPS with litespeed, they have been awesome so far to be honest. But their basic support was not able to answer these questions and I was requested to pay $35/hour to speak to “professional services dept”.

    I don’t mind paying for help. But I just wanted to know if what I want to do is possible.

    @catacaustic Thanks for that. That is something I’d need to look into. Is there any chance I could give you login so you can tell me how things are displayed?

    I’m a total Noob when it comes to checking things like this.

    Thread Starter Mozie

    (@buyqualityplr)

    I managed to make the page show more posts by making my “reading” settings show more posts. But now my blog looks bad because it’s showing way too many posts and scrolling down forever. I have set it to show excerpts but it’s not working.

    I totally broke my site 2 days ago trying to code, so now i’m so scared to touch the code. lol had to ask my host to totally restore my server.

    Guess I’ll be forced to hire a developer to help me.

Viewing 5 replies - 1 through 5 (of 5 total)