I'm running a website on a VPS package on nomral Hard drive, and 3.25 GB RAM.
I created a test page and realized that by simply including an SQL command such as:
SELECT Name from table where Name IN ('$item_implode') ORDER BY FIELD (Name);
My page speed score (via Google page-speed) reduces dramatically, due to slow server response (anywhere from 400 ms to 1.5 seconds - while Google sets the bar at 200ms max)
I can upgrade my hosting package to SSD (Raid 10), with either slight RAM addition (total of 4GB) or to a higher addition (6GB ram).
Will any of these components dramatically change my server response time for such SQL queries? if so, should I go with 4GB or 6GB of Ram?