Toyota Tacoma Forum || Tacoma3G

I'm still not done, but I've spent the last two days revising my forum structure. Moved some forums around, rewrote most forum descriptions, and, well, I like thread prefixes. Let me know what you think. I might remove the color from all the prefixes. I also want to make them smaller.

NEW: https://tacoma3g.com
1587423872979.png

OLD:
1587423854461.png
 
I feel like I might be overwhelmed with all the color. Or with the three-dimensional styling. I could remove the color, make them flat, or do both.
 
Cool, I'm doing something similar, would you be willing to share your HTML?
Sure.

HTML:
<div class="block">
    <div class="block-container">
        <h3 class="block-minorHeader">
            <i class="far fa-calendar-alt"></i> <font color="#ff8b00">Rig of the Month</font>
        </h3>
        <div class="block-body block-row">
            <a href="/rotm/"><img src="/images/rotm/21-rotm-feb.png" alt="Rig of the Month Winner"></a>
        </div>
    </div>
</div>
 
I know some people don't think page speed optimization is this important but I find it fun trying to dial it in as best as I can. I think I can still push these further though, lol.

Screen Shot 2022-02-02 at 6.20.21 PM.webpScreen Shot 2022-02-02 at 6.19.36 PM.webp
 
Well done @sixlxvi.
92 and 99 for me. Do you use any addon to obtain this results ? Except FA Manager ?
Which rules on CloudFlare are you using ?
  • Font Awesome manager (huge for this)
  • Intense image optimization. Can be done with sites or apps like this: https://tinypng.com
  • GA-Lite (Google Analytics Lite) or use something other than Google Analytics (also huge for this)
  • Don't use Google fonts
  • I don't use CloudFlare at all but I do use https://www.litespeedtech.com
  • Try to reduce unnecessary CSS for guests
  • Don't use fancy add-ons that make your index page heavier. If you do, at least disable them for guests
 
  • Font Awesome manager (huge for this) ✔️
  • Don't use Google fonts ✔️
  • Try to reduce unnecessary CSS for guests ✔️
  • Don't use fancy add-ons that make your index page heavier. If you do, at least disable them for guests ✔️

  • Intense image optimization. Can be done with sites or apps like this: https://tinypng.com
    • but it doesn't work for images that users upload, it's manual correct ?
  • GA-Lite (Google Analytics Lite) or use something other than Google Analytics (also huge for this)
    • Did you see the last post of the addon thread ? What do you think ?
  • I don't use CloudFlare at all but I do use https://www.litespeedtech.com
    • i can't, i'm on shared hosting
 
Top Bottom