Step 1: Analysis of Statement $S_1$.
SLR(1) grammars are a subclass of LR grammars and are always unambiguous because LR parsing constructs a unique rightmost derivation in reverse. However, not all unambiguous grammars satisfy the strict conditions required to be SLR(1). Hence, there exist unambiguous grammars that are not SLR(1).
Step 2: Conclusion for $S_1$.
Therefore, statement $S_1$ is true.
Step 3: Analysis of Statement $S_2$.
For any context-free grammar, general parsing algorithms such as the CYK (Cocke–Younger–Kasami) algorithm and Earley's parser can parse strings in at most $O(n^3)$ time, where $n$ is the length of the input string.
Step 4: Conclusion for $S_2$.
Thus, statement $S_2$ is also true.
Step 5: Final conclusion.
Since both $S_1$ and $S_2$ are true, the correct option is (C).