Skip to content

Technology Forum

SEO, Speed Up website, Server Optimization, Linux, Open Source Softwares

  • Home
  • General
    • Web Server
    • Website Formatting
  • IT Companies
  • Optimization
    • PHP
  • Linux
PHP
Goodbye to DDOS
Servers
E-Mail Testing
Optimization
Add Trailing Slash to URL (.htaccess)
Websites
How to Force detecting the Social Profiles associated with a Website
Website Formatting
Shorthand CSS Properties
Websites
WCAG 2.0 checklist

Shorthand CSS Properties

Posted on May 8, 2007May 20, 2008 By infoweb No Comments on Shorthand CSS Properties
Website Formatting

The CSS can be made clean with removing the properties names as mentioned below. This can help in reducing the size of CSS in the process of development of website.

Font

Use:

font: 1em/1.5em bold italic serif
…instead of
font-size: 1em; line-height: 1.5em; font-weight: bold; font-style: italic; font-family: serif

Read More “Shorthand CSS Properties” »

PHP Code Optimization

Posted on May 5, 2007February 15, 2023 By infoweb No Comments on PHP Code Optimization
Optimization, PHP

I have found the post by Reinhold Webber, which provide good techniques and methods for PHP performance and optimization. I have tried to add more explanation to the points posted by Reinhold Webber.

    1. If a method can be static, declare it static. Speed improvement is by a factor of 4.
    2. echo is faster than print and print_r.
    3. Use echo’s multiple parameters instead of string concatenation.
    4. Set the maxvalue for your for-loops before and not in the loop.
    5. Unset your variables to free memory, especially large arrays.
    6. Avoid magic like __get, __set, __autoload.

      Read More “PHP Code Optimization” »

Posts pagination

Previous 1 … 9 10

View Posts

  • PHP FPM modification – Plesk
  • HTML: Link rel – Preload
  • HTML: Attributes of rel
  • Linux Commands
  • Security HTTP Headers

Categories

  • Domain Name
  • General
    • Servers
    • Web Server
    • Website Formatting
  • IT Companies
  • Linux
  • MySQL
  • Optimization
    • PHP
  • Troubleshooting
  • Web Hosting Control Panel
    • Plesk Panel
  • Websites
    • CSS
    • HTML
    • Optimization
  • Windows
    • Windows 10

Recent Posts

  • PHP FPM modification – Plesk
  • HTML: Link rel – Preload
  • HTML: Attributes of rel
  • Linux Commands
  • Security HTTP Headers

Copyright © 2025 Technology Forum.

Theme: Oceanly News by ScriptsTown