Application optimalization

Optimalization of PHP applications:

  • transfer from PHP 4 to PHP 5 OO,
  • transfer from application written in procedural code to objective code,
  • facilitation of applications,

Optimalization of Flash applications:

  • facilitation of applications,
  • transfer from ActionScript 3 procedural code to objective code,

Optimalization of websites:

  • validating (x)HTML code, CSS and JavaScripts,
  • optimizing code to compatible one with standards and easily read by most popular browsers,
  • creating domain for websites static elements (CSS, jpg, gif, png, JavaScript), compression of graphics, xHTML, CSS and JS code

Cache settings:

  • reduction of requests sent to database.