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
  • Home
  • Optimization
  • Page 3

Category: Optimization

Optimization is necessary to use the standard practises to develop the technology. In websites, we optimize from server to small bit of code. All is try to covered under this category.

Encrypt and Decrypt for URL Using PHP

Posted on January 13, 2015February 16, 2023 By admin No Comments on Encrypt and Decrypt for URL Using PHP
PHP

Here is the function for Encrypt and Decrypt (String, text, ids) for URL Using PHP. please set change $secret_key and $secret_iv for your wish to generate secure encryption and decryption keys. function encryptor($action, $string) { $output = false; $encrypt_method = “AES-256-CBC”; //pls set your unique hashing key $secret_key = ‘tst’; $secret_iv = ‘tst123’; // hash … Read More “Encrypt and Decrypt for URL Using PHP” »

Add Trailing Slash to URL (.htaccess)

Posted on November 24, 2014November 24, 2014 By admin No Comments on Add Trailing Slash to URL (.htaccess)
Optimization, Web Server

Some of search engines remove the trailing slash from URLs that look like directories – e.g. Yahoo does it while listing on their search engine. This could result into duplicated content problems when the same page content is accessible under different urls. Apache gives some more information in the Apache Server FAQ. Let’s have a … Read More “Add Trailing Slash to URL (.htaccess)” »

Manage and Tweak Dedicated Linux Hosting Web Server

Posted on March 30, 2013 By admin No Comments on Manage and Tweak Dedicated Linux Hosting Web Server
Linux, PHP

To manage your linux based Dedicated Linux Web server having plesk as control panel. You can do following to tweak, enhance performance and to manage services: Linux Configuration As we do on our normal Linux based server, we list out all the services which are running on the it. We should stop those services which … Read More “Manage and Tweak Dedicated Linux Hosting Web Server” »

Using PHP script to delete a multiple files

Posted on September 16, 2012September 16, 2012 By admin No Comments on Using PHP script to delete a multiple files
PHP

This is short php script to delete files file by file in a loop. To do deletion with PHP, use this little PHP script: $dir = “/directory/”; $dh = opendir($dir); $i = 0; while (($file = readdir($dh)) !== false) { $file = “$dir/$file”; if (is_file( $file)) { unlink( $file); if (!(++$i % 100)) { echo … Read More “Using PHP script to delete a multiple files” »

Tools for Optimizing Images

Posted on July 8, 2012July 8, 2012 By admin No Comments on Tools for Optimizing Images
Optimization
  • smush.it!: smush.it! makes optimization of your images a breeze. Created by Stoyan Stefanov and Nicole Sullivan, smush.it! is a tool that is available as a Firefox extension, a bookmarklet, or as a simple web-based application (hosted by Yahoo!).
  • RIOT: RIOT – which stands for Radical Image Optimization Tool – is an image optimizer for Windows users that is available as a standalone application or as an extension of IrfanView. It supports inputs in JPG, PNG, and GIF files and has the ability to strip out image metadata for further reduction of file bloat.
  • PNGOUT: Created by game programmer Ken Silverman, PNGOUT is a popular, free, and no-frills tool for lossless optimization of your images. PNGOUT can run in the command-line or Windows Run dialog box.
  • Online Image Optimizer: The Online Image Optimizer from Dynamic Drive is a web-based tool for compressing your images further. You can either provide the link to the image you wish to optimize, or upload it from your local machine.
  • Read More “Tools for Optimizing Images” »

Posts pagination

Previous 1 2 3 4 Next

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